ResMed Core Implementation Guide
0.37.0 - ci-build International flag

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

: airview-location-example - JSON Representation

Raw json | Download


{
  "resourceType" : "Location",
  "id" : "airview-location-example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Location</b><a name=\"airview-location-example\"> </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;airview-location-example&quot; </p></div><p><b>status</b>: active</p><p><b>name</b>: Sleepy Location</p><p><b>telecom</b>: ph: (619) 555-1234(WORK)</p><p><b>address</b>: 321 Sleep Lane San Diego CA 92104 US </p><p><b>managingOrganization</b>: <a href=\"Organization-airview-organization.html\">Organization/airview-organization</a> &quot;SleepyLabs Sleep Clinic&quot;</p></div>"
  },
  "status" : "active",
  "name" : "Sleepy Location",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(619) 555-1234",
      "use" : "work"
    }
  ],
  "address" : {
    "line" : [
      "321 Sleep Lane"
    ],
    "city" : "San Diego",
    "state" : "CA",
    "postalCode" : "92104",
    "country" : "US"
  },
  "managingOrganization" : {
    🔗 "reference" : "Organization/airview-organization"
  }
}