@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "covid19-cvx-codes-value-set"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "
  • Include these codes as defined in http://hl7.org/fhir/sid/cvx
    CodeDisplay
    207SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 100 mcg/0.5mL dose
    208SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose
    211SARS-COV-2 (COVID-19) vaccine, Subunit, recombinant spike protein-nanoparticle+Matrix-M1 Adjuvant, preservative free, 0.5mL per dose
    213SARS-COV-2 (COVID-19) vaccine, UNSPECIFIED
    212SARS-COV-2 (COVID-19) vaccine, vector non-replicating, recombinant spike protein-Ad26, preservative free, 0.5 mL
    210SARS-COV-2 (COVID-19) vaccine, vector non-replicating, recombinant spike protein-ChAdOx1, preservative free, 0.5 mL
" ]; fhir:ValueSet.url [ fhir:value "http://fhir.logicahealth.org/covid19/ValueSet/covid19-cvx-codes-value-set"]; fhir:ValueSet.version [ fhir:value "0.13.1"]; fhir:ValueSet.name [ fhir:value "COVID19_CVX_CodesVS"]; fhir:ValueSet.title [ fhir:value "COVID 19 CVX Code System Vaccine Codes"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.date [ fhir:value "2021-08-09T20:08:14+00:00"^^xsd:dateTime]; fhir:ValueSet.publisher [ fhir:value "Logica"]; fhir:ValueSet.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "Logica" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "https://www.logicahealth.org/" ] ] ]; fhir:ValueSet.description [ fhir:value "A set of vaccine identifier codes from the CVX codes system specific to SARS CoV 2."]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/sid/cvx" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "207" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 100 mcg/0.5mL dose" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "208" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "211" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "SARS-COV-2 (COVID-19) vaccine, Subunit, recombinant spike protein-nanoparticle+Matrix-M1 Adjuvant, preservative free, 0.5mL per dose" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "213" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "SARS-COV-2 (COVID-19) vaccine, UNSPECIFIED" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "212" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "SARS-COV-2 (COVID-19) vaccine, vector non-replicating, recombinant spike protein-Ad26, preservative free, 0.5 mL" ] ], [ fhir:index 5; fhir:ValueSet.compose.include.concept.code [ fhir:value "210" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "SARS-COV-2 (COVID-19) vaccine, vector non-replicating, recombinant spike protein-ChAdOx1, preservative free, 0.5 mL" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------