SMART Empty IG, published by WHO. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/DigitalSQR/smart-catopia-measles and changes regularly. See the Directory of published versions
: Catopia Vaccine Product codes CodeSet - TTL Representation
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:id [ fhir:v "CatMeaslesVaccineProducts"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td></tr><tr><td>classification</td><td>http://moh.captopia/ig/smart-immunizations-measles#classification</td><td>code</td></tr></table><p><b>Concepts</b></p><p>This code system <code>http://worldhealthorganization.github.io/smart/CodeSystem/CatMeaslesVaccineProducts</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">20009060/2<a name=\"CatMeaslesVaccineProducts-20009060.472\"> </a></td><td>Serum Institute of India Measles vaccine</td></tr><tr><td style=\"white-space:nowrap\">7680007030014<a name=\"CatMeaslesVaccineProducts-7680007030014\"> </a></td><td>M-M-RvaxPRO</td></tr><tr><td style=\"white-space:nowrap\">0123456789<a name=\"CatMeaslesVaccineProducts-0123456789\"> </a></td><td>Catopian Pharma Inc. Measles Vaccine</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://worldhealthorganization.github.io/smart/CodeSystem/CatMeaslesVaccineProducts"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "CatMeaslesVaccineProducts"] ; #
fhir:title [ fhir:v "Catopia Vaccine Product codes CodeSet"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2024-03-24T17:27:48+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "WHO"] ; #
fhir:contact ( [
fhir:name [ fhir:v "WHO" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://who.int" ] ] )
] ) ; #
fhir:description [ fhir:v "Vaccine Product codes, containing the different available products."] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; #
fhir:property ( [
fhir:code [ fhir:v "classification" ] ;
fhir:uri [ fhir:v "http://moh.captopia/ig/smart-immunizations-measles#classification"^^xsd:anyURI ] ;
fhir:type [ fhir:v "code" ]
] ) ; #
fhir:concept ( [
fhir:code [ fhir:v "20009060/2" ] ;
fhir:display [ fhir:v "Serum Institute of India Measles vaccine" ] ;
( fhir:property [
fhir:code [ fhir:v "classification" ] ;
fhir:value [ fhir:v "XM8L15" ] ] )
] [
fhir:code [ fhir:v "7680007030014" ] ;
fhir:display [ fhir:v "M-M-RvaxPRO" ] ;
( fhir:property [
fhir:code [ fhir:v "classification" ] ;
fhir:value [ fhir:v "XM8TF3" ] ] )
] [
fhir:code [ fhir:v "0123456789" ] ;
fhir:display [ fhir:v "Catopian Pharma Inc. Measles Vaccine" ] ;
( fhir:property [
fhir:code [ fhir:v "classification" ] ;
fhir:value [ fhir:v "XM28X5" ] ] )
] ) . #