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 - XML Representation

Raw xml | Download



<Location xmlns="http://hl7.org/fhir">
  <id value="RES-Example"/>
  <meta>
    <versionId value="2255"/>
    <lastUpdated value="2010-02-17T08:58:57.000+05:30"/>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-location"/>
    <profile
             value="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-location-profile"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="U"/>
        <display value="Unspecified Identifier"/>
      </coding>
      <text value="Unspecified Identifier"/>
    </type>
    <system
            value="https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/LocationId/1000-4-9390"/>
    <value value="RES-2255"/>
  </identifier>
  <name value="Exam Room 1"/>
</Location>