FHIR IG analytics| Package | de.gematik.isik |
| Resource Type | Patient |
| Id | Patient-DorisResultat.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "DorisZiel",
"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": "123456"
},
{
"system": "http://fhir.de/sid/gkv/kvid-10",
"type": {
"coding": [
{
"code": "KVZ10",
"system": "http://fhir.de/CodeSystem/identifier-type-de-basis"
}
]
},
"value": "A123456789"
}
],
"name": [
{
"use": "official",
"family": "Duplikat",
"given": [
"Doris"
]
}
],
"active": true,
"gender": "female",
"birthDate": "1964-08-12",
"link": [
{
"other": {
"identifier": {
"system": "https://fhir.krankenhaus.example/sid/PID",
"value": "654321"
}
},
"type": "replaces"
}
]
}