OpenMRS Core FHIR Implementation Guide
0.1.0 - ci-build

OpenMRS Core FHIR Implementation Guide - Local Development build (v0.1.0). 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><b>Generated Narrative: Location</b><a name=\"a3b793f0-eb53-4cda-92ce-fe0a77106252\"> </a></p><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\">Resource Location &quot;a3b793f0-eb53-4cda-92ce-fe0a77106252&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-omrs-location.html\">OpenMRS Location</a></p></div><p><b>status</b>: active</p><p><b>name</b>: Outpatient Clinic</p><p><b>description</b>: Outpatient Clinic</p><p><b>type</b>: Sleep disorders unit <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#SLEEP)</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>-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td>*</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
  }
}