DHIN 2025Connectathon FHIR IG
0.2.0 - ci-build Nigeria flag

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

: MNCH Referral — Tracking (In Progress, MgSO₄ started) - 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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bundle-referral-tracking"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-mnch-referral-bundle"^^xsd:anyURI ;
fhir:l <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-mnch-referral-bundle>     ] )
  ] ; # 
  fhir:identifier [
fhir:system [
fhir:v "https://sandbox.dhin-hie.org/ig/CodeSystem/ng-bundle-identifier-cs"^^xsd:anyURI ;
fhir:l <https://sandbox.dhin-hie.org/ig/CodeSystem/ng-bundle-identifier-cs>     ] ;
fhir:value [ fhir:v "BND-REF-0003" ]
  ] ; # 
  fhir:type [ fhir:v "transaction"] ; # 
  fhir:timestamp [ fhir:v "2025-10-16T14:40:00+01:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [
fhir:v "urn:uuid:c0a1f00d-4433-42aa-acdd-eeff00112233"^^xsd:anyURI ;
fhir:l <urn:uuid:c0a1f00d-4433-42aa-acdd-eeff00112233>     ] ;
    ( fhir:resource <urn:uuid:c0a1f00d-4433-42aa-acdd-eeff00112233> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [
fhir:v "Patient"^^xsd:anyURI ;
fhir:l fhir:Patient       ]     ]
  ] [
fhir:fullUrl [
fhir:v "urn:uuid:c0a1f00d-7f9c-2d3e-a6f0-1b2c3d4e5f22"^^xsd:anyURI ;
fhir:l <urn:uuid:c0a1f00d-7f9c-2d3e-a6f0-1b2c3d4e5f22>     ] ;
    ( fhir:resource <urn:uuid:c0a1f00d-7f9c-2d3e-a6f0-1b2c3d4e5f22> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [
fhir:v "ServiceRequest"^^xsd:anyURI ;
fhir:l fhir:ServiceRequest       ]     ]
  ] [
fhir:fullUrl [
fhir:v "urn:uuid:c0a1f00d-6071-4a82-ab93-cd34ef567026"^^xsd:anyURI ;
fhir:l <urn:uuid:c0a1f00d-6071-4a82-ab93-cd34ef567026>     ] ;
    ( fhir:resource <urn:uuid:c0a1f00d-6071-4a82-ab93-cd34ef567026> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [
fhir:v "Task"^^xsd:anyURI ;
fhir:l fhir:Task       ]     ]
  ] ) . # 

<urn:uuid:c0a1f00d-4433-42aa-acdd-eeff00112233> a fhir:Patient ;
  fhir:id [ fhir:v "NgPatient-ADA-001"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2023-10-28T08:00:00+01:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-patient"^^xsd:anyURI ;
fhir:l <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-patient>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs"^^xsd:anyURI ;
fhir:l <https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs>         ] ;
fhir:code [ fhir:v "MOBILE" ] ;
fhir:display [ fhir:v "mobile" ]       ] )     ] ;
fhir:system [
fhir:v "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs"^^xsd:anyURI ;
fhir:l <https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs>     ] ;
fhir:value [ fhir:v "08067467012" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name ( [
fhir:family [ fhir:v "Chukwu" ] ;
    ( fhir:given [ fhir:v "Ada" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1997-03-02"^^xsd:date] . # 

<urn:uuid:c0a1f00d-7f9c-2d3e-a6f0-1b2c3d4e5f22> a fhir:ServiceRequest ;
  fhir:id [ fhir:v "NgServiceRequest-ANC-001"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-service-request"^^xsd:anyURI ;
fhir:l <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-service-request>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:priority [ fhir:v "asap"] ; # 
  fhir:code [
fhir:text [ fhir:v "Urgent ANC specialist review — ?Preeclampsia" ]
  ] ; # 
  fhir:subject [
fhir:l <urn:uuid:c0a1f00d-4433-42aa-acdd-eeff00112233> ;
fhir:reference [ fhir:v "urn:uuid:c0a1f00d-4433-42aa-acdd-eeff00112233" ]
  ] ; # 
  fhir:reasonCode ( [
fhir:text [ fhir:v "BP 160/105; proteinuria +2; dizziness; high-risk pregnancy" ]
  ] ) . # 

<urn:uuid:c0a1f00d-6071-4a82-ab93-cd34ef567026> a fhir:Task ;
  fhir:id [ fhir:v "NgTask-REF-INIT-001"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-task"^^xsd:anyURI ;
fhir:l <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-task>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>: In Progress</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:\">Process MNCH referral</span></p><p><b>description</b>: Arrival 14:35; BP 165/110; Loading dose MgSO₄; FHR 140, reactive; admit high-risk ward.</p><p><b>lastModified</b>: 2025-10-16 14:35:00+0100</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "in-progress"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:code [
fhir:text [ fhir:v "Process MNCH referral" ]
  ] ; # 
  fhir:description [ fhir:v "Arrival 14:35; BP 165/110; Loading dose MgSO₄; FHR 140, reactive; admit high-risk ward."] ; # 
  fhir:lastModified [ fhir:v "2025-10-16T14:35:00+01:00"^^xsd:dateTime] . #