Demographische Daten (Patient)

Für den Export wird das Profil KBV_PR_MIO_DIGA_Patient des KBV MIO Toolkits verwendet.

Beispiel

<Patient xmlns="http://hl7.org/fhir">
<id value="NRHPatient" />
<meta>
<versionId value="1" />
<lastUpdated value="2021-03-12T09:29:23.356+01:00" />
<profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_DIGA_Patient|1.1.0" />
</meta>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
<version value="2.9" />
<code value="RI" />
<display value="Resource identifier" />
</coding>
</type>
<system value="urn:ietf:rfc:3986" />
<value value="NRHPatient" />
</identifier>
<name>
<use value="official" />
<family value="Mustermann">
<extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-name">
<valueString value="Mustermann" />
</extension>
</family>
<given value="Max" />
</name>
<birthDate value="2000-01-01" />
<address>
<type value="both" />
<line value="Musterstraße 9" />
<city value="Stuttgart" />
<postalCode value="70569" />
<country value="Deutschland" />
</address>
</Patient>