@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/AdverseEvent/example-aefi-serious> a fhir:AdverseEvent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-aefi-serious"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.icr.unicef.org/StructureDefinition/ICRAdverseEvent" ;
       fhir:index 0 ;
       fhir:link <https://fhir.icr.unicef.org/StructureDefinition/ICRAdverseEvent>
     ]
  ] ;
  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: AdverseEvent example-aefi-serious</b></p><a name=\"example-aefi-serious\"> </a><a name=\"hcexample-aefi-serious\"> </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-ICRAdverseEvent.html\">ICR Adverse Event</a></p></div><p><b>Record Origin</b>: campaign</p><p><b>Serious-Event Criteria</b>: <span title=\"Codes:{https://fhir.icr.unicef.org/CodeSystem/icr-serious-criteria-cs life-threatening}\">Life-threatening</span></p><p><b>Serious-Event Criteria</b>: <span title=\"Codes:{https://fhir.icr.unicef.org/CodeSystem/icr-serious-criteria-cs hospitalization}\">Requires/prolongs hospitalization</span></p><p><b>actuality</b>: Adverse Event</p><p><b>event</b>: <span title=\"Codes:\">Anaphylaxis shortly after measles-containing vaccine</span></p><p><b>subject</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>date</b>: 2026-06-24</p><p><b>seriousness</b>: <span title=\"Codes:\">Serious</span></p><p><b>severity</b>: <span title=\"Codes:\">severe</span></p><blockquote><p><b>suspectEntity</b></p><p><b>instance</b>: <a href=\"Immunization-example-mcv-dose.html\">Immunization: extension = campaign,zero-dose; status = completed; vaccineCode = measles virus vaccine; occurrence[x] = 2026-06-24 09:40:00+0000; lotNumber = MRV-2026-0412</a></p><h3>Causalities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Assessment</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://fhir.icr.unicef.org/CodeSystem/icr-adverse-event-causality-cs a-consistent}\">A — Consistent causal association</span></td></tr></table></blockquote></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/serious-criteria" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://fhir.icr.unicef.org/CodeSystem/icr-serious-criteria-cs" ] ;
         fhir:Coding.code [ fhir:value "life-threatening" ] ;
         fhir:Coding.display [ fhir:value "Life-threatening" ]
       ]
     ]
  ], [
     fhir:index 2 ;
     fhir:Extension.url [ fhir:value "https://fhir.icr.unicef.org/StructureDefinition/serious-criteria" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://fhir.icr.unicef.org/CodeSystem/icr-serious-criteria-cs" ] ;
         fhir:Coding.code [ fhir:value "hospitalization" ] ;
         fhir:Coding.display [ fhir:value "Requires/prolongs hospitalization" ]
       ]
     ]
  ] ;
  fhir:AdverseEvent.actuality [ fhir:value "actual"] ;
  fhir:AdverseEvent.event [
     fhir:CodeableConcept.text [ fhir:value "Anaphylaxis shortly after measles-containing vaccine" ]
  ] ;
  fhir:AdverseEvent.subject [
     fhir:link <https://fhir.icr.unicef.org/Patient/example-child> ;
     fhir:Reference.reference [ fhir:value "Patient/example-child" ]
  ] ;
  fhir:AdverseEvent.date [ fhir:value "2026-06-24"^^xsd:date] ;
  fhir:AdverseEvent.seriousness [
     fhir:CodeableConcept.text [ fhir:value "Serious" ]
  ] ;
  fhir:AdverseEvent.severity [
     fhir:CodeableConcept.text [ fhir:value "severe" ]
  ] ;
  fhir:AdverseEvent.suspectEntity [
     fhir:index 0 ;
     fhir:AdverseEvent.suspectEntity.instance [
       fhir:link <https://fhir.icr.unicef.org/Immunization/example-mcv-dose> ;
       fhir:Reference.reference [ fhir:value "Immunization/example-mcv-dose" ]
     ] ;
     fhir:AdverseEvent.suspectEntity.causality [
       fhir:index 0 ;
       fhir:AdverseEvent.suspectEntity.causality.assessment [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "https://fhir.icr.unicef.org/CodeSystem/icr-adverse-event-causality-cs" ] ;
           fhir:Coding.code [ fhir:value "a-consistent" ] ;
           fhir:Coding.display [ fhir:value "A — Consistent causal association" ]
         ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://fhir.icr.unicef.org/AdverseEvent/example-aefi-serious.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

