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 Task - JSON Representation

Raw json | Download

{
  "resourceType" : "Task",
  "id" : "NgTask-001",
  "meta" : {
    "profile" : [
      🔗 "https://sandbox.dhin-hie.org/ig/StructureDefinition/NgTask"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task NgTask-001</b></p><a name=\"NgTask-001\"> </a><a name=\"hcNgTask-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-NgTask.html\">NG Task</a></p></div><p><b>status</b>: In Progress</p><p><b>intent</b>: order</p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:\">Coordinate referral</span></p><p><b>focus</b>: <code>NgServiceRequest/NgServiceRequest-001</code></p><p><b>for</b>: <code>NgPatient/NgPatient-001</code></p><p><b>authoredOn</b>: 2025-11-11 10:00:00+0000</p><p><b>requester</b>: <code>NgPractitioner/NgPractitioner-001</code></p><p><b>owner</b>: <code>NgPractitionerRole/NgPractitionerRole-001</code></p><h3>Inputs</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:\">Notes</span></td><td>Patient contacted; appointment set for 12 Nov 2025.</td></tr></table><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>Referral accepted by clinic.</td></tr></table></div>"
  },
  "status" : "in-progress",
  "intent" : "order",
  "priority" : "routine",
  "code" : {
    "text" : "Coordinate referral"
  },
  "focus" : {
    "reference" : "NgServiceRequest/NgServiceRequest-001"
  },
  "for" : {
    "reference" : "NgPatient/NgPatient-001"
  },
  "authoredOn" : "2025-11-11T10:00:00Z",
  "requester" : {
    "reference" : "NgPractitioner/NgPractitioner-001"
  },
  "owner" : {
    "reference" : "NgPractitionerRole/NgPractitionerRole-001"
  },
  "input" : [
    {
      "type" : {
        "text" : "Notes"
      },
      "valueString" : "Patient contacted; appointment set for 12 Nov 2025."
    }
  ],
  "output" : [
    {
      "type" : {
        "text" : "Outcome"
      },
      "valueString" : "Referral accepted by clinic."
    }
  ]
}