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 - XML Representation

Raw xml | Download


<Task xmlns="http://hl7.org/fhir">
  <id value="NgTask-001"/>
  <meta>
    <profile
             value="https://sandbox.dhin-hie.org/ig/StructureDefinition/NgTask"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <status value="in-progress"/>
  <intent value="order"/>
  <priority value="routine"/>
  <code>
    <text value="Coordinate referral"/>
  </code>
  <focus>
    <reference value="NgServiceRequest/NgServiceRequest-001"/>
  </focus>
  <for>
    <reference value="NgPatient/NgPatient-001"/>
  </for>
  <authoredOn value="2025-11-11T10:00:00Z"/>
  <requester>
    <reference value="NgPractitioner/NgPractitioner-001"/>
  </requester>
  <owner>
    <reference value="NgPractitionerRole/NgPractitionerRole-001"/>
  </owner>
  <input>
    <type>
      <text value="Notes"/>
    </type>
    <valueString value="Patient contacted; appointment set for 12 Nov 2025."/>
  </input>
  <output>
    <type>
      <text value="Outcome"/>
    </type>
    <valueString value="Referral accepted by clinic."/>
  </output>
</Task>