HL7 Terminology (THO)
5.1.0 - Publication Global (Whole world)

This page is part of the HL7 Terminology (v5.1.0: Release) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: PH_VaccinesAdministeredCVX_CDC_NIP - TTL Representation

Retired as of 2020-10-04

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - 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 "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/sid/cvx</code> defines many codes, but they are not represented here</p></div>"
  ]; # 
  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 <http://terminology.hl7.org/ValueSet/v2-0292>
  ]; # 
  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.