Zambia Immunizations FHIR Implementation Guide
1.0.0 - STU1 Zambia flag

Zambia Immunizations FHIR Implementation Guide, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/Zambia-Immunizations/ and changes regularly. See the Directory of published versions

: Allergy Intolerance - Vaccination Allergic Reaction - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:AllergyIntolerance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "VaccinationAllergicReactionExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://moh.gov.zm/fhir/immunizations/StructureDefinition/vaccination-allergic-reaction"^^xsd:anyURI ;
fhir:link <http://moh.gov.zm/fhir/immunizations/StructureDefinition/vaccination-allergic-reaction>     ] )
  ] ; # 
  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: AllergyIntolerance VaccinationAllergicReactionExample</b></p><a name=\"VaccinationAllergicReactionExample\"> </a><a name=\"hcVaccinationAllergicReactionExample\"> </a><a name=\"VaccinationAllergicReactionExample-en-US\"> </a><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/allergy-intolerance-type allergy}\">Allergy</span></p><p><b>category</b>: Medication</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 31044-1}\">Immunization reaction</span></p><p><b>patient</b>: <a href=\"Patient-CovaxImmunizationPatientExample.html\">Tom Jack Jones (official) (no stated gender), DoB: 2000-01-01 ( http://moh.gov.zm/fhir/immunizations/identifier/patient-card-number#CN0000000)</a></p><p><b>encounter</b>: <a href=\"Encounter-CovaxTargetFacilityEncounterExample.html\">Encounter: status = completed; class = ambulatory; actualPeriod = 2022-12-01 --&gt; 2023-01-20</a></p><p><b>onset</b>: 2024-01-05</p><p><b>recordedDate</b>: 2024-04-15</p><blockquote><p><b>reaction</b></p><p><b>substance</b>: <span title=\"Codes:{http://id.who.int/icd11/mms XM1G90}\">XM1G90</span></p><h3>Manifestations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Observation-ImmunizationAllergyExample.html\">Observation Immunization reaction</a></td></tr></table></blockquote></div>"
  ] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/allergy-intolerance-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "allergy" ]     ] )
  ] ; # 
  fhir:category ( [ fhir:v "medication"] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:31044-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "31044-1" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/CovaxImmunizationPatientExample" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/CovaxTargetFacilityEncounterExample" ]
  ] ; # 
  fhir:onset [ fhir:v "2024-01-05"^^xsd:date] ; # 
  fhir:recordedDate [ fhir:v "2024-04-15"^^xsd:date] ; # 
  fhir:reaction ( [
fhir:substance [
      ( fhir:coding [
fhir:system [ fhir:v "http://id.who.int/icd11/mms"^^xsd:anyURI ] ;
fhir:code [ fhir:v "XM1G90" ]       ] )     ] ;
    ( fhir:manifestation [
fhir:reference [
fhir:reference [ fhir:v "Observation/ImmunizationAllergyExample" ]       ]     ] )
  ] ) . #