@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 -------------------------------------------------------------------

<https://fhir.icr.unicef.org/Immunization/example-mcv-dose> a fhir:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-mcv-dose"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.icr.unicef.org/StructureDefinition/ICRImmunizationEvent" ;
       fhir:index 0 ;
       fhir:link <https://fhir.icr.unicef.org/StructureDefinition/ICRImmunizationEvent>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization example-mcv-dose</b></p><a name=\"example-mcv-dose\"> </a><a name=\"hcexample-mcv-dose\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ICRImmunizationEvent.html\">ICR Immunization Event</a></p></div><p><b>Record Origin</b>: campaign</p><p><b>Prior-dose Status (Zero-dose)</b>: zero-dose</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 05}\">measles virus vaccine</span></p><p><b>patient</b>: <a href=\"Patient-example-child.html\">Aminata Kamara  Female, DoB: 2023-04-12 ( https://fhir.icr.unicef.org/identifiers/national-id#SL-2023-04-0099812)</a></p><p><b>occurrence</b>: 2026-06-24 09:40:00+0000</p><p><b>location</b>: <a href=\"Location-example-dwelling.html\">Location Dwelling — Rokupr block 4, house 12</a></p><p><b>manufacturer</b>: Serum Institute of India</p><p><b>lotNumber</b>: MRV-2026-0412</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td>Mop-up team 4, Rokupr</td></tr></table><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DoseNumber[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://fhir.icr.unicef.org/StructureDefinition/record-origin" ] ;
     fhir:Extension.valueCode [ fhir:value "campaign" ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "https://fhir.icr.unicef.org/StructureDefinition/prior-dose-status" ] ;
     fhir:Extension.valueCode [ fhir:value "zero-dose" ]
  ] ;
  fhir:Immunization.status [ fhir:value "completed"] ;
  fhir:Immunization.vaccineCode [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/cvx" ] ;
       fhir:Coding.code [ fhir:value "05" ] ;
       fhir:Coding.display [ fhir:value "measles virus vaccine" ]
     ]
  ] ;
  fhir:Immunization.patient [
     fhir:link <https://fhir.icr.unicef.org/Patient/example-child> ;
     fhir:Reference.reference [ fhir:value "Patient/example-child" ]
  ] ;
  fhir:Immunization.occurrenceDateTime [ fhir:value "2026-06-24T09:40:00Z"^^xsd:dateTime] ;
  fhir:Immunization.location [
     fhir:link <https://fhir.icr.unicef.org/Location/example-dwelling> ;
     fhir:Reference.reference [ fhir:value "Location/example-dwelling" ]
  ] ;
  fhir:Immunization.manufacturer [
     fhir:Reference.display [ fhir:value "Serum Institute of India" ]
  ] ;
  fhir:Immunization.lotNumber [ fhir:value "MRV-2026-0412"] ;
  fhir:Immunization.performer [
     fhir:index 0 ;
     fhir:Immunization.performer.actor [
       fhir:Reference.display [ fhir:value "Mop-up team 4, Rokupr" ]
     ]
  ] ;
  fhir:Immunization.protocolApplied [
     fhir:index 0 ;
     fhir:Immunization.protocolApplied.doseNumberPositiveInt [ fhir:value "1"^^xsd:positiveInteger ]
  ] .

# - ontology header ------------------------------------------------------------

<https://fhir.icr.unicef.org/Immunization/example-mcv-dose.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

