Patient*in
Der*Die Patient*in im Rahmen des ePflegeberichts hat einen Namen und eine Adresse. Darüber hinaus ist für Pflegekräfte interessant, welcher Konfession ein*e Patient*in angehört, daher wird die Extension patient-religion eingebunden.
| GeNSPatient (Patient) | Patient | ||
| extension | |||
| religion | S | Extension(CodeableConcept) | |
| value[x] | |||
| name | S | 1.. | HumannameDeBasis |
| gender | S | 1.. | |
| birthDate | S | 1.. | |
| address | 1.. | AddressDeBasis | |
| maritalStatus | S | 1.. | |
| contact | S |
Beispielpatient
Der Beispielpatient bezieht sich auf den Beispielbericht. Dargestellt werden hier die folgenden Informationen:
- In der Extension die religiöse Zugehörigkeit
- Name des Patienten
- Geschlecht
- Geburtsdatum
- nicht verstorben
- Adresse
- Familienstand
- Kontaktperson
Darstellung als XML
</meta>
--- We have skipped the narrative for better readability of the resource ---
</text>
</coding>
</valueCodeableConcept>
</extension>
</name>
<!-- home communication details aren't known -->
</telecom>
<!-- use FHIR code system for male / female -->
</address>
</coding>
</maritalStatus>
</coding>
</relationship>
</name>
</address>
</contact>
</managingOrganization>
</Patient>