@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 -------------------------------------------------------------------

<https://gematik.de/fhir/isik/Encounter/SZ1Nachstationaer> a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SZ1Nachstationaer"] ; # 
  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 SZ1Nachstationaer</b></p><a name=\"SZ1Nachstationaer\"> </a><a name=\"hcSZ1Nachstationaer\"> </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-3</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode: AMB</a> (ambulatory)</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 nachstationaer}\">Nachstationä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-14 --&gt; 2024-10-14</p><p><b>account</b>: <a href=\"Account-SZ1DRGFall.html\">Account: identifier = Account number; status = active; type = inpatient encounter</a></p></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-3" ]
  ] ) ; # 
  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 "AMB" ]
  ] ; # 
  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 "nachstationaer" ] ;
       fhir:display [ fhir:v "Nachstationär" ]
     ] )
  ] ) ; # 
  fhir:subject [
     fhir:l <https://gematik.de/fhir/isik/Patient/SZ1Patient> ;
     fhir:reference [ fhir:v "Patient/SZ1Patient" ]
  ] ; # 
  fhir:period [
     fhir:start [ fhir:v "2024-10-14"^^xsd:date ] ;
     fhir:end [ fhir:v "2024-10-14"^^xsd:date ]
  ] ; # 
  fhir:account ( [
     fhir:l <https://gematik.de/fhir/isik/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" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

