FHIR IG analytics| Package | rki.demis.r4.core |
| Resource Type | Patient |
| Id | FacilityAddressNotifiedPerson-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "FacilityAddressNotifiedPerson-example",
"meta": {
"profile": [
"https://demis.rki.de/fhir/StructureDefinition/NotifiedPerson"
]
},
"name": [
{
"family": "Katar",
"given": [
"Julie"
]
}
],
"gender": "female",
"address": [
{
"extension": [
{
"url": "https://demis.rki.de/fhir/StructureDefinition/FacilityAddressNotifiedPerson",
"valueReference": {
"reference": "Organization/98cda07d-1fa7-47f6-ad79-e66de48d6078"
}
}
]
}
]
}