@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "v2-0292"]; # fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

This code system http://hl7.org/fhir/sid/cvx defines many codes, but they are not represented here

" ]; # fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ]; fhir:Extension.valueCode [ fhir:value "oo" ] ]; # fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/sid/cvx"]; # fhir:CodeSystem.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.12.292" ] ]; # fhir:CodeSystem.version [ fhir:value "3.0.0"]; # fhir:CodeSystem.name [ fhir:value "PHVaccinesAdministeredCVXCDCNIP"]; # fhir:CodeSystem.title [ fhir:value "PH_VaccinesAdministeredCVX_CDC_NIP"]; # fhir:CodeSystem.status [ fhir:value "retired"]; # fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; # fhir:CodeSystem.date [ fhir:value "2020-10-04"^^xsd:date]; # fhir:CodeSystem.publisher [ fhir:value "HL7, Inc"]; # fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/" ] ] ]; # fhir:CodeSystem.description [ fhir:value "Table of codes specifying the administered vaccines. The values are maintained by the US Centers of Disease Control. The code system is maintained by the CDC, and may be found at URL; https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.113883.12.292 \r\nThe value set is maintained by the CDC and may be found at URL: https://phinvads.cdc.gov/vads/ViewValueSet.action?id=ABDEE003-77C3-48E7-B941-EBF92B6B81FC \r\nPlease reference http://build.fhir.org/ig/HL7/UTG/CodeSystem-CVX for the current CVX code system."]; # fhir:CodeSystem.purpose [ fhir:value "Underlying Master Code System for V2 table 0292 (Vaccines Administered)"]; # fhir:CodeSystem.copyright [ fhir:value "Copyright HL7. Licensed under creative commons public domain"]; # fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; # fhir:CodeSystem.valueSet [ fhir:value "http://terminology.hl7.org/ValueSet/v2-0292"; fhir:link ]; # fhir:CodeSystem.hierarchyMeaning [ fhir:value "is-a"]; # fhir:CodeSystem.compositional [ fhir:value "false"^^xsd:boolean]; # fhir:CodeSystem.versionNeeded [ fhir:value "false"^^xsd:boolean]; # fhir:CodeSystem.content [ fhir:value "not-present"] . # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------