Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General Location Example - XML Representation

Raw xml | Download



<Location xmlns="http://hl7.org/fhir">
  <id value="Example1"/>
  <meta>
    <lastUpdated value="2020-08-07T04:54:05.457+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 Example1</b></p><a name="Example1"> </a><a name="hcExample1"> </a><a name="Example1-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">Last updated: 2020-08-07 04:54:05+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/Example1</p><p><b>status</b>: Inactive</p><p><b>name</b>: WC</p><p><b>description</b>: Westside Clinic</p><p><b>telecom</b>: ph: 12344556782222(Work), ph: 98765432101111, fax: 1234567890, <a href="mailto:wc@mail.com">wc@mail.com</a></p><p><b>address</b>: Address Line 1 WC Address Line 2 WC MIlwaukee WI 52301 US </p><p><b>managingOrganization</b>: <a href="Organization-Example1.html">Organization Main Health System</a></p><p><b>partOf</b>: <a href="Location/0">Location/0</a></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/Training"/>
    <value value="Example1"/>
  </identifier>
  <status value="inactive">
    <extension
               url="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode">
      <valueCoding>
        <system
                value="https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/locstatus"/>
        <code value="O"/>
        <display value="Inactive"/>
      </valueCoding>
    </extension>
  </status>
  <name value="WC"/>
  <description value="Westside Clinic"/>
  <telecom>
    <system value="phone"/>
    <value value="12344556782222"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="98765432101111"/>
  </telecom>
  <telecom>
    <system value="fax"/>
    <value value="1234567890"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="wc@mail.com"/>
  </telecom>
  <address>
    <line value="Address Line 1 WC"/>
    <line value="Address Line 2 WC"/>
    <city value="MIlwaukee"/>
    <state value="WI"/>
    <postalCode value="52301"/>
    <country value="US"/>
  </address>
  <managingOrganization>🔗 
    <reference value="Organization/Example1"/>
  </managingOrganization>
  <partOf>
    <reference value="Location/0"/>
  </partOf>
</Location>