@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/SZ2Encounter> a fhir:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "SZ2Encounter"] ;
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 SZ2Encounter</b></p><a name=\"SZ2Encounter\"> </a><a name=\"hcSZ2Encounter\"> </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/222222222-2</p><p><b>status</b>: Finished</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>, <span title=\"Codes:{http://fhir.de/CodeSystem/kontaktart-de normalstationaer}\">Normalstationär</span></p><p><b>subject</b>: <a href=\"Patient-SZ2Patient.html\">Friedlinde Musterfrau (official) Female, DoB: 1924-01-01 ( Medical record number)</a></p><p><b>period</b>: 2024-10-07 --> 2024-10-10</p><p><b>account</b>: <a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.6.0&canonical=http://fhir.org/packages/de.basisprofil.r4/Account/SZ2DRGFall\">Account/SZ2DRGFall</a></p></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.system [ fhir:value "http://beispiel-krankenhaus.de/sid/besuchsnummer" ] ;
fhir:Identifier.value [ fhir:value "222222222-2" ]
] ;
fhir:Encounter.status [ fhir:value "finished"] ;
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:index 1 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/kontaktart-de" ] ;
fhir:Coding.code [ fhir:value "normalstationaer" ] ;
fhir:Coding.display [ fhir:value "Normalstationär" ]
]
] ;
fhir:Encounter.subject [
fhir:link <http://hl7.org/fhir/Patient/SZ2Patient> ;
fhir:Reference.reference [ fhir:value "Patient/SZ2Patient" ]
] ;
fhir:Encounter.period [
fhir:Period.start [ fhir:value "2024-10-07"^^xsd:date ] ;
fhir:Period.end [ fhir:value "2024-10-10"^^xsd:date ]
] ;
fhir:Encounter.account [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Account/SZ2DRGFall> ;
fhir:Reference.reference [ fhir:value "Account/SZ2DRGFall" ] ;
fhir:Reference.identifier [
fhir:Identifier.system [ fhir:value "http://beispiel-krankenhaus.de/sid/fallnummern" ] ;
fhir:Identifier.value [ fhir:value "22222222222" ]
]
] .
<http://hl7.org/fhir/Patient/SZ2Patient> a fhir:Patient .
<http://hl7.org/fhir/Account/SZ2DRGFall> a fhir:Account .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Encounter/SZ2Encounter.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Encounter/SZ2Encounter.ttl> .
IG © 2026+ gematik GmbH. Paket amts#6.0.0 basierend auf FHIR 4.0.1. Generiert 2026-07-01
Links: Table of Contents |
QA Report