FHIR IG analytics| Package | rki.demis.common.strict |
| Resource Type | Patient |
| Id | AddressUse-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "AddressUse-example",
"meta": {
"profile": [
"https://demis.rki.de/fhir/StructureDefinition/NotifiedPerson"
]
},
"name": [
{
"family": "Handschlag",
"given": [
"Johanna"
]
}
],
"gender": "female",
"address": [
{
"extension": [
{
"url": "https://demis.rki.de/fhir/StructureDefinition/AddressUse",
"valueCoding": {
"system": "https://demis.rki.de/fhir/CodeSystem/addressUse",
"code": "current"
}
}
]
}
]
}