@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Encounter/FachabteilungskontaktStationswechsel2> a fhir:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "FachabteilungskontaktStationswechsel2"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://gematik.de/fhir/isik/StructureDefinition/ISiKKontaktGesundheitseinrichtung" ;
fhir:index 0 ;
fhir:link <https://gematik.de/fhir/isik/StructureDefinition/ISiKKontaktGesundheitseinrichtung>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter FachabteilungskontaktStationswechsel2</b></p><a name=\"FachabteilungskontaktStationswechsel2\"> </a><a name=\"hcFachabteilungskontaktStationswechsel2\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ISiKKontaktGesundheitseinrichtung.html\">ISiKKontaktGesundheitseinrichtung</a></p></div><p><b>identifier</b>: Visit number/0123456789</p><p><b>status</b>: In Progress</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode: IMP</a> (inpatient encounter)</p><p><b>type</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/Kontaktebene abteilungskontakt}\">Abteilungskontakt</span></p><p><b>serviceType</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel 0100}\">Innere Medizin</span></p><p><b>subject</b>: <a href=\"Patient-PatientinNormal.html\">Anna Müller (official) Female, DoB: 1957-08-12 ( Medical record number)</a></p><p><b>period</b>: 2025-01-15 14:00:00+0100 --> (ongoing)</p><blockquote><p><b>location</b></p><p><b>location</b>: Station INNG1 (Identifier: <code>https://test.krankenhaus.de/fhir/sid/stationId</code>/INNG1)</p><p><b>status</b>: Active</p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type wa}\">Ward</span></p></blockquote><blockquote><p><b>location</b></p><p><b>location</b>: Zimmer Z001 (Identifier: <code>https://test.krankenhaus.de/fhir/sid/zimmerId</code>/Z001)</p><p><b>status</b>: Active</p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type ro}\">Room</span></p></blockquote><blockquote><p><b>location</b></p><p><b>location</b>: Bett A010 (Identifier: <code>https://test.krankenhaus.de/fhir/sid/bettId</code>/A010)</p><p><b>status</b>: Active</p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bd}\">Bed</span></p></blockquote></div>"
] ;
fhir:Encounter.identifier [
fhir:index 0 ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
fhir:Coding.code [ fhir:value "VN" ]
]
] ;
fhir:Identifier.value [ fhir:value "0123456789" ]
] ;
fhir:Encounter.status [ fhir:value "in-progress"] ;
fhir:Encounter.class [
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
fhir:Coding.code [ fhir:value "IMP" ]
] ;
fhir:Encounter.type [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/Kontaktebene" ] ;
fhir:Coding.code [ fhir:value "abteilungskontakt" ]
]
] ;
fhir:Encounter.serviceType [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel" ] ;
fhir:Coding.code [ fhir:value "0100" ] ;
fhir:Coding.display [ fhir:value "Innere Medizin" ]
]
] ;
fhir:Encounter.subject [
fhir:link <http://hl7.org/fhir/Patient/PatientinNormal> ;
fhir:Reference.reference [ fhir:value "Patient/PatientinNormal" ]
] ;
fhir:Encounter.period [
fhir:Period.start [ fhir:value "2025-01-15T14:00:00+01:00"^^xsd:dateTime ]
] ;
fhir:Encounter.location [
fhir:index 0 ;
fhir:Encounter.location.location [
fhir:Reference.identifier [
fhir:Identifier.system [ fhir:value "https://test.krankenhaus.de/fhir/sid/stationId" ] ;
fhir:Identifier.value [ fhir:value "INNG1" ]
] ;
fhir:Reference.display [ fhir:value "Station INNG1" ]
] ;
fhir:Encounter.location.status [ fhir:value "active" ] ;
fhir:Encounter.location.physicalType [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/location-physical-type" ] ;
fhir:Coding.code [ fhir:value "wa" ] ;
fhir:Coding.display [ fhir:value "Ward" ]
]
]
], [
fhir:index 1 ;
fhir:Encounter.location.location [
fhir:Reference.identifier [
fhir:Identifier.system [ fhir:value "https://test.krankenhaus.de/fhir/sid/zimmerId" ] ;
fhir:Identifier.value [ fhir:value "Z001" ]
] ;
fhir:Reference.display [ fhir:value "Zimmer Z001" ]
] ;
fhir:Encounter.location.status [ fhir:value "active" ] ;
fhir:Encounter.location.physicalType [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/location-physical-type" ] ;
fhir:Coding.code [ fhir:value "ro" ] ;
fhir:Coding.display [ fhir:value "Room" ]
]
]
], [
fhir:index 2 ;
fhir:Encounter.location.location [
fhir:Reference.identifier [
fhir:Identifier.system [ fhir:value "https://test.krankenhaus.de/fhir/sid/bettId" ] ;
fhir:Identifier.value [ fhir:value "A010" ]
] ;
fhir:Reference.display [ fhir:value "Bett A010" ]
] ;
fhir:Encounter.location.status [ fhir:value "active" ] ;
fhir:Encounter.location.physicalType [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/location-physical-type" ] ;
fhir:Coding.code [ fhir:value "bd" ] ;
fhir:Coding.display [ fhir:value "Bed" ]
]
]
] .
<http://hl7.org/fhir/Patient/PatientinNormal> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Encounter/FachabteilungskontaktStationswechsel2.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Encounter/FachabteilungskontaktStationswechsel2.ttl> .
IG © 2026+ gematik GmbH. Paket basis#6.0.0 basierend auf FHIR 4.0.1. Generiert 2026-07-01
Links: Table of Contents |
QA Report