FHIR IG analytics| Package | de.thieme-compliance.anamnese |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-EcpAngehoeriger-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "RelatedPerson",
"id": "EcpAngehoeriger-example-1",
"meta": {
"profile": [
"https://thieme-compliance.de/fhir/StructureDefinition/EcpAngehoeriger"
]
},
"address": [
{
"type": "both",
"line": [
"Milchstr. 42"
],
"city": "Beispielstadt",
"postalCode": "78143",
"country": "DE"
}
],
"telecom": [
{
"system": "phone",
"use": "home",
"value": "05555/5552211"
},
{
"system": "email",
"value": "maxine.mustermann@irgendwo.example"
}
],
"patient": {
"reference": "Patient/EcpPatient-example-1"
},
"name": [
{
"family": "Mustermann",
"given": [
"Maxine"
],
"prefix": [
"Dr."
]
}
]
}