WHO Immunization Implementation Guide, published by World Health Organization (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/WorldHealthOrganization/smart-immunizations and changes regularly. See the Directory of published versions
: IMMZ.D2.DT.YellowFever.MR - 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:ActivityDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "IMMZD2DTYellowFeverMR"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-immunizationactivity"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-immunizationactivity> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ActivityDefinition </b><a name=\"IMMZD2DTYellowFeverMR\"> </a><a name=\"hcIMMZD2DTYellowFeverMR\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceActivityDefinition "IMMZD2DTYellowFeverMR" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7/cqf-recommendations/StructureDefinition-cpg-immunizationactivity.html\">CPG Immunization Activity</a></p></div><p><b>knowledgeCapability</b>: computable</p><p><b>url</b>: <code>http://smart.who.int/ig/smart-immunizations/ActivityDefinition/IMMZD2DTYellowFeverMR</code></p><p><b>version</b>: 0.1.0</p><p><b>name</b>: IMMZD2DTYellowFeverMedicationRequest</p><p><b>title</b>: IMMZ.D2.DT.YellowFever.MR</p><p><b>status</b>: draft</p><p><b>experimental</b>: false</p><p><b>date</b>: 2023-10-23</p><p><b>publisher</b>: World Health Organization (WHO)</p><p><b>contact</b>: World Health Organization (WHO): <a href=\"https://www.who.int\">https://www.who.int</a></p><p><b>description</b>: Provide immunization</p><p><b>jurisdiction</b>: Global (Whole world) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (m49.htm#001)</span></p><p><b>kind</b>: MedicationRequest</p><p><b>profile</b>: <a href=\"https://build.fhir.org/ig/HL7/cqf-recommendations/StructureDefinition-cpg-immunizationrequest.html\">CPG Immunization Request</a></p><p><b>intent</b>: proposal</p><p><b>doNotPerform</b>: false</p><p><b>product</b>: Yellow fever vaccine <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (icd-11#XM0N24)</span></p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability"^^xsd:anyURI ] ;
fhir:value [ fhir:v "computable" ]
] ) ; #
fhir:url [ fhir:v "http://smart.who.int/ig/smart-immunizations/ActivityDefinition/IMMZD2DTYellowFeverMR"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "IMMZD2DTYellowFeverMedicationRequest"] ; #
fhir:title [ fhir:v "IMMZ.D2.DT.YellowFever.MR"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-10-23"^^xsd:date] ; #
fhir:publisher [ fhir:v "World Health Organization (WHO)"] ; #
fhir:contact ( [
fhir:name [ fhir:v "World Health Organization (WHO)" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.who.int" ] ] )
] ) ; #
fhir:description [ fhir:v "Provide immunization"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:kind [ fhir:v "MedicationRequest"] ; #
fhir:profile [
fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-immunizationrequest"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-immunizationrequest>
] ; #
fhir:intent [ fhir:v "proposal"] ; #
fhir:doNotPerform [ fhir:v "false"^^xsd:boolean] ; #
fhir:product [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-11"^^xsd:anyURI ] ;
fhir:code [ fhir:v "XM0N24" ] ;
fhir:display [ fhir:v "Yellow fever vaccine" ] ] )
] . #