DHIN 2025Connectathon FHIR IG
0.2.0 - ci-build
DHIN 2025Connectathon FHIR IG, published by DHIN. This guide is not an authorized publication; it is the continuous build for version 0.2.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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/Bundle/NgDeviceData-ChemistryAnalyzer-Collection> a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "NgDeviceData-ChemistryAnalyzer-Collection"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-device-data-bundle" ;
fhir:index 0 ;
fhir:link <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-device-data-bundle>
]
] ;
fhir:Bundle.type [ fhir:value "collection"] ;
fhir:Bundle.entry [
fhir:index 0 ;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:aaabbb11-e5f6-4789-a123-456789abcdef" ] ;
fhir:Bundle.entry.resource <urn:uuid:aaabbb11-e5f6-4789-a123-456789abcdef>
], [
fhir:index 1 ;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:bbbccc22-e5f6-4789-a123-456789abcdef" ] ;
fhir:Bundle.entry.resource <urn:uuid:bbbccc22-e5f6-4789-a123-456789abcdef>
], [
fhir:index 2 ;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:cccddd33-e5f6-4789-a123-456789abcdef" ] ;
fhir:Bundle.entry.resource <urn:uuid:cccddd33-e5f6-4789-a123-456789abcdef>
], [
fhir:index 3 ;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:dddeee44-e5f6-4789-a123-456789abcdef" ] ;
fhir:Bundle.entry.resource <urn:uuid:dddeee44-e5f6-4789-a123-456789abcdef>
] .
<urn:uuid:aaabbb11-e5f6-4789-a123-456789abcdef> a fhir:Patient ;
fhir:Resource.id [ fhir:value "NgPatient-Chem-001"] ;
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2025-11-06T08:30:00+01:00"^^xsd:dateTime ] ;
fhir:Meta.profile [
fhir:value "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-patient" ;
fhir:index 0 ;
fhir:link <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-patient>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_NgPatient-Chem-001\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient NgPatient-Chem-001</b></p><a name=\"NgPatient-Chem-001\"> </a><a name=\"hcNgPatient-Chem-001\"> </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\">Last updated: 2025-11-06 08:30:00+0100</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ng-patient.html\">NG Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Kunle Okonkwo Male, DoB: 1973-08-15 ( mobile: 08030001111)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Old Airport Road Jos PL </td></tr></table></div>"
] ;
fhir:Patient.identifier [
fhir:index 0 ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs" ] ;
fhir:Coding.code [ fhir:value "MOBILE" ] ;
fhir:Coding.display [ fhir:value "mobile" ]
]
] ;
fhir:Identifier.system [ fhir:value "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs" ] ;
fhir:Identifier.value [ fhir:value "08030001111" ]
] ;
fhir:Patient.active [ fhir:value "true"^^xsd:boolean] ;
fhir:Patient.name [
fhir:index 0 ;
fhir:HumanName.family [ fhir:value "Okonkwo" ] ;
fhir:HumanName.given [
fhir:value "Kunle" ;
fhir:index 0
]
] ;
fhir:Patient.gender [ fhir:value "male"] ;
fhir:Patient.birthDate [ fhir:value "1973-08-15"^^xsd:date] ;
fhir:Patient.address [
fhir:index 0 ;
fhir:Address.line [
fhir:value "Old Airport Road" ;
fhir:index 0
] ;
fhir:Address.city [ fhir:value "Jos" ] ;
fhir:Address.district [ fhir:value "pl-jos-north" ] ;
fhir:Address.state [ fhir:value "PL" ]
] .
<urn:uuid:bbbccc22-e5f6-4789-a123-456789abcdef> a fhir:Organization ;
fhir:Resource.id [ fhir:value "NgOrganization-Lab-001"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-organization" ;
fhir:index 0 ;
fhir:link <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-organization>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_NgOrganization-Lab-001\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization NgOrganization-Lab-001</b></p><a name=\"NgOrganization-Lab-001\"> </a><a name=\"hcNgOrganization-Lab-001\"> </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-ng-organization.html\">NG Organization</a></p></div><p><b>identifier</b>: <code>https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-registry</code>/LAB-00981</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: Plateau Specialist Hospital Clinical Chemistry Lab</p><p><b>telecom</b>: ph: 01-234-5678</p><p><b>address</b>: Old Airport Road Jos PL </p></div>"
] ;
fhir:Organization.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-registry" ] ;
fhir:Identifier.value [ fhir:value "LAB-00981" ]
] ;
fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ;
fhir:Organization.type [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type" ] ;
fhir:Coding.code [ fhir:value "prov" ] ;
fhir:Coding.display [ fhir:value "Healthcare Provider" ]
]
] ;
fhir:Organization.name [ fhir:value "Plateau Specialist Hospital Clinical Chemistry Lab"] ;
fhir:Organization.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "01-234-5678" ]
] ;
fhir:Organization.address [
fhir:index 0 ;
fhir:Address.line [
fhir:value "Old Airport Road" ;
fhir:index 0
] ;
fhir:Address.city [ fhir:value "Jos" ] ;
fhir:Address.district [ fhir:value "pl-jos-north" ] ;
fhir:Address.state [ fhir:value "PL" ]
] .
<urn:uuid:cccddd33-e5f6-4789-a123-456789abcdef> a fhir:Device ;
fhir:Resource.id [ fhir:value "NgDevice-ChemAnalyzer-001"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-device" ;
fhir:index 0 ;
fhir:link <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-device>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Device_NgDevice-ChemAnalyzer-001\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Device NgDevice-ChemAnalyzer-001</b></p><a name=\"NgDevice-ChemAnalyzer-001\"> </a><a name=\"hcNgDevice-ChemAnalyzer-001\"> </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-ng-device.html\">NG Device</a></p></div><p><b>status</b>: Active</p><p><b>manufacturer</b>: Roche Diagnostics</p><p><b>serialNumber</b>: SN-CHM-2025-001</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>Cobas c311 Clinical Chemistry Analyzer</td><td>Model name</td></tr></table><p><b>modelNumber</b>: XS-200</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 706689003}\">Application programme software</span></p><h3>Versions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td>CobasLink v5.2</td></tr></table></div>"
] ;
fhir:Device.status [ fhir:value "active"] ;
fhir:Device.manufacturer [ fhir:value "Roche Diagnostics"] ;
fhir:Device.serialNumber [ fhir:value "SN-CHM-2025-001"] ;
fhir:Device.deviceName [
fhir:index 0 ;
fhir:Device.deviceName.name [ fhir:value "Cobas c311 Clinical Chemistry Analyzer" ] ;
fhir:Device.deviceName.type [ fhir:value "model-name" ]
] ;
fhir:Device.modelNumber [ fhir:value "XS-200"] ;
fhir:Device.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:706689003 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "706689003" ] ;
fhir:Coding.display [ fhir:value "Application programme software" ]
]
] ;
fhir:Device.version [
fhir:index 0 ;
fhir:Device.version.value [ fhir:value "CobasLink v5.2" ]
] .
<urn:uuid:dddeee44-e5f6-4789-a123-456789abcdef> a fhir:Observation ;
fhir:Resource.id [ fhir:value "NgObservation-Glucose-001"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-observation" ;
fhir:index 0 ;
fhir:link <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-observation>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_NgObservation-Glucose-001\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation NgObservation-Glucose-001</b></p><a name=\"NgObservation-Glucose-001\"> </a><a name=\"hcNgObservation-Glucose-001\"> </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-ng-observation.html\">NG Observations</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://loinc.org 30525-0}\">Age</span></p><p><b>subject</b>: <a href=\"Bundle-NgDeviceData-ChemistryAnalyzer-Collection.html#urn-uuid-aaabbb11-e5f6-4789-a123-456789abcdef\">Kunle Okonkwo Male, DoB: 1973-08-15 ( mobile: 08030001111)</a></p><p><b>effective</b>: 2025-11-06 08:45:00+0100</p><p><b>performer</b>: <a href=\"Bundle-NgDeviceData-ChemistryAnalyzer-Collection.html#urn-uuid-bbbccc22-e5f6-4789-a123-456789abcdef\">Organization Plateau Specialist Hospital Clinical Chemistry Lab</a></p><p><b>device</b>: <a href=\"Bundle-NgDeviceData-ChemistryAnalyzer-Collection.html#urn-uuid-cccddd33-e5f6-4789-a123-456789abcdef\">Device: status = active; manufacturer = Roche Diagnostics; serialNumber = SN-CHM-2025-001; modelNumber = XS-200; type = Application programme software</a></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>62 µmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeumol/L = 'umol/L')</span></td><td>106 µmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeumol/L = 'umol/L')</span></td><td>Adult reference range</td></tr></table><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://sandbox.dhin-hie.org/ig/CodeSystem/age-component-codes mn}\">Months (mo)</span></td><td>104 month<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemo = 'mo')</span></td></tr></table></div>"
] ;
fhir:Observation.status [ fhir:value "final"] ;
fhir:Observation.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
fhir:Coding.code [ fhir:value "social-history" ] ;
fhir:Coding.display [ fhir:value "Social History" ]
]
] ;
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:30525-0 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "30525-0" ] ;
fhir:Coding.display [ fhir:value "Age" ]
]
] ;
fhir:Observation.subject [
fhir:Reference.reference [ fhir:value "urn:uuid:aaabbb11-e5f6-4789-a123-456789abcdef" ]
] ;
fhir:Observation.effectiveDateTime [ fhir:value "2025-11-06T08:45:00+01:00"^^xsd:dateTime] ;
fhir:Observation.performer [
fhir:index 0 ;
fhir:Reference.reference [ fhir:value "urn:uuid:bbbccc22-e5f6-4789-a123-456789abcdef" ]
] ;
fhir:Observation.device [
fhir:Reference.reference [ fhir:value "urn:uuid:cccddd33-e5f6-4789-a123-456789abcdef" ]
] ;
fhir:Observation.referenceRange [
fhir:index 0 ;
fhir:Observation.referenceRange.low [
fhir:Quantity.value [ fhir:value "62"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "µmol/L" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "umol/L" ]
] ;
fhir:Observation.referenceRange.high [
fhir:Quantity.value [ fhir:value "106"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "µmol/L" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "umol/L" ]
] ;
fhir:Observation.referenceRange.text [ fhir:value "Adult reference range" ]
] ;
fhir:Observation.component [
fhir:index 0 ;
fhir:Observation.component.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://sandbox.dhin-hie.org/ig/CodeSystem/age-component-codes" ] ;
fhir:Coding.code [ fhir:value "mn" ] ;
fhir:Coding.display [ fhir:value "Months (mo)" ]
]
] ;
fhir:Observation.component.valueQuantity [
fhir:Quantity.value [ fhir:value "104"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "month" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "mo" ]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Bundle/NgDeviceData-ChemistryAnalyzer-Collection.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Bundle/NgDeviceData-ChemistryAnalyzer-Collection.ttl> .
IG © 2025+ DHIN. Package org.dhin-hie.sandbox#0.2.0 based on FHIR 4.0.1. Generated 2026-09-17
Links: Table of Contents |
QA Report