FHIR IG analytics| Package | ishmed.i14y.r4.de |
| Resource Type | Patient |
| Id | Patient-pat04.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "pat04",
"meta": {
"profile": [
"http://fhir.ishmed.com/R4/StructureDefinition/PatientCoreDe",
"https://gematik.de/fhir/ISiK/StructureDefinition/ISiKPatient",
"https://gematik.de/fhir/isik/v2/Basismodul/StructureDefinition/ISiKPatient"
]
},
"identifier": [
{
"type": {
"coding": [
{
"code": "MR",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203"
}
]
},
"system": "http://demo1.ishmed.com/erp/identifier/patient",
"value": "PAT04"
}
],
"name": [
{
"use": "official",
"family": "Kramer",
"given": [
"Katrin"
]
}
],
"gender": "other",
"_gender": {
"extension": [
{
"url": "http://fhir.de/StructureDefinition/gender-amtlich-de",
"valueCoding": {
"code": "D"
}
}
]
},
"birthDate": "1982-01-21",
"maritalStatus": {
"coding": [
{
"code": "S"
}
]
}
}