OpenMRS Core FHIR Implementation Guide
0.1.0 - ci-build

OpenMRS Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Location Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "a3b793f0-eb53-4cda-92ce-fe0a77106252",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.openmrs.org/core/StructureDefinition/omrs-location"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location a3b793f0-eb53-4cda-92ce-fe0a77106252</b></p><a name=\"a3b793f0-eb53-4cda-92ce-fe0a77106252\"> </a><a name=\"hca3b793f0-eb53-4cda-92ce-fe0a77106252\"> </a><a name=\"a3b793f0-eb53-4cda-92ce-fe0a77106252-en-US\"> </a><p><b>status</b>: Active</p><p><b>name</b>: Outpatient Clinic</p><p><b>description</b>: Outpatient Clinic</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode SLEEP}\">Sleep disorders unit</span></p><p><b>telecom</b>: ph: (+1) 734-677-7777, fax: (+1) 734-677-6622, <a href=\"mailto:hq@HL7.org\">hq@HL7.org</a></p><p><b>address</b>: 3300 Washtenaw Avenue, Suite 227 Ann Arbor MI 48104 USA (home)</p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>-83.69471</td><td>42.2565</td></tr></table></div>"
  },
  "status" : "active",
  "name" : "Outpatient Clinic",
  "description" : "Outpatient Clinic",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "SLEEP",
          "display" : "Sleep disorders unit"
        }
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(+1) 734-677-7777"
    },
    {
      "system" : "fax",
      "value" : "(+1) 734-677-6622"
    },
    {
      "system" : "email",
      "value" : "hq@HL7.org"
    }
  ],
  "address" : {
    "use" : "home",
    "line" : [
      "3300 Washtenaw Avenue, Suite 227"
    ],
    "city" : "Ann Arbor",
    "district" : "Mukono",
    "state" : "MI",
    "postalCode" : "48104",
    "country" : "USA"
  },
  "position" : {
    "longitude" : -83.69471,
    "latitude" : 42.2565
  }
}