FHIR IG analytics| Package | de.gematik.isik-terminplanung |
| Resource Type | Patient |
| Id | Patient-PatientinMinimal.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "PatientinMinimal",
"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/sid/PID",
"value": "TestPID1"
}
],
"name": [
{
"use": "official",
"family": "Müller",
"given": [
"Anna"
]
}
],
"gender": "female",
"birthDate": "1957-08-12"
}