0.1.0 - ci-build

PatientScheduling - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: VirtualLocationExample - XML Representation

Raw xml | Download


<Location xmlns="http://hl7.org/fhir">
  <id value="virtual-location-1"/>
  <meta>
    <profile value="http://example.org/StructureDefinition/virtual-location"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Location virtual-location-1</b></p><a name="virtual-location-1"> </a><a name="hcvirtual-location-1"> </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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-virtual-location.html">Virtual Location</a></p></div><p><b>identifier</b>: <code>https://healthsystem.example.com/facility-directory</code>/FAC-PITT-001</p><p><b>name</b>: Berkshire Family Medicine - Virtual</p><p><b>description</b>: Primary care clinic located in downtown Pittsfield</p><p><b>telecom</b>: ph: 413-555-0123, <a href="https://berkshirefamilymedicine.example.com">https://berkshirefamilymedicine.example.com</a></p><p><b>physicalType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type vi}">Virtual</span></p></div>
  </text>
  <identifier>
    <system value="https://healthsystem.example.com/facility-directory"/>
    <value value="FAC-PITT-001"/>
  </identifier>
  <name value="Berkshire Family Medicine - Virtual"/>
  <description value="Primary care clinic located in downtown Pittsfield"/>
  <telecom>
    <system value="phone"/>
    <value value="413-555-0123"/>
  </telecom>
  <telecom>
    <system value="url"/>
    <value value="https://berkshirefamilymedicine.example.com"/>
  </telecom>
  <physicalType>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
      <code value="vi"/>
    </coding>
  </physicalType>
</Location>