WHO SMART Guidelines - Measles Immunization
0.1.0 - ci-build

WHO SMART Guidelines - Measles Immunization, 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/WorldHealthOrganization/smart-example-immz/ and changes regularly. See the Directory of published versions

: Immunization1 - 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:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Immunization1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://smart.who.int/immunizations-measles/StructureDefinition/SGImmunization"^^xsd:anyURI ;
fhir:link <http://smart.who.int/immunizations-measles/StructureDefinition/SGImmunization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization Immunization1</b></p><a name=\"Immunization1\"> </a><a name=\"hcImmunization1\"> </a><a name=\"Immunization1-en-US\"> </a><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://id.who.int/icd/release/11/mms XM28X5}\">Measles vaccines</span></p><p><b>patient</b>: <a href=\"Patient-P123456.html\">Test Patient Female, DoB: 2023-03-02 ( 123456)</a></p><p><b>occurrence</b>: 2023-08-05</p><p><b>lotNumber</b>: lot123</p><p><b>expirationDate</b>: 2023-10-01</p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://smart.who.int/immunizations-measles/StructureDefinition/sg-ext-administeredProduct"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://smart.who.int/immunizations-measles/CodeSystem/VaccineProducts"^^xsd:anyURI ] ;
fhir:code [ fhir:v "20009060/2" ]       ] )     ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
    ( fhir:coding [
fhir:system [ fhir:v "http://id.who.int/icd/release/11/mms"^^xsd:anyURI ] ;
fhir:code [ fhir:v "XM28X5" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/P123456" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2023-08-05"^^xsd:date] ; # 
  fhir:lotNumber [ fhir:v "lot123"] ; # 
  fhir:expirationDate [ fhir:v "2023-10-01"^^xsd:date] . #