Medikationsplan 4 PLUS - Local Development build (v0.1.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.charite.de/fhir/medikationsplan/StructureDefinition/Patient"/>
</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>Clara Josephine Schumann (OFFICIAL)</b> (no stated gender), DoB Unknown ( Gesetzliche Krankenversicherung: Z234567890 (use: OFFICIAL))</p><hr/></div>
</text>
<identifier>
<use value="official"/>
<type>
<coding>
<system value="http://fhir.de/CodeSystem/identifier-type-de-basis"/>
<code value="GKV"/>
</coding>
</type>
<system value="http://fhir.de/sid/gkv/kvid-10"/>
<value value="Z234567890"/>
</identifier>
<name>
<use value="official"/>
<family value="Schumann">
<extension
url="http://hl7.org/fhir/StructureDefinition/humanname-own-name">
<valueString value="Schumann"/>
</extension>
</family>
<given value="Clara"/>
<given value="Josephine"/>
</name>
</Patient>