FHIR IG analytics| Package | ishmed.i14y.r4.de |
| Resource Type | Patient |
| Id | Patient-pat10.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "pat10",
"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": "PAT10"
}
],
"name": [
{
"use": "official",
"family": "Sorenson",
"given": [
"Bert"
],
"prefix": [
"Dr."
]
}
],
"address": [
{
"type": "both",
"line": [
"Friedenstr. 4"
],
"postalCode": "22525",
"city": "Hamburg",
"country": "Deutschland"
}
],
"gender": "male",
"birthDate": "1948-11-02",
"maritalStatus": {
"coding": [
{
"code": "M"
}
]
}
}