FHIR IG analytics| Package | de.gematik.isik |
| Resource Type | Patient |
| Id | Patient-SZ2Patient.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "SZ2Patient",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/ISiKPatient"
]
},
"identifier": [
{
"type": {
"coding": [
{
"code": "MR",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203"
}
]
},
"system": "http://beispiel-krankenhaus.de/sid/Patienten",
"value": "222222"
},
{
"type": {
"coding": [
{
"code": "KVZ10",
"system": "http://fhir.de/CodeSystem/identifier-type-de-basis"
}
]
},
"system": "http://fhir.de/sid/gkv/kvid-10",
"value": "A222222222"
}
],
"name": [
{
"use": "official",
"family": "Musterfrau",
"given": [
"Friedlinde"
]
}
],
"active": true,
"gender": "female",
"birthDate": "1924-01-01"
}