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 — Initiation (High BP, ?Preeclampsia) - TTL Representation

Raw ttl | Download


@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-initiation> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "bundle-referral-initiation"] ;
  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-0001" ]
  ] ;
  fhir:Bundle.type [ fhir:value "transaction"] ;
  fhir:Bundle.timestamp [ fhir:value "2025-10-16T08: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 "POST" ] ;
       fhir:Bundle.entry.request.url [ fhir:value "Task" ]
     ]
  ] .

<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>category</b>: <span title=\"Codes:\">Obstetrics referral</span></p><p><b>priority</b>: ASAP</p><p><b>code</b>: <span title=\"Codes:\">ANC specialist review — ?Preeclampsia (BP 160/105, Prot +2)</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>authoredOn</b>: 2025-10-16 08:29:30+0100</p><p><b>reasonCode</b>: <span title=\"Codes:\">Elevated BP, dizziness, proteinuria +2; high-risk pregnancy</span></p></div>"
  ] ;
  fhir:ServiceRequest.status [ fhir:value "active"] ;
  fhir:ServiceRequest.intent [ fhir:value "order"] ;
  fhir:ServiceRequest.category [
     fhir:index 0 ;
     fhir:CodeableConcept.text [ fhir:value "Obstetrics referral" ]
  ] ;
  fhir:ServiceRequest.priority [ fhir:value "asap"] ;
  fhir:ServiceRequest.code [
     fhir:CodeableConcept.text [ fhir:value "ANC specialist review — ?Preeclampsia (BP 160/105, Prot +2)" ]
  ] ;
  fhir:ServiceRequest.subject [
     fhir:Reference.reference [ fhir:value "urn:uuid:c0a1f00d-4433-42aa-acdd-eeff00112233" ]
  ] ;
  fhir:ServiceRequest.authoredOn [ fhir:value "2025-10-16T08:29:30+01:00"^^xsd:dateTime] ;
  fhir:ServiceRequest.reasonCode [
     fhir:index 0 ;
     fhir:CodeableConcept.text [ fhir:value "Elevated BP, dizziness, proteinuria +2; 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>: Requested</p><p><b>intent</b>: order</p><p><b>priority</b>: Urgent</p><p><b>code</b>: <span title=\"Codes:\">Process MNCH referral (High-risk pregnancy management)</span></p><p><b>focus</b>: <a href=\"Bundle-bundle-referral-completed.html#urn-uuid-c0a1f00d-7f9c-2d3e-a6f0-1b2c3d4e5f22\">ServiceRequest </a></p><p><b>for</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>authoredOn</b>: 2025-10-16 08:30:00+0100</p></div>"
  ] ;
  fhir:Task.status [ fhir:value "requested"] ;
  fhir:Task.intent [ fhir:value "order"] ;
  fhir:Task.priority [ fhir:value "urgent"] ;
  fhir:Task.code [
     fhir:CodeableConcept.text [ fhir:value "Process MNCH referral (High-risk pregnancy management)" ]
  ] ;
  fhir:Task.focus [
     fhir:Reference.reference [ fhir:value "urn:uuid:c0a1f00d-7f9c-2d3e-a6f0-1b2c3d4e5f22" ]
  ] ;
  fhir:Task.for [
     fhir:Reference.reference [ fhir:value "urn:uuid:c0a1f00d-4433-42aa-acdd-eeff00112233" ]
  ] ;
  fhir:Task.authoredOn [ fhir:value "2025-10-16T08:30:00+01:00"^^xsd:dateTime] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Bundle/bundle-referral-initiation.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Bundle/bundle-referral-initiation.ttl> .