ChanjoKE Immunization Implementation Guide
0.1.0 - ci-build

ChanjoKE Immunization Implementation Guide, published by Intellisoft Consulting Ltd. 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/IntelliSOFT-Consulting/ChanjoKe-FHIR-IG/ and changes regularly. See the Directory of published versions

: Example Adverse Event - 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:AdverseEvent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleAdverseEvent"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/AdverseEventProfile"^^xsd:anyURI ;
fhir:link <https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/AdverseEventProfile>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AdverseEvent ExampleAdverseEvent</b></p><a name=\"ExampleAdverseEvent\"> </a><a name=\"hcExampleAdverseEvent\"> </a><a name=\"ExampleAdverseEvent-en-US\"> </a><p><b>Extension for types of AEFI</b>: DE3</p><p><b>Extension for Event Details</b>: Patient developed a rash within 24 hours of vaccination.</p><p><b>Extension for Action Taken</b>: DE22</p><p><b>Extension for Facility Reported</b>: Central Hospital</p><p><b>Extension for Treatment Given</b>: Anti-allergies</p><p><b>Extension for Treatment Details</b>: Administered antihistamine.</p><p><b>Extension for Specimen collected for investigation</b>: Specimen x</p><p><b>Extension for Specimen Details</b>: No specimens collected.</p><p><b>ReactionSeverityExtension</b>: DE27</p><p><b>AefiOutcomeExtension</b>: DE34</p><p><b>identifier</b>: <code>https://chanjoke.intellisoftkenya.com/fhir/identifiers</code>/AE123456789</p><p><b>actuality</b>: Adverse Event</p><p><b>subject</b>: <a href=\"Patient-PatientExample.html\">Grahame Grieve Male, DoB: 1969-04-13</a></p><p><b>date</b>: 2024-05-12</p><p><b>recordedDate</b>: 2024-05-13</p><h3>SuspectEntities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Instance</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Substance-SubstanceExample.html\">Substance Hemoglobin Okaloosa</a></td></tr></table><p><b>subjectMedicalHistory</b>: <a href=\"Condition-ConditionExample.html\">Condition</a></p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/types-of-aefi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "DE3" ]
  ] [
fhir:url [ fhir:v "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/event-details"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Patient developed a rash within 24 hours of vaccination." ]
  ] [
fhir:url [ fhir:v "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/action-taken"^^xsd:anyURI ] ;
fhir:value [ fhir:v "DE22" ]
  ] [
fhir:url [ fhir:v "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/facility-reported"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Central Hospital" ]
  ] [
fhir:url [ fhir:v "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/treatment-given"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Anti-allergies" ]
  ] [
fhir:url [ fhir:v "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/treatment-details"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Administered antihistamine." ]
  ] [
fhir:url [ fhir:v "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/specimen-collected"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Specimen x" ]
  ] [
fhir:url [ fhir:v "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/specimen-details"^^xsd:anyURI ] ;
fhir:value [ fhir:v "No specimens collected." ]
  ] [
fhir:url [ fhir:v "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/reaction-severity"^^xsd:anyURI ] ;
fhir:value [ fhir:v "DE27" ]
  ] [
fhir:url [ fhir:v "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/aefi-outcome"^^xsd:anyURI ] ;
fhir:value [ fhir:v "DE34" ]
  ] ) ; # 
  fhir:identifier [
fhir:system [ fhir:v "https://chanjoke.intellisoftkenya.com/fhir/identifiers"^^xsd:anyURI ] ;
fhir:value [ fhir:v "AE123456789" ]
  ] ; # 
  fhir:actuality [ fhir:v "actual"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample" ]
  ] ; # 
  fhir:date [ fhir:v "2024-05-12"^^xsd:date] ; # 
  fhir:recordedDate [ fhir:v "2024-05-13"^^xsd:date] ; # 
  fhir:suspectEntity ( [
fhir:instance [
fhir:reference [ fhir:v "Substance/SubstanceExample" ]     ]
  ] ) ; # 
  fhir:subjectMedicalHistory ( [
fhir:reference [ fhir:v "Condition/ConditionExample" ]
  ] ) . #