FHIR IG analytics| Package | rki.demis.disease |
| Resource Type | Patient |
| Id | example-patient-notifiedperson-00.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "ac163863-fefa-3ce2-8511-7a4150d6ad43",
"meta": {
"profile": [
"https://demis.rki.de/fhir/StructureDefinition/NotifiedPerson"
]
},
"name": [
{
"use": "official",
"family": "Fontane",
"given": [
"Theodor"
]
}
],
"gender": "male",
"birthDate": "1991-12-30",
"address": [
{
"extension": [
{
"url": "https://demis.rki.de/fhir/StructureDefinition/AddressUse",
"valueCoding": {
"system": "https://demis.rki.de/fhir/CodeSystem/addressUse",
"code": "primary"
}
}
],
"line": [
"Heerstr. 1"
],
"city": "Berlin",
"postalCode": "14052",
"country": "DE"
}
]
}