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

Raw xml | Download


<Goal xmlns="http://hl7.org/fhir">
  <id value="NgGoal-001"/>
  <meta>
    <profile
             value="https://sandbox.dhin-hie.org/ig/StructureDefinition/NgGoal"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Goal NgGoal-001</b></p><a name="NgGoal-001"> </a><a name="hcNgGoal-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-NgGoal.html">NG Goal</a></p></div><p><b>lifecycleStatus</b>: Active</p><p><b>achievementStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/goal-achievement improving}">Improving</span></p><p><b>category</b>: <span title="Codes:">Chronic disease management</span></p><p><b>priority</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/goal-priority high-priority}">High Priority</span></p><p><b>description</b>: <span title="Codes:">Control systolic blood pressure</span></p><p><b>subject</b>: <code>NgPatient/NgPatient-001</code></p><p><b>start</b>: 2025-11-11</p><h3>Targets</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Measure</b></td><td><b>Detail[x]</b></td><td><b>Due[x]</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://loinc.org 8480-6}">Systolic blood pressure</span></td><td>120 mmHg</td><td>2025-12-23</td></tr></table></div>
  </text>
  <lifecycleStatus value="active"/>
  <achievementStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/goal-achievement"/>
      <code value="improving"/>
    </coding>
  </achievementStatus>
  <category>
    <text value="Chronic disease management"/>
  </category>
  <priority>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/goal-priority"/>
      <code value="high-priority"/>
    </coding>
  </priority>
  <description>
    <text value="Control systolic blood pressure"/>
  </description>
  <subject>
    <reference value="NgPatient/NgPatient-001"/>
  </subject>
  <startDate value="2025-11-11"/>
  <target>
    <measure>
      <coding>
        <system value="http://loinc.org"/>
        <code value="8480-6"/>
        <display value="Systolic blood pressure"/>
      </coding>
    </measure>
    <detailQuantity>
      <value value="120"/>
      <unit value="mmHg"/>
    </detailQuantity>
    <dueDate value="2025-12-23"/>
  </target>
</Goal>