FHIR IG analytics| Package | dguv.basis |
| Resource Type | Patient |
| Id | DGUV_Basis_Bsp_VersichertePerson.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Patient",
"id": "DGUV-Basis-Bsp-VersichertePerson",
"meta": {
"profile": [
"http://fhir.dguv.de/Basis/Patient/DGUV-Basis-PR-VersichertePerson"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "code",
"valueCodeableConcept": {
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "DE",
"display": "Germany"
}
]
}
},
{
"url": "period",
"valuePeriod": {
"start": "2004-11-12",
"end": "2024-01-01"
}
}
],
"url": "http://hl7.org/fhir/StructureDefinition/patient-nationality"
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "http://fhir.de/CodeSystem/identifier-type-de-basis",
"code": "KVZ10"
}
]
},
"system": "http://fhir.de/sid/gkv/kvid-10",
"value": "S123456789"
}
],
"name": [
{
"use": "official",
"family": "Mustermann",
"_family": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
"valueString": "Mustermann"
}
]
},
"given": [
"Lionel"
]
}
],
"telecom": [
{
"system": "phone",
"value": "0049177/00000000"
}
],
"gender": "male",
"birthDate": "2004-11-12",
"address": [
{
"type": "both",
"line": [
"Musterweg 1"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "Musterweg"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "1"
}
]
}
],
"city": "Musterhausen",
"postalCode": "11111",
"country": "DE"
}
]
}