FHIR IG analytics| Package | de.gematik.isik-vitalparameter |
| Resource Type | Patient |
| Id | Patient-PatientinMusterfrau.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "PatientinMusterfrau",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKPatient"
]
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR"
}
]
},
"system": "https://fhir.krankenhaus.example/NamingSystem/PID",
"value": "TestPID"
}
],
"name": [
{
"use": "official",
"family": "Fürstin von Musterfrau",
"given": [
"Erika"
]
}
],
"active": true,
"gender": "female",
"birthDate": "1964-08-12"
}