FHIR IG analytics| Package | de.gematik.isik |
| Resource Type | Encounter |
| Id | Encounter-SZ1Stationaer.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Encounter",
"id": "SZ1Stationaer",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/ISiKKontaktGesundheitseinrichtung"
]
},
"type": [
{
"coding": [
{
"code": "abteilungskontakt",
"system": "http://fhir.de/CodeSystem/Kontaktebene"
}
]
},
{
"coding": [
{
"system": "http://fhir.de/CodeSystem/kontaktart-de",
"code": "normalstationaer",
"display": "Normalstationär"
}
]
}
],
"hospitalization": {
"extension": [
{
"url": "http://fhir.de/StructureDefinition/Wahlleistung",
"valueCoding": {
"code": "unterkunft-und-verpflegung-begleitperson-kinder-ohne-med-begruedung",
"system": "http://fhir.de/CodeSystem/wahlleistungen-de",
"display": "Unterkunft und Verpflegung einer Begleitperson ohne med. Begründung"
}
}
]
},
"identifier": [
{
"type": {
"coding": [
{
"code": "VN",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203"
}
]
},
"system": "http://beispiel-krankenhaus.de/sid/besuchsnummer",
"value": "0123456789-2"
}
],
"status": "finished",
"class": {
"code": "IMP",
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode"
},
"subject": {
"reference": "Patient/SZ1Patient"
},
"period": {
"start": "2024-10-07",
"end": "2024-10-10"
},
"account": [
{
"reference": "Account/SZ1DRGFall",
"identifier": {
"system": "http://beispiel-krankenhaus.de/sid/fallnummern",
"value": "0123456789"
}
}
],
"location": [
{
"physicalType": {
"coding": [
{
"code": "bd",
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"display": "Bed"
}
]
},
"status": "active",
"location": {
"identifier": {
"system": "http://beispiel-krankenhaus.de/sid/betten",
"value": "123"
},
"display": "Bettenstellplatz 123"
}
},
{
"physicalType": {
"coding": [
{
"code": "ro",
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"display": "Room"
}
]
},
"status": "active",
"location": {
"identifier": {
"system": "http://beispiel-krankenhaus.de/sid/zimmer",
"value": "12"
},
"display": "Zimmer 12"
}
}
]
}