Swedish FHIR group common profiles

1.0.2 - ci-build  flag

Swedish FHIR group common profiles, published by Swedish FHIR group. This guide is not an authorized publication; it is the continuous build for version 1.0.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/commonprofiles-care/fhir/ and changes regularly. See the Directory of published versions

: minimal-patient - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="minimal-patient"/>
  <meta>
    <profile
             value="https://commonprofiles.care/fhir/StructureDefinition/PatientSECommonsLite"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient minimal-patient</b></p><a name="minimal-patient"> </a><a name="hcminimal-patient"> </a><a name="minimal-patient-sv-SE"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Kalle Krank  (no stated gender), DoB Unknown ( http://electronichealth.se/identifier/personnummer#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>