FHIR IG analytics| Package | de.gematik.isik |
| Resource Type | Encounter |
| Id | Encounter-FachabteilungskontaktStationswechsel1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Encounter",
"id": "FachabteilungskontaktStationswechsel1",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/ISiKKontaktGesundheitseinrichtung"
]
},
"type": [
{
"coding": [
{
"code": "abteilungskontakt",
"system": "http://fhir.de/CodeSystem/Kontaktebene"
}
]
}
],
"identifier": [
{
"type": {
"coding": [
{
"code": "VN",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203"
}
]
},
"value": "0123456789"
}
],
"status": "finished",
"class": {
"code": "IMP",
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode"
},
"subject": {
"reference": "Patient/PatientinNormal"
},
"period": {
"start": "2025-01-15T08:00:00+01:00",
"end": "2025-01-15T14:00:00+01:00"
},
"serviceType": {
"coding": [
{
"code": "2600",
"system": "http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel",
"display": "Hals-, Nasen-, Ohrenheilkunde"
}
]
},
"location": [
{
"physicalType": {
"coding": [
{
"code": "wa",
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"display": "Ward"
}
]
},
"location": {
"identifier": {
"system": "https://test.krankenhaus.de/fhir/sid/stationId",
"value": "CHA1"
},
"display": "Station CHA1"
},
"status": "active"
},
{
"physicalType": {
"coding": [
{
"code": "ro",
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"display": "Room"
}
]
},
"location": {
"identifier": {
"system": "https://test.krankenhaus.de/fhir/sid/zimmerId",
"value": "Z001"
},
"display": "Zimmer Z001"
},
"status": "active"
},
{
"physicalType": {
"coding": [
{
"code": "bd",
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"display": "Bed"
}
]
},
"location": {
"identifier": {
"system": "https://test.krankenhaus.de/fhir/sid/bettId",
"value": "B027"
},
"display": "Bett B027"
},
"status": "active"
}
]
}