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 owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Bundle/bundle-referral-completed> a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "bundle-referral-completed"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-mnch-referral-bundle" ;
fhir:index 0 ;
fhir:link <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-mnch-referral-bundle>
]
] ;
fhir:Bundle.identifier [
fhir:Identifier.system [ fhir:value "https://sandbox.dhin-hie.org/ig/CodeSystem/ng-bundle-identifier-cs" ] ;
fhir:Identifier.value [ fhir:value "BND-REF-0004" ]
] ;
fhir:Bundle.type [ fhir:value "transaction"] ;
fhir:Bundle.timestamp [ fhir:value "2025-10-17T02:30:00+01:00"^^xsd:dateTime] ;
fhir:Bundle.entry [
fhir:index 0 ;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:c0a1f00d-4433-42aa-acdd-eeff00112233" ] ;
fhir:Bundle.entry.resource <urn:uuid:c0a1f00d-4433-42aa-acdd-eeff00112233> ;
fhir:Bundle.entry.request [
fhir:Bundle.entry.request.method [ fhir:value "POST" ] ;
fhir:Bundle.entry.request.url [ fhir:value "Patient" ]
]
], [
fhir:index 1 ;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:c0a1f00d-7f9c-2d3e-a6f0-1b2c3d4e5f22" ] ;
fhir:Bundle.entry.resource <urn:uuid:c0a1f00d-7f9c-2d3e-a6f0-1b2c3d4e5f22> ;
fhir:Bundle.entry.request [
fhir:Bundle.entry.request.method [ fhir:value "POST" ] ;
fhir:Bundle.entry.request.url [ fhir:value "ServiceRequest" ]
]
], [
fhir:index 2 ;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:c0a1f00d-6071-4a82-ab93-cd34ef567026" ] ;
fhir:Bundle.entry.resource <urn:uuid:c0a1f00d-6071-4a82-ab93-cd34ef567026> ;
fhir:Bundle.entry.request [
fhir:Bundle.entry.request.method [ fhir:value "PUT" ] ;
fhir:Bundle.entry.request.url [ fhir:value "Task" ]
]
], [
fhir:index 3 ;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:c0a1f00d-4433-22aa-ccdd-eeff00112233" ] ;
fhir:Bundle.entry.resource <urn:uuid:c0a1f00d-4433-22aa-ccdd-eeff00112233> ;
fhir:Bundle.entry.request [
fhir:Bundle.entry.request.method [ fhir:value "POST" ] ;
fhir:Bundle.entry.request.url [ fhir:value "Communication" ]
]
] .
<urn:uuid:c0a1f00d-4433-42aa-acdd-eeff00112233> a fhir:Patient ;
fhir:Resource.id [ fhir:value "NgPatient-ADA-001"] ;
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2023-10-28T08:00: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-ADA-001\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient NgPatient-ADA-001</b></p><a name=\"NgPatient-ADA-001\"> </a><a name=\"hcNgPatient-ADA-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: 2023-10-28 08:00: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;\">Ada Chukwu Female, DoB: 1997-03-02 ( mobile: 08067467012)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</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 "08067467012" ]
] ;
fhir:Patient.active [ fhir:value "true"^^xsd:boolean] ;
fhir:Patient.name [
fhir:index 0 ;
fhir:HumanName.family [ fhir:value "Chukwu" ] ;
fhir:HumanName.given [
fhir:value "Ada" ;
fhir:index 0
]
] ;
fhir:Patient.gender [ fhir:value "female"] ;
fhir:Patient.birthDate [ fhir:value "1997-03-02"^^xsd:date] .
<urn:uuid:c0a1f00d-7f9c-2d3e-a6f0-1b2c3d4e5f22> a fhir:ServiceRequest ;
fhir:Resource.id [ fhir:value "NgServiceRequest-ANC-001"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-service-request" ;
fhir:index 0 ;
fhir:link <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-service-request>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_NgServiceRequest-ANC-001\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest NgServiceRequest-ANC-001</b></p><a name=\"NgServiceRequest-ANC-001\"> </a><a name=\"hcNgServiceRequest-ANC-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-service-request.html\">NG ServiceRequest</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>priority</b>: ASAP</p><p><b>code</b>: <span title=\"Codes:\">Urgent ANC specialist review — ?Preeclampsia</span></p><p><b>subject</b>: <a href=\"Bundle-bundle-referral-completed.html#urn-uuid-c0a1f00d-4433-42aa-acdd-eeff00112233\">Ada Chukwu Female, DoB: 1997-03-02 ( mobile: 08067467012)</a></p><p><b>reasonCode</b>: <span title=\"Codes:\">BP 160/105; proteinuria +2; dizziness; high-risk pregnancy</span></p></div>"
] ;
fhir:ServiceRequest.status [ fhir:value "active"] ;
fhir:ServiceRequest.intent [ fhir:value "order"] ;
fhir:ServiceRequest.priority [ fhir:value "asap"] ;
fhir:ServiceRequest.code [
fhir:CodeableConcept.text [ fhir:value "Urgent ANC specialist review — ?Preeclampsia" ]
] ;
fhir:ServiceRequest.subject [
fhir:Reference.reference [ fhir:value "urn:uuid:c0a1f00d-4433-42aa-acdd-eeff00112233" ]
] ;
fhir:ServiceRequest.reasonCode [
fhir:index 0 ;
fhir:CodeableConcept.text [ fhir:value "BP 160/105; proteinuria +2; dizziness; high-risk pregnancy" ]
] .
<urn:uuid:c0a1f00d-6071-4a82-ab93-cd34ef567026> a fhir:Task ;
fhir:Resource.id [ fhir:value "NgTask-REF-INIT-001"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-task" ;
fhir:index 0 ;
fhir:link <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-task>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Task_NgTask-REF-INIT-001\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Task NgTask-REF-INIT-001</b></p><a name=\"NgTask-REF-INIT-001\"> </a><a name=\"hcNgTask-REF-INIT-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-task.html\">NG Task</a></p></div><p><b>status</b>: Completed</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:\">Process MNCH referral</span></p><p><b>lastModified</b>: 2025-10-17 02:25:00+0100</p><h3>Outputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Outcome</span></td><td>Stabilized; BP 145/95; FHR reassuring; admit 48h; PHC weekly BP checks; specialist review at 32w.</td></tr></table></div>"
] ;
fhir:Task.status [ fhir:value "completed"] ;
fhir:Task.intent [ fhir:value "order"] ;
fhir:Task.code [
fhir:CodeableConcept.text [ fhir:value "Process MNCH referral" ]
] ;
fhir:Task.lastModified [ fhir:value "2025-10-17T02:25:00+01:00"^^xsd:dateTime] ;
fhir:Task.output [
fhir:index 0 ;
fhir:Task.output.type [
fhir:CodeableConcept.text [ fhir:value "Outcome" ]
] ;
fhir:Task.output.valueString [ fhir:value "Stabilized; BP 145/95; FHR reassuring; admit 48h; PHC weekly BP checks; specialist review at 32w." ]
] .
<urn:uuid:c0a1f00d-4433-22aa-ccdd-eeff00112233> a fhir:Communication ;
fhir:Resource.id [ fhir:value "NgCommunication-REF-COMPLETE-001"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-communication" ;
fhir:index 0 ;
fhir:link <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-communication>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Communication_NgCommunication-REF-COMPLETE-001\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Communication NgCommunication-REF-COMPLETE-001</b></p><a name=\"NgCommunication-REF-COMPLETE-001\"> </a><a name=\"hcNgCommunication-REF-COMPLETE-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-communication.html\">NG Communication</a></p></div><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:\">Referral Feedback</span></p><p><b>subject</b>: <a href=\"Bundle-bundle-referral-completed.html#urn-uuid-c0a1f00d-4433-42aa-acdd-eeff00112233\">Ada Chukwu Female, DoB: 1997-03-02 ( mobile: 08067467012)</a></p><p><b>sent</b>: 2025-10-17 02:30:00+0100</p><h3>Payloads</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Content[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Ada stabilized. Keep weekly BP at PHC; specialist to see her at 32 weeks. Thank you for timely referral.</td></tr></table></div>"
] ;
fhir:Communication.status [ fhir:value "completed"] ;
fhir:Communication.category [
fhir:index 0 ;
fhir:CodeableConcept.text [ fhir:value "Referral Feedback" ]
] ;
fhir:Communication.subject [
fhir:Reference.reference [ fhir:value "urn:uuid:c0a1f00d-4433-42aa-acdd-eeff00112233" ]
] ;
fhir:Communication.sent [ fhir:value "2025-10-17T02:30:00+01:00"^^xsd:dateTime] ;
fhir:Communication.payload [
fhir:index 0 ;
fhir:Communication.payload.contentString [ fhir:value "Ada stabilized. Keep weekly BP at PHC; specialist to see her at 32 weeks. Thank you for timely referral." ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Bundle/bundle-referral-completed.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Bundle/bundle-referral-completed.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