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

: arne-67890 - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="arne-67890"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient arne-67890</b></p><a name="arne-67890"> </a><a name="hcarne-67890"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Arne Arnesson Male, DoB: 1965-03-15 ( http://electronichealth.se/identifier/personnummer#19420810-6593)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li><a href="tel:+46701112233">+46701112233</a></li><li><a href="mailto:arne.arnesson@example.org">arne.arnesson@example.org</a></li><li>Borgaarfjordsgatan 12 Kista 16455 SE (home)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Language spoken">Language:</td><td colspan="3"><span title="Codes:{urn:ietf:bcp:47 sv}">Swedish</span> (preferred)</td></tr><tr><td style="background-color: #f3f5da" title="Patient Links">Links:</td><td colspan="3"><ul><li>General Practitioner: <a href="Practitioner-maria-54321.html">Dr. Maria Sundström</a></li></ul></td></tr></table></div>
  </text>
  <identifier>
    <system value="http://electronichealth.se/identifier/personnummer"/>
    <value value="19420810-6593"/>
  </identifier>
  <active value="true"/>
  <name>
    <text value="Arne Arnesson"/>
    <family value="Arnesson"/>
    <given value="Arne"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+46701112233"/>
    <use value="home"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="arne.arnesson@example.org"/>
    <use value="home"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1965-03-15"/>
  <address>
    <use value="home"/>
    <type value="physical"/>
    <line value="Borgaarfjordsgatan 12"/>
    <city value="Kista"/>
    <postalCode value="16455"/>
    <country value="SE"/>
  </address>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47"/>
        <code value="sv"/>
        <display value="Swedish"/>
      </coding>
      <text value="Swedish"/>
    </language>
    <preferred value="true"/>
  </communication>
  <generalPractitioner>🔗 
    <reference value="Practitioner/maria-54321"/>
    <display value="Dr. Maria Sundström"/>
  </generalPractitioner>
</Patient>