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 - Vaccine Fridges Stock - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleVaccineFridgesStockObservation"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://nhin.example.ng/StructureDefinition/immz-device-material-observation"^^xsd:anyURI ;
fhir:link <http://nhin.example.ng/StructureDefinition/immz-device-material-observation>     ] )
  ] ; # 
  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: Observation ExampleVaccineFridgesStockObservation</b></p><a name=\"ExampleVaccineFridgesStockObservation\"> </a><a name=\"hcExampleVaccineFridgesStockObservation\"> </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-immz-device-material-observation.html\">Device/Material Usage Observation</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/DeviceMaterialCodes vaccine-fridges}\">Vaccine Fridges</span></p><p><b>encounter</b>: <a href=\"Encounter-NEIREncounterExample.html\">Encounter: status = in-progress; class = home health (ActCode#HH); type = Outreach</a></p><p><b>effective</b>: 2025-08-07</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/DeviceMaterialCodes opening-balance}\">Opening balance</span></p><p><b>value</b>: 5 item<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeitem = 'item')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/DeviceMaterialCodes quantity-received}\">Quantity received</span></p><p><b>value</b>: 1 item<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeitem = 'item')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/DeviceMaterialCodes quantity-used}\">Quantity used</span></p><p><b>value</b>: 0 item<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeitem = 'item')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/DeviceMaterialCodes closing-balance}\">Closing balance</span></p><p><b>value</b>: 6 item<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeitem = 'item')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/DeviceMaterialCodes quantity-returned}\">Quantity returned</span></p><p><b>value</b>: 0 item<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeitem = 'item')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/DeviceMaterialCodes functional}\">Functional</span></p><p><b>value</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/DeviceMaterialCodes functional}\">Functional</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/DeviceMaterialCodes functional-devices}\">Functional devices</span></p><p><b>value</b>: 6 item<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeitem = 'item')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/DeviceMaterialCodes non-functional-devices}\">Non-functional devices</span></p><p><b>value</b>: 0 item<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeitem = 'item')</span></p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/DeviceMaterialCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vaccine-fridges" ] ;
fhir:display [ fhir:v "Vaccine Fridges" ]     ] )
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/NEIREncounterExample" ]
  ] ; # 
  fhir:effective [
a fhir:dateTime ;
fhir:v "2025-08-07"^^xsd:date
  ] ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/DeviceMaterialCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "opening-balance" ] ;
fhir:display [ fhir:v "Opening balance" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "5"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "item" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/DeviceMaterialCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "quantity-received" ] ;
fhir:display [ fhir:v "Quantity received" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "item" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/DeviceMaterialCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "quantity-used" ] ;
fhir:display [ fhir:v "Quantity used" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "0"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "item" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/DeviceMaterialCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "closing-balance" ] ;
fhir:display [ fhir:v "Closing balance" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "6"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "item" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/DeviceMaterialCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "quantity-returned" ] ;
fhir:display [ fhir:v "Quantity returned" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "0"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "item" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/DeviceMaterialCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "functional" ] ;
fhir:display [ fhir:v "Functional" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/DeviceMaterialCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "functional" ] ;
fhir:display [ fhir:v "Functional" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/DeviceMaterialCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "functional-devices" ] ;
fhir:display [ fhir:v "Functional devices" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "6"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "item" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/DeviceMaterialCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "non-functional-devices" ] ;
fhir:display [ fhir:v "Non-functional devices" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "0"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "item" ]     ]
  ] ) . #