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

: ingrid-55555 - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="ingrid-55555"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner ingrid-55555</b></p><a name="ingrid-55555"> </a><a name="hcingrid-55555"> </a><p><b>active</b>: true</p><p><b>name</b>: Nurse Ingrid Karlsson</p><p><b>telecom</b>: <a href="tel:+46705215555">+46705215555</a>, <a href="mailto:ingrid.karlsson@example.org">ingrid.karlsson@example.org</a></p><p><b>gender</b>: Female</p><h3>Qualifications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0360 RN}">Registered Nurse</span></td></tr></table></div>
  </text>
  <active value="true"/>
  <name>
    <text value="Nurse Ingrid Karlsson"/>
    <family value="Karlsson"/>
    <given value="Ingrid"/>
    <prefix value="Nurse"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+46705215555"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="ingrid.karlsson@example.org"/>
    <use value="work"/>
  </telecom>
  <gender value="female"/>
  <qualification>
    <code>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0360"/>
        <code value="RN"/>
        <display value="Registered Nurse"/>
      </coding>
      <text value="Registered Nurse"/>
    </code>
  </qualification>
</Practitioner>