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 in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Location-example-02 - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "Location-example-02",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "status" : "active",
  "name" : "Maharashtra",
  "mode" : "kind",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "DX",
          "display" : "Diagnostics or therapeutics unit"
        }
      ]
    }
  ],
  "physicalType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code" : "jdn",
        "display" : "Jurisdiction"
      }
    ]
  }
}