ISiK Basis Implementierungsleitfaden
Version 6.0.0 - active

: Krankenhaus Standort - 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/Location/KrankenhausStandortBeispiel> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "KrankenhausStandortBeispiel"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://gematik.de/fhir/isik/StructureDefinition/ISiKStandort" ;
       fhir:index 0 ;
       fhir:link <https://gematik.de/fhir/isik/StructureDefinition/ISiKStandort>
     ]
  ] ;
  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: Location KrankenhausStandortBeispiel</b></p><a name=\"KrankenhausStandortBeispiel\"> </a><a name=\"hcKrankenhausStandortBeispiel\"> </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-ISiKStandort.html\">ISiKStandort</a></p></div><p><b>identifier</b>: <code>http://fhir.de/sid/dkgev/standortnummer</code>/123456</p><p><b>operationalStatus</b>: <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-v2-0116.html#v2-0116-O\">bedStatus: O</a> (belegt)</p><p><b>name</b>: Krankenhaus Standort</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}\">Hospital</span></p><p><b>address</b>: Krankenhausstraße 123 Musterstadt 12345 </p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bu}\">Building</span></p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>13.405</td><td>52.52</td></tr></table><p><b>managingOrganization</b>: <a href=\"Organization-KrankenhausOrganisationBeispiel.html\">Organization Uniklinik Entenhausen</a></p></div>"
  ] ;
  fhir:Location.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://fhir.de/sid/dkgev/standortnummer" ] ;
     fhir:Identifier.value [ fhir:value "123456" ]
  ] ;
  fhir:Location.operationalStatus [
     fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0116" ] ;
     fhir:Coding.code [ fhir:value "O" ] ;
     fhir:Coding.display [ fhir:value "belegt" ]
  ] ;
  fhir:Location.name [ fhir:value "Krankenhaus Standort"] ;
  fhir:Location.mode [ fhir:value "instance"] ;
  fhir:Location.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
       fhir:Coding.code [ fhir:value "HOSP" ] ;
       fhir:Coding.display [ fhir:value "Hospital" ]
     ]
  ] ;
  fhir:Location.address [
     fhir:Address.line [
       fhir:value "Krankenhausstraße 123" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Musterstadt" ] ;
     fhir:Address.postalCode [ fhir:value "12345" ]
  ] ;
  fhir: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 "bu" ] ;
       fhir:Coding.display [ fhir:value "Building" ]
     ]
  ] ;
  fhir:Location.position [
     fhir:Location.position.longitude [ fhir:value "13.405"^^xsd:decimal ] ;
     fhir:Location.position.latitude [ fhir:value "52.52"^^xsd:decimal ]
  ] ;
  fhir:Location.managingOrganization [
     fhir:link <http://hl7.org/fhir/Organization/KrankenhausOrganisationBeispiel> ;
     fhir:Reference.reference [ fhir:value "Organization/KrankenhausOrganisationBeispiel" ]
  ] .

<http://hl7.org/fhir/Organization/KrankenhausOrganisationBeispiel> a fhir:Organization .

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

<http://hl7.org/fhir/Location/KrankenhausStandortBeispiel.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Location/KrankenhausStandortBeispiel.ttl> .