Nigeria Immunization FHIR IG
0.1.0 - ci-build Nigeria flag

Nigeria Immunization FHIR IG, published by intellisoftkenya.com. 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/Nigeria-Immunization-FHIR-IG/ and changes regularly. See the Directory of published versions

: Example of an Alllergy Intolerance - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:AllergyIntolerance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "allergy-intolerance-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://nhin.example.ng/StructureDefinition/NEIRAllergyIntolerance"^^xsd:anyURI ;
fhir:link <http://nhin.example.ng/StructureDefinition/NEIRAllergyIntolerance>     ] )
  ] ; # 
  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 allergy-intolerance-example</b></p><a name=\"allergy-intolerance-example\"> </a><a name=\"hcallergy-intolerance-example\"> </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-NEIRAllergyIntolerance.html\">AllergyIntolerance Profile - NEIR</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>type</b>: Allergy</p><p><b>category</b>: Food</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 91936005}\">Allergy to penicillin</span></p><p><b>patient</b>: <a href=\"Patient-NEIRPatientExample.html\">John Doe  Male, DoB: 2020-06-18 ( http://moh.nigeria/identifier/nationalID-no#NEIR-12345)</a></p><p><b>encounter</b>: <a href=\"Encounter/encounter-example\">Encounter/encounter-example</a></p><p><b>onset</b>: 2023-05-01 00:00:00+0000</p><p><b>recordedDate</b>: 2023-05-05 00:00:00+0000</p><p><b>recorder</b>: <a href=\"Practitioner-practitioner-example.html\">Practitioner John Doe </a></p><p><b>lastOccurrence</b>: 2025-03-11 00:00:00+0000</p><p><b>note</b>: </p><blockquote><div><p>Avoid all peanut-containing foods.</p>\n</div></blockquote><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Substance</b></td><td><b>Manifestation</b></td><td><b>Description</b></td><td><b>Onset</b></td><td><b>Severity</b></td><td><b>ExposureRoute</b></td><td><b>Note</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://nhin.example.ng/CodeSystem/my-substances 1160593008}\">Peanut protein</span></td><td><span title=\"Codes:{http://snomed.info/sct 247472004}\">Weal</span></td><td>Severe anaphylactic reaction requiring epinephrine.</td><td>2025-03-11 01:00:00+0000</td><td>Severe</td><td><span title=\"Codes:{http://snomed.info/sct 47625008}\">Intravenous route</span></td><td><blockquote><div><p>Patient carries an epinephrine auto-injector.</p>\n</div></blockquote></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ]     ] )
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ]     ] )
  ] ; # 
  fhir:type [ fhir:v "allergy"] ; # 
  fhir:category ( [ fhir:v "food"] ) ; # 
  fhir:criticality [ fhir:v "high"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:91936005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "91936005" ] ;
fhir:display [ fhir:v "Allergy to penicillin" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/NEIRPatientExample" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/encounter-example" ]
  ] ; # 
  fhir:onset [
a fhir:dateTime ;
fhir:v "2023-05-01T00:00:00Z"^^xsd:dateTime
  ] ; # 
  fhir:recordedDate [ fhir:v "2023-05-05T00:00:00Z"^^xsd:dateTime] ; # 
  fhir:recorder [
fhir:reference [ fhir:v "Practitioner/practitioner-example" ]
  ] ; # 
  fhir:lastOccurrence [ fhir:v "2025-03-11T00:00:00Z"^^xsd:dateTime] ; # 
  fhir:note ( [
fhir:text [ fhir:v "Avoid all peanut-containing foods." ]
  ] ) ; # 
  fhir:reaction ( [
fhir:substance [
      ( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/my-substances"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1160593008" ] ;
fhir:display [ fhir:v "Peanut protein" ]       ] )     ] ;
    ( fhir:manifestation [
      ( fhir:coding [
a sct:247472004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "247472004" ] ;
fhir:display [ fhir:v "Weal" ]       ] )     ] ) ;
fhir:description [ fhir:v "Severe anaphylactic reaction requiring epinephrine." ] ;
fhir:onset [ fhir:v "2025-03-11T01:00:00Z"^^xsd:dateTime ] ;
fhir:severity [ fhir:v "severe" ] ;
fhir:exposureRoute [
      ( fhir:coding [
a sct:47625008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "47625008" ] ;
fhir:display [ fhir:v "Intravenous route" ]       ] )     ] ;
    ( fhir:note [
fhir:text [ fhir:v "Patient carries an epinephrine auto-injector." ]     ] )
  ] ) . #