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

Raw xml | Download


<Condition xmlns="http://hl7.org/fhir">
  <id value="NgCondition-001"/>
  <meta>
    <profile
             value="https://sandbox.dhin-hie.org/ig/StructureDefinition/NgCondition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition NgCondition-001</b></p><a name="NgCondition-001"> </a><a name="hcNgCondition-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-NgCondition.html">NG Condition</a></p></div><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}">Active</span></p><p><b>verificationStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}">Confirmed</span></p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}">Problem List Item</span></p><p><b>severity</b>: <span title="Codes:{http://snomed.info/sct 6736007}">moderate</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 59621000}">Hypertension</span></p><p><b>subject</b>: <code>NgPatient/NgPatient-001</code></p><p><b>encounter</b>: <code>NgEncounter/NgEncounter-001</code></p><p><b>onset</b>: 2025-09-01</p><p><b>recorder</b>: <code>NgPractitioner/NgPractitioner-001</code></p><p><b>asserter</b>: <code>NgPatient/NgPatient-001</code></p></div>
  </text>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="active"/>
    </coding>
  </clinicalStatus>
  <verificationStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
      <code value="confirmed"/>
    </coding>
  </verificationStatus>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-category"/>
      <code value="problem-list-item"/>
      <display value="Problem List Item"/>
    </coding>
  </category>
  <severity>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="6736007"/>
      <display value="moderate"/>
    </coding>
  </severity>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="59621000"/>
      <display value="Essential hypertension"/>
    </coding>
    <text value="Hypertension"/>
  </code>
  <subject>
    <reference value="NgPatient/NgPatient-001"/>
  </subject>
  <encounter>
    <reference value="NgEncounter/NgEncounter-001"/>
  </encounter>
  <onsetDateTime value="2025-09-01"/>
  <recorder>
    <reference value="NgPractitioner/NgPractitioner-001"/>
  </recorder>
  <asserter>
    <reference value="NgPatient/NgPatient-001"/>
  </asserter>
</Condition>