ISiK Basis Implementierungsleitfaden
Version 6.0.0 - active

: isik-encounter-Sternenfall - TTL Representation

Raw ttl | Download


@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/isik-encounter-Sternenfall> a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "isik-encounter-Sternenfall"] ;
  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 isik-encounter-Sternenfall</b></p><a name=\"isik-encounter-Sternenfall\"> </a><a name=\"hcisik-encounter-Sternenfall\"> </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/Sternenfall-20200310-001</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)</p><p><b>type</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/Kontaktebene abteilungskontakt}\">Abteilungskontakt</span></p><p><b>subject</b>: <a href=\"Patient-isik-patient-156722.html\">Aelin Sternenfall (official) Unknown, DoB:  ( Medical record number)</a></p><p><b>period</b>: 2020-03-10 20:17:06+0100 --&gt; (ongoing)</p><p><b>account</b>: Identifier: <code>https://test.krankenhaus.de/fhir/sid/fallnummer</code>/174357</p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td><td><b>PhysicalType</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-isik-station-anaesthesie.html\">Location Intensivstation Anaesthesie</a></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type wa}\">Ward</span></td></tr></table></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 "https://test.krankenhaus.de/fhir/sid/aufnahmenummer" ] ;
     fhir:Identifier.value [ fhir:value "Sternenfall-20200310-001" ]
  ] ;
  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:Coding.display [ fhir:value "Inpatient" ]
  ] ;
  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.subject [
     fhir:link <http://hl7.org/fhir/Patient/isik-patient-156722> ;
     fhir:Reference.reference [ fhir:value "Patient/isik-patient-156722" ]
  ] ;
  fhir:Encounter.period [
     fhir:Period.start [ fhir:value "2020-03-10T20:17:06+01:00"^^xsd:dateTime ]
  ] ;
  fhir:Encounter.account [
     fhir:index 0 ;
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "https://test.krankenhaus.de/fhir/sid/fallnummer" ] ;
       fhir:Identifier.value [ fhir:value "174357" ]
     ]
  ] ;
  fhir:Encounter.location [
     fhir:index 0 ;
     fhir:Encounter.location.location [
       fhir:link <http://hl7.org/fhir/Location/isik-station-anaesthesie> ;
       fhir:Reference.reference [ fhir:value "Location/isik-station-anaesthesie" ]
     ] ;
     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" ]
       ]
     ]
  ] .

<http://hl7.org/fhir/Patient/isik-patient-156722> a fhir:Patient .

<http://hl7.org/fhir/Location/isik-station-anaesthesie> a fhir:Location .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Encounter/isik-encounter-Sternenfall.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Encounter/isik-encounter-Sternenfall.ttl> .