FHIR IG analytics| Package | de.basisprofil.r4 |
| Resource Type | Patient |
| Id | Patient-Example-patient-de-basis-mrnr.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "Example-patient-de-basis-mrnr",
"identifier": [
{
"type": {
"coding": [
{
"code": "MR",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203"
}
]
},
"system": "http://mein-krankenhaus.de/patient-identifier",
"value": "12345678"
}
],
"name": [
{
"family": "Mustermann",
"given": [
"Max"
]
}
]
}