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

: Stockholm-Clinic - XML Representation

Raw xml | Download


<Location xmlns="http://hl7.org/fhir">
  <id value="Stockholm-Clinic"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Location Stockholm-Clinic</b></p><a name="Stockholm-Clinic"> </a><a name="hcStockholm-Clinic"> </a><p><b>identifier</b>: <code>http://example.org/nordic-healthcare/locations</code>/STHLM-CLINIC-001</p><p><b>status</b>: Active</p><p><b>name</b>: Stockholm Health Clinic</p><p><b>description</b>: Main health clinic in Stockholm</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>: <a href="tel:+4684567190">+4684567190</a>, <a href="mailto:info@stockholmclinic.example.org">info@stockholmclinic.example.org</a></p><p><b>address</b>: Kungsgatan 33 Stockholm 11156 SE (work)</p><p><b>physicalType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bu}">Building</span></p></div>
  </text>
  <identifier>
    <system value="http://example.org/nordic-healthcare/locations"/>
    <value value="STHLM-CLINIC-001"/>
  </identifier>
  <status value="active"/>
  <name value="Stockholm Health Clinic"/>
  <description value="Main health clinic in Stockholm"/>
  <mode value="instance"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="HOSP"/>
      <display value="Hospital"/>
    </coding>
    <text value="Hospital"/>
  </type>
  <telecom>
    <system value="phone"/>
    <value value="+4684567190"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="info@stockholmclinic.example.org"/>
    <use value="work"/>
  </telecom>
  <address>
    <use value="work"/>
    <type value="physical"/>
    <line value="Kungsgatan 33"/>
    <city value="Stockholm"/>
    <postalCode value="11156"/>
    <country value="SE"/>
  </address>
  <physicalType>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
      <code value="bu"/>
      <display value="Building"/>
    </coding>
    <text value="Building"/>
  </physicalType>
</Location>