0.1.0 - ci-build

NordicHackathon2025, published by Vadim Peretokin. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/vadi2/nordic-hackathon-2025-ig/ and changes regularly. See the Directory of published versions

: Home-Visit - XML Representation

Raw xml | Download


<Location xmlns="http://hl7.org/fhir">
  <id value="Home-Visit"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Location Home-Visit</b></p><a name="Home-Visit"> </a><a name="hcHome-Visit"> </a><p><b>identifier</b>: <code>http://example.org/nordic-healthcare/locations</code>/HOME-VISIT-TYPE</p><p><b>status</b>: Active</p><p><b>name</b>: Patient's Home</p><p><b>description</b>: Location representing home visits to patients</p><p><b>mode</b>: Kind</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode PTRES}">Patient's Residence</span></p><p><b>physicalType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type ho}">House</span></p></div>
  </text>
  <identifier>
    <system value="http://example.org/nordic-healthcare/locations"/>
    <value value="HOME-VISIT-TYPE"/>
  </identifier>
  <status value="active"/>
  <name value="Patient's Home"/>
  <description value="Location representing home visits to patients"/>
  <mode value="kind"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="PTRES"/>
      <display value="Patient's Residence"/>
    </coding>
    <text value="Patient's Residence"/>
  </type>
  <physicalType>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
      <code value="ho"/>
      <display value="House"/>
    </coding>
    <text value="House"/>
  </physicalType>
</Location>