NAPKON GECCO+
1.0.0 - ci-build

NAPKON GECCO+ - Local Development build (v1.0.0). See the Directory of published versions

: ExamplePatient - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="ExamplePatient"/>
  <meta>
    <profile
             value="https://www.medizininformatik-initiative.de/fhir/core/modul-person/StructureDefinition/Patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>identifier</b>: Medical record number: napkon-example-patient</p><p><b>name</b>: maxi musterperson (OFFICIAL)</p><p><b>gender</b>: unknown</p><p><b>birthDate</b>: 1990-08-08</p><p><b>address</b>: Charitéplatz 1 Berlin 10117 DE </p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
      </coding>
    </type>
    <system value="https://www.napkon.de/fhir/napkon-example-system"/>
    <value value="napkon-example-patient"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="musterperson"/>
    <given value="maxi"/>
  </name>
  <gender value="unknown"/>
  <birthDate value="1990-08-08"/>
  <address>
    <type value="both"/>
    <line value="Charitéplatz 1"/>
    <city value="Berlin"/>
    <postalCode value="10117"/>
    <country value="DE"/>
  </address>
</Patient>