FHIR Implementation Guide for ABDM
3.1.0 - active India flag

Banner

FHIR Implementation Guide for ABDM - Local Development build (v3.1.0). See the Directory of published versions

: Encounter/example-01 - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="example-01"/>
  <meta>
    <lastUpdated value="2020-07-09T14:58:58.181+05:30"/>
    <profile
             value="https://nrces.in/ndhm/fhir/r4/StructureDefinition/Encounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"> Admitted to Cardiac Unit,UVW Hospital between June 28 and July 9 2020</div>
  </text>
  <identifier>
    <system value="https://ndhm.in"/>
    <value value="S100"/>
  </identifier>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="IMP"/>
    <display value="inpatient encounter"/>
  </class>
  <subject>
    <reference value="Patient/example-01"/>
  </subject>
  <period>
    <start value="2020-04-20T15:32:26.605+05:30"/>
    <end value="2020-05-01T15:32:26.605+05:30"/>
  </period>
  <hospitalization>
    <dischargeDisposition>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/discharge-disposition"/>
        <code value="home"/>
        <display value="Home"/>
      </coding>
      <text value="Discharged to Home Care"/>
    </dischargeDisposition>
  </hospitalization>
</Encounter>