Common FHIR profile vendor collaboration

1.0.1 - update Sweden flag

This page is part of the Common FHIR profile vendor collaboration (v1.0.1: Release) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: PatientSEVendorLiteExample - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="PatientSEVendorLiteExample"/>
  <meta>
    <profile
             value="https://commonprofiles.care/fhir/StructureDefinition/PatientSEVendorLite"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Kalle Krank </b> (no stated gender), DoB Unknown ( id: 191212121212)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Known status of Patient">Deceased:</td><td colspan="3">false</td></tr></table></div>
  </text>
  <identifier>
    <system value="http://electronichealth.se/identifier/personnummer"/>
    <value value="191212121212"/>
  </identifier>
  <name>
    <family value="Krank"/>
    <given value="Kalle"/>
  </name>
  <deceasedBoolean value="false"/>
</Patient>