FHIR IG analytics| Package | de.gematik.dipag |
| Resource Type | Patient |
| Id | Patient-1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d",
"meta": {
"profile": [
"https://gematik.de/fhir/dipag/StructureDefinition/dipag-patient"
]
},
"identifier": [
{
"type": {
"coding": [
{
"code": "KVZ10",
"system": "http://fhir.de/CodeSystem/identifier-type-de-basis"
}
]
},
"system": "http://fhir.de/sid/gkv/kvid-10",
"value": "B123456789"
}
],
"address": [
{
"type": "both",
"line": [
"Patientenweg 30"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "Patientenweg"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "30"
}
]
}
],
"use": "home",
"city": "Musterstadt",
"postalCode": "12345",
"country": "DE"
}
],
"name": [
{
"use": "official",
"text": "B. Patient",
"family": "Patient",
"given": [
"B."
]
}
],
"birthDate": "1969-10-10",
"gender": "male"
}