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

: ISiKLocationPhysicalType - TTL Representation

Active as of 2025-12-17

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ISiKLocationPhysicalType"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ISiKLocationPhysicalType</b></p><a name=\"ISiKLocationPhysicalType\"> </a><a name=\"hcISiKLocationPhysicalType\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-location-physical-type.html\"><code>http://terminology.hl7.org/CodeSystem/location-physical-type</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 2.0.1, the version found through the package references\"> version ?2.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-location-physical-type.html#location-physical-type-bd\">bd</a></td><td>Bed</td><td>A space that is allocated for sleeping/laying on. This is not the physical bed/trolley that may be moved about, but the space it may occupy.</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-location-physical-type.html#location-physical-type-ro\">ro</a></td><td>Room</td><td>A space that is allocated as a room, it may have walls/roof etc., but does not require these.</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-location-physical-type.html#location-physical-type-wa\">wa</a></td><td>Ward</td><td>A Ward is a section of a medical facility that may contain rooms and other types of location.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://gematik.de/fhir/isik/ValueSet/ISiKLocationPhysicalType"^^xsd:anyURI ;
fhir:l <https://gematik.de/fhir/isik/ValueSet/ISiKLocationPhysicalType>
  ] ; # 
  fhir:version [ fhir:v "6.0.0-rc"] ; # 
  fhir:name [ fhir:v "ISiKLocationPhysicalType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-12-17"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "gematik GmbH"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "gematik GmbH" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://gematik.de" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Dieses Valueset beinhaltet die für ISiK Kodierbaren Standort-Typen"] ; # 
  fhir:compose [
    ( fhir:include [
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:concept [
fhir:code [ fhir:v "bd" ] ;
fhir:display [ fhir:v "Bed" ]       ] [
fhir:code [ fhir:v "ro" ] ;
fhir:display [ fhir:v "Room" ]       ] [
fhir:code [ fhir:v "wa" ] ;
fhir:display [ fhir:v "Ward" ]       ] )     ] )
  ] . #