FHIR Implementation Guide for ABDM
6.5.0 - active India flag

Banner

This page is part of the FHIR Implementation Guide for ABDM (v6.5.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Location-example-02 - XML Representation

Raw xml | Download


<Location xmlns="http://hl7.org/fhir">
  <id value="Location-example-02"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Location Location-example-02</b></p><a name="Location-example-02"> </a><a name="hcLocation-example-02"> </a><a name="Location-example-02-hi-IN"> </a><p><b>status</b>: Active</p><p><b>name</b>: Maharashtra</p><p><b>mode</b>: Kind</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode DX}">Diagnostics or therapeutics unit</span></p><p><b>physicalType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type jdn}">Jurisdiction</span></p></div>
  </text>
  <status value="active"/>
  <name value="Maharashtra"/>
  <mode value="kind"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="DX"/>
      <display value="Diagnostics or therapeutics unit"/>
    </coding>
  </type>
  <physicalType>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
      <code value="jdn"/>
      <display value="Jurisdiction"/>
    </coding>
  </physicalType>
</Location>