Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: Location example for room that can be scheduled for an appointment labeled as a resource in athenaPractice - JSON Representation

Raw json | Download


{
  "resourceType" : "Location",
  "id" : "RES-Example",
  "meta" : {
    "versionId" : "2255",
    "lastUpdated" : "2010-02-17T08:58:57.000+05:30",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location"🔗 ,
      "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-location-profile"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location RES-Example</b></p><a name=\"RES-Example\"> </a><a name=\"hcRES-Example\"> </a><a name=\"RES-Example-en-US\"> </a><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\">version: versionId: id (PrimitiveType/Location.meta.versionId): element = id -&gt; versionId=id[2255]; Last updated: 2010-02-17 08:58:57+0530</p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"http://hl7.org/fhir/us/core/STU3.1/StructureDefinition-us-core-location.html\">US Core Location Profile</a>, <a href=\"StructureDefinition-athena-location-profile.html\">Details and position information for a physical place</a></p></div><p><b>identifier</b>: Unspecified Identifier/RES-2255</p><p><b>name</b>: Exam Room 1</p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "U",
            "display" : "Unspecified Identifier"
          }
        ],
        "text" : "Unspecified Identifier"
      },
      "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/LocationId/1000-4-9390",
      "value" : "RES-2255"
    }
  ],
  "name" : "Exam Room 1"
}