SIL HIE Implementation Guide
0.1.0 - sil-hie-active

SIL HIE Implementation Guide, published by Kathurima Kimathi. 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/savannahghi/hie-fhir-ig-profile/ and changes regularly. See the Directory of published versions

: Example HIE Composition - XML Representation

Raw xml | Download


<Composition xmlns="http://hl7.org/fhir">
  <id value="ExampleHIEComposition"/>
  <meta>
    <profile
             value="https://nshr.dha.go.ke/fhir/StructureDefinition/composition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Composition ExampleHIEComposition</b></p><a name="ExampleHIEComposition"> </a><a name="hcExampleHIEComposition"> </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-composition.html">HIE Composition</a></p></div><p><b>identifier</b>: Accession ID/comp-12345 (use: official, )</p><p><b>status</b>: Final</p><p><b>type</b>: <span title="Codes:{http://loinc.org 11502-2}">Narrative document</span></p><p><b>category</b>: <span title="Codes:{http://loinc.org LP173421-1}">Clinical document</span></p><p><b>encounter</b>: <a href="Encounter/example">Encounter/example</a></p><p><b>date</b>: 2024-11-01 10:00:00+0000</p><p><b>author</b>: <a href="Organization/example">Organization/example</a></p><p><b>title</b>: Composition Title</p><p><b>confidentiality</b>: N</p><h3>Attesters</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Mode</b></td><td><b>Time</b></td><td><b>Party</b></td></tr><tr><td style="display: none">*</td><td>Legal</td><td>2024-11-01 10:00:00+0000</td><td><a href="Practitioner/example">Practitioner/example</a></td></tr></table><p><b>custodian</b>: <a href="Organization/example">Organization/example</a></p><h3>Events</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Code</b></td><td><b>Detail</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://loinc.org XYZ}">Event Code Placeholder</span></td><td><a href="Procedure/example">Procedure/example</a></td></tr></table></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="ACSN"/>
        <display value="Accession ID"/>
      </coding>
    </type>
    <system value="http://example.org/hie/compositions"/>
    <value value="comp-12345"/>
  </identifier>
  <status value="final"/>
  <type>
    <coding>
      <system value="http://loinc.org"/>
      <code value="11502-2"/>
      <display value="Narrative document"/>
    </coding>
  </type>
  <category>
    <coding>
      <system value="http://loinc.org"/>
      <code value="LP173421-1"/>
      <display value="Clinical document"/>
    </coding>
  </category>
  <subject>
    <reference value="Patient/example"/>
  </subject>
  <encounter>
    <reference value="Encounter/example"/>
  </encounter>
  <date value="2024-11-01T10:00:00Z"/>
  <author>
    <reference value="Organization/example"/>
  </author>
  <title value="Composition Title"/>
  <confidentiality value="N"/>
  <attester>
    <mode value="legal"/>
    <time value="2024-11-01T10:00:00Z"/>
    <party>
      <reference value="Practitioner/example"/>
    </party>
  </attester>
  <custodian>
    <reference value="Organization/example"/>
  </custodian>
  <event>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="XYZ"/>
        <display value="Event Code Placeholder"/>
      </coding>
    </code>
    <detail>
      <reference value="Procedure/example"/>
    </detail>
  </event>
  <section>
    <title value="Clinical Summary"/>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="34133-9"/>
        <display value="Summary of episode note"/>
      </coding>
    </code>
    <author>
      <reference value="Practitioner/example"/>
    </author>
    <entry>
      <reference value="Observation/example"/>
    </entry>
  </section>
</Composition>