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 - Yellow Fever Diluent 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 "ExampleYellowFeverDiluentStockObservation"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://nhin.example.ng/StructureDefinition/immz-vaccine-stock-observation"^^xsd:anyURI ;
fhir:link <http://nhin.example.ng/StructureDefinition/immz-vaccine-stock-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 ExampleYellowFeverDiluentStockObservation</b></p><a name=\"ExampleYellowFeverDiluentStockObservation\"> </a><a name=\"hcExampleYellowFeverDiluentStockObservation\"> </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-vaccine-stock-observation.html\">Vaccine Stock Observation</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/VaccineStockCodes IMMZ.I.DE78}\">Yellow Fever Diluent</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/VaccineStockCodes opening-balance}\">Opening balance</span></p><p><b>value</b>: 85 vial<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codevial = 'vial')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/VaccineStockCodes received}\">Doses received</span></p><p><b>value</b>: 30 vial<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codevial = 'vial')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/VaccineStockCodes doses-opened}\">Doses opened</span></p><p><b>value</b>: 40 vial<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codevial = 'vial')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/VaccineStockCodes ending-balance}\">Ending balance</span></p><p><b>value</b>: 75 vial<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codevial = 'vial')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/VaccineStockCodes returned}\">Quantity returned</span></p><p><b>value</b>: 1 vial<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codevial = 'vial')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/VaccineStockCodes empty-vials}\">Empty vials returned</span></p><p><b>value</b>: 39 vial<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codevial = 'vial')</span></p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/VaccineStockCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IMMZ.I.DE78" ] ;
fhir:display [ fhir:v "Yellow Fever Diluent" ]     ] )
  ] ; # 
  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/VaccineStockCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "opening-balance" ] ;
fhir:display [ fhir:v "Opening balance" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "85"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vial" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/VaccineStockCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "received" ] ;
fhir:display [ fhir:v "Doses received" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "30"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vial" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/VaccineStockCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "doses-opened" ] ;
fhir:display [ fhir:v "Doses opened" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "40"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vial" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/VaccineStockCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ending-balance" ] ;
fhir:display [ fhir:v "Ending balance" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "75"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vial" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/VaccineStockCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "returned" ] ;
fhir:display [ fhir:v "Quantity returned" ]       ] )     ] ;
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 "vial" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/VaccineStockCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "empty-vials" ] ;
fhir:display [ fhir:v "Empty vials returned" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "39"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vial" ]     ]
  ] ) . #