ISiK Formularmodul Implementation Guide
Version 6.0.0-rc - ci-build

: Example Encounter - SZ1Stationaer - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SZ1Stationaer"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://gematik.de/fhir/isik/StructureDefinition/ISiKKontaktGesundheitseinrichtung"^^xsd:anyURI ;
fhir:l <https://gematik.de/fhir/isik/StructureDefinition/ISiKKontaktGesundheitseinrichtung>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter SZ1Stationaer</b></p><a name=\"SZ1Stationaer\"> </a><a name=\"hcSZ1Stationaer\"> </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-2</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.0.1/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-SZ1Patient.html\">Töchterchen Musterfrau (official) Female, DoB: 2010-01-01 ( Medical record number)</a></p><p><b>period</b>: 2024-10-07 --&gt; 2024-10-10</p><p><b>account</b>: <a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.5.4&amp;canonical=http://fhir.org/packages/de.basisprofil.r4/Account/SZ1DRGFall\">Account/SZ1DRGFall</a></p><h3>Hospitalizations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td></tr><tr><td style=\"display: none\">*</td><td/></tr></table><blockquote><p><b>location</b></p><p><b>location</b>: Bettenstellplatz 123 (Identifier: <code>http://beispiel-krankenhaus.de/sid/betten</code>/123)</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><blockquote><p><b>location</b></p><p><b>location</b>: Zimmer 12 (Identifier: <code>http://beispiel-krankenhaus.de/sid/zimmer</code>/12)</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></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203>         ] ;
fhir:code [ fhir:v "VN" ]       ] )     ] ;
fhir:system [
fhir:v "http://beispiel-krankenhaus.de/sid/besuchsnummer"^^xsd:anyURI ;
fhir:l <http://beispiel-krankenhaus.de/sid/besuchsnummer>     ] ;
fhir:value [ fhir:v "0123456789-2" ]
  ] ) ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode>     ] ;
fhir:code [ fhir:v "IMP" ]
  ] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://fhir.de/CodeSystem/Kontaktebene"^^xsd:anyURI ;
fhir:l <http://fhir.de/CodeSystem/Kontaktebene>       ] ;
fhir:code [ fhir:v "abteilungskontakt" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [
fhir:v "http://fhir.de/CodeSystem/kontaktart-de"^^xsd:anyURI ;
fhir:l <http://fhir.de/CodeSystem/kontaktart-de>       ] ;
fhir:code [ fhir:v "normalstationaer" ] ;
fhir:display [ fhir:v "Normalstationär" ]     ] )
  ] ) ; # 
  fhir:subject [
fhir:l fhir:Patient/SZ1Patient ;
fhir:reference [ fhir:v "Patient/SZ1Patient" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2024-10-07"^^xsd:date ] ;
fhir:end [ fhir:v "2024-10-10"^^xsd:date ]
  ] ; # 
  fhir:account ( [
fhir:l fhir:Account/SZ1DRGFall ;
fhir:reference [ fhir:v "Account/SZ1DRGFall" ] ;
fhir:identifier [
fhir:system [
fhir:v "http://beispiel-krankenhaus.de/sid/fallnummern"^^xsd:anyURI ;
fhir:l <http://beispiel-krankenhaus.de/sid/fallnummern>       ] ;
fhir:value [ fhir:v "0123456789" ]     ]
  ] ) ; # 
  fhir:hospitalization [
    ( fhir:extension [
fhir:url [
fhir:v "http://fhir.de/StructureDefinition/Wahlleistung"^^xsd:anyURI ;
fhir:l <http://fhir.de/StructureDefinition/Wahlleistung>       ] ;
fhir:value [
a fhir:Coding ;
fhir:system [
fhir:v "http://fhir.de/CodeSystem/wahlleistungen-de"^^xsd:anyURI ;
fhir:l <http://fhir.de/CodeSystem/wahlleistungen-de>         ] ;
fhir:code [ fhir:v "unterkunft-und-verpflegung-begleitperson-kinder-ohne-med-begruedung" ] ;
fhir:display [ fhir:v "Unterkunft und Verpflegung einer Begleitperson ohne med. Begründung" ]       ]     ] )
  ] ; # 
  fhir:location ( [
fhir:location [
fhir:identifier [
fhir:system [
fhir:v "http://beispiel-krankenhaus.de/sid/betten"^^xsd:anyURI ;
fhir:l <http://beispiel-krankenhaus.de/sid/betten>         ] ;
fhir:value [ fhir:v "123" ]       ] ;
fhir:display [ fhir:v "Bettenstellplatz 123" ]     ] ;
fhir:status [ fhir:v "active" ] ;
fhir:physicalType [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/location-physical-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/location-physical-type>         ] ;
fhir:code [ fhir:v "bd" ] ;
fhir:display [ fhir:v "Bed" ]       ] )     ]
  ] [
fhir:location [
fhir:identifier [
fhir:system [
fhir:v "http://beispiel-krankenhaus.de/sid/zimmer"^^xsd:anyURI ;
fhir:l <http://beispiel-krankenhaus.de/sid/zimmer>         ] ;
fhir:value [ fhir:v "12" ]       ] ;
fhir:display [ fhir:v "Zimmer 12" ]     ] ;
fhir:status [ fhir:v "active" ] ;
fhir:physicalType [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/location-physical-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/location-physical-type>         ] ;
fhir:code [ fhir:v "ro" ] ;
fhir:display [ fhir:v "Room" ]       ] )     ]
  ] ) . #