DHIN 2025Connectathon FHIR IG
0.1.0 - draft

DHIN 2025Connectathon FHIR IG, published by DHIN. 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/Nigeria-FHIR-Community/2025Connectathon/ and changes regularly. See the Directory of published versions

: Example Ng Immunization (Rotavirus 1) - 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:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "NgImmunization-002"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://sandbox.dhin-hie.org/ig/StructureDefinition/NgImmunization"^^xsd:anyURI ;
fhir:link <https://sandbox.dhin-hie.org/ig/StructureDefinition/NgImmunization>     ] )
  ] ; # 
  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: Immunization NgImmunization-002</b></p><a name=\"NgImmunization-002\"> </a><a name=\"hcNgImmunization-002\"> </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-NgImmunization.html\">NG Immunization</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{https://sandbox.dhin-hie.org/ig/CodeSystem/ng-vaccine-local IMMZ.Z.DE7}\">Rotavirus 1</span></p><p><b>patient</b>: <code>NgPatient/NgPatient-003</code></p><p><b>occurrence</b>: 2025-09-10 10:05:00+0100</p><p><b>manufacturer</b>: <code>NgOrganization/NgOrganization-003</code></p><p><b>lotNumber</b>: ROTA25-0045</p><p><b>expirationDate</b>: 2026-04-30</p><p><b>route</b>: <span title=\"Codes:\">Oral</span></p><p><b>doseQuantity</b>: 2 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemL = 'mL')</span></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><code>NgPractitioner/NgPractitioner-003</code></td></tr></table><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td style=\"display: none\">*</td><td/><td>1</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
    ( fhir:coding [
fhir:system [ fhir:v "https://sandbox.dhin-hie.org/ig/CodeSystem/ng-vaccine-local"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IMMZ.Z.DE7" ] ;
fhir:display [ fhir:v "Rotavirus 1" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "NgPatient/NgPatient-003" ]
  ] ; # 
  fhir:occurrence [
a fhir:dateTime ;
fhir:v "2025-09-10T10:05:00+01:00"^^xsd:dateTime
  ] ; # 
  fhir:manufacturer [
fhir:reference [ fhir:v "NgOrganization/NgOrganization-003" ]
  ] ; # 
  fhir:lotNumber [ fhir:v "ROTA25-0045"] ; # 
  fhir:expirationDate [ fhir:v "2026-04-30"^^xsd:date] ; # 
  fhir:route [
fhir:text [ fhir:v "Oral" ]
  ] ; # 
  fhir:doseQuantity [
fhir:value [ fhir:v "2"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mL" ]
  ] ; # 
  fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "NgPractitioner/NgPractitioner-003" ]     ]
  ] ) ; # 
  fhir:protocolApplied ( [
    ( fhir:extension [
fhir:url [ fhir:v "https://sandbox.dhin-hie.org/ig/StructureDefinition/next-dose-date"^^xsd:anyURI ] ;
fhir:value [
a fhir:date ;
fhir:v "2025-10-10"^^xsd:date       ]     ] ) ;
fhir:doseNumber [
a fhir:positiveInt ;
fhir:v "1"^^xsd:positiveInteger     ]
  ] ) . #