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 client Registration observation - 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 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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleNEIRRegistrationObservation"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://nhin.example.ng/StructureDefinition/NEIRRegistrationObservation"^^xsd:anyURI ;
fhir:link <http://nhin.example.ng/StructureDefinition/NEIRRegistrationObservation>     ] )
  ] ; # 
  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 ExampleNEIRRegistrationObservation</b></p><a name=\"ExampleNEIRRegistrationObservation\"> </a><a name=\"hcExampleNEIRRegistrationObservation\"> </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-NEIRRegistrationObservation.html\">Observations - NEIR Registration</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Social History</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 123456}\">NEIR Registration Observations</span></p><p><b>subject</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>effective</b>: 2025-08-05 10:00:00+0300</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 11323-3}\">State of Health of Mothers other children</span></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 419099009}\">Alive and well</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 82810-3}\">Pregnancy status</span></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 77386006}\">Pregnant</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 55284-4}\">HIV status</span></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 86406008}\">HIV negative</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8339-4}\">Birth weight Measured</span></p><p><b>value</b>: 3200 g<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeg = 'g')</span></p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "social-history" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:123456 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "123456" ] ;
fhir:display [ fhir:v "NEIR Registration Observations" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/NEIRPatientExample" ]
  ] ; # 
  fhir:effective [
a fhir:dateTime ;
fhir:v "2025-08-05T10:00:00+03:00"^^xsd:dateTime
  ] ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
a loinc:11323-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11323-3" ] ;
fhir:display [ fhir:v "State of Health of Mothers other children" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:419099009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "419099009" ] ;
fhir:display [ fhir:v "Alive and well" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:82810-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "82810-3" ] ;
fhir:display [ fhir:v "Pregnancy status" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:77386006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "77386006" ] ;
fhir:display [ fhir:v "Pregnant" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:55284-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "55284-4" ] ;
fhir:display [ fhir:v "HIV status" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:86406008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "86406008" ] ;
fhir:display [ fhir:v "HIV negative" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:8339-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8339-4" ] ;
fhir:display [ fhir:v "Birth weight Measured" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "3200"^^xsd:decimal ] ;
fhir:unit [ fhir:v "g" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "g" ]     ]
  ] ) . #