FHIR IG analytics| Package | de.medizininformatikinitiative.kerndatensatz.dokument |
| Resource Type | Encounter |
| Id | Encounter-AmandaAlzheimerVersorgungsstellenKontakt.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Encounter",
"id": "AmandaAlzheimerVersorgungsstellenKontakt",
"meta": {
"profile": [
"https://www.medizininformatik-initiative.de/fhir/core/modul-fall/StructureDefinition/KontaktGesundheitseinrichtung"
]
},
"identifier": [
{
"system": "http://uk-musterstadt.de/fid",
"type": {
"coding": [
{
"code": "VN",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203"
}
]
},
"value": "123456"
}
],
"type": [
{
"coding": [
{
"code": "versorgungsstellenkontakt",
"display": "Versorgungsstellenkontakt"
}
]
}
],
"period": {
"start": "2028-01-24T00:00:00+01:00",
"end": "2028-02-06T00:00:00+01:00"
},
"status": "finished",
"class": {
"code": "IMP",
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"display": "inpatient encounter"
},
"subject": {
"reference": "Patient/AmandaAlzheimer"
},
"partOf": {
"reference": "Encounter/AmandaAlzheimerAbteilungskontakt"
}
}