Da Vinci - Coverage Requirements Discovery
2.1.0 - STU 2.1 United States of America flag

Da Vinci - Coverage Requirements Discovery, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-crd/ and changes regularly. See the Directory of published versions

: Location example - XML Representation

Page standards status: Informative

Raw xml | Download


<Location xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Location example</b></p><a name="example"> </a><a name="hcexample"> </a><a name="example-en-US"> </a><p><b>identifier</b>: B1-S.F2</p><p><b>status</b>: Active</p><p><b>name</b>: South Wing, second floor</p><p><b>alias</b>: MC, SW, F2, University Medical Center, South Wing, second floor</p><p><b>description</b>: Second floor of the Old South Wing, formerly in use by Psychiatry</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}">Hospital</span></p><p><b>telecom</b>: ph: 2328(Work), fax: 2329(Work), <a href="mailto:second-wing-admissions@sampleorg.com">second-wing-admissions@sampleorg.com</a>, <a href="http://sampleorg.com/southwing">http://sampleorg.com/southwing</a></p><p><b>address</b>: Galapagosweg 91, Building A San Francisco CA 94107 US (work)</p><p><b>physicalType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type wi}">Wing</span></p><p><b>managingOrganization</b>: <a href="Organization-example.html">Organization University Medical Center</a></p><p><b>endpoint</b>: <a href="https://simplifier.net/resolve?scope=hl7.fhir.us.core.v311@3.1.1&amp;canonical=http://example.org/fhir/Endpoint/example">??</a></p></div>
  </text>
  <identifier>
    <value value="B1-S.F2"/>
  </identifier>
  <status value="active"/>
  <name value="South Wing, second floor"/>
  <alias value="MC, SW, F2"/>
  <alias value="University Medical Center, South Wing, second floor"/>
  <description
               value="Second floor of the Old South Wing, formerly in use by Psychiatry"/>
  <mode value="instance"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="HOSP"/>
    </coding>
  </type>
  <telecom>
    <system value="phone"/>
    <value value="2328"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="fax"/>
    <value value="2329"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="second-wing-admissions@sampleorg.com"/>
  </telecom>
  <telecom>
    <system value="url"/>
    <value value="http://sampleorg.com/southwing"/>
    <use value="work"/>
  </telecom>
  <address>
    <use value="work"/>
    <line value="Galapagosweg 91, Building A"/>
    <city value="San Francisco"/>
    <state value="CA"/>
    <postalCode value="94107"/>
    <country value="US"/>
  </address>
  <physicalType>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
      <code value="wi"/>
      <display value="Wing"/>
    </coding>
  </physicalType>
  <managingOrganization>🔗 
    <reference value="Organization/example"/>
  </managingOrganization>
  <endpoint>
    <reference value="http://example.org/fhir/Endpoint/example"/>
  </endpoint>
</Location>