FHIR IG analytics| Package | de.gematik.isik |
| Resource Type | Patient |
| Id | Patient-PatientinNormal.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "PatientinNormal",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/ISiKPatient"
]
},
"identifier": [
{
"type": {
"coding": [
{
"code": "MR",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203"
}
]
},
"system": "https://fhir.krankenhaus.example/sid/PID",
"value": "TestPID1"
},
{
"type": {
"coding": [
{
"code": "KVZ10",
"system": "http://fhir.de/CodeSystem/identifier-type-de-basis"
}
]
},
"system": "http://fhir.de/sid/gkv/kvid-10",
"value": "A123456789"
}
],
"name": [
{
"use": "official",
"family": "Müller",
"given": [
"Anna"
],
"prefix": [
"Dr."
]
},
{
"use": "maiden",
"family": "Weber"
}
],
"address": [
{
"type": "both",
"line": [
"Musterweg 2"
],
"city": "Demmin",
"postalCode": "17109",
"country": "DE"
},
{
"type": "postal",
"line": [
"Postfach 815"
],
"city": "Musterhausen",
"postalCode": "98764",
"country": "DE"
}
],
"active": true,
"gender": "female",
"birthDate": "1957-08-12",
"link": [
{
"other": {
"reference": "Patient/PatientinMinimal"
},
"type": "seealso"
}
]
}