ISiK Basis Implementierungsleitfaden
Version 6.0.0-rc - ci-build

: Example Patient - SZ2Patient - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="SZ2Patient"/>
  <meta>
    <profile
             value="https://gematik.de/fhir/isik/StructureDefinition/ISiKPatient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient SZ2Patient</b></p><a name="SZ2Patient"> </a><a name="hcSZ2Patient"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ISiKPatient.html">ISiKPatient</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Friedlinde Musterfrau (official) Female, DoB: 1924-01-01 ( Medical record number)</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="Other Id (see the one above)">Other Id:</td><td colspan="3">Krankenversichertennummer/A222222222</td></tr></table></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
      </coding>
    </type>
    <system value="http://beispiel-krankenhaus.de/sid/Patienten"/>
    <value value="222222"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://fhir.de/CodeSystem/identifier-type-de-basis"/>
        <code value="KVZ10"/>
      </coding>
    </type>
    <system value="http://fhir.de/sid/gkv/kvid-10"/>
    <value value="A222222222"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Musterfrau"/>
    <given value="Friedlinde"/>
  </name>
  <gender value="female"/>
  <birthDate value="1924-01-01"/>
</Patient>