German Practice Management FHIR Profiles (R4)
0.90.0 - STU1 Germany

German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Consultation room 2 — general medicine - 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/ExampleWorkplaceConsultationRoom> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleWorkplaceConsultationRoom"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://gematik.de/fhir/isik/StructureDefinition/ISiKStandortRaum" ;
       fhir:index 0 ;
       fhir:link <https://gematik.de/fhir/isik/StructureDefinition/ISiKStandortRaum>
     ]
  ] ;
  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 ExampleWorkplaceConsultationRoom</b></p><a name=\"ExampleWorkplaceConsultationRoom\"> </a><a name=\"hcExampleWorkplaceConsultationRoom\"> </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=\"https://simplifier.net/resolve?scope=de.gematik.isik-basismodul@4.0.3&amp;canonical=https://gematik.de/fhir/isik/StructureDefinition/ISiKStandortRaum\">ISiKStandortRaum</a></p></div><p><b>status</b>: Active</p><p><b>name</b>: Consultation Room 2</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/praxis-workplace-function consultation-room}\">Consultation Room</span></p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type ro}\">Room</span></p><p><b>managingOrganization</b>: <a href=\"Organization-ExampleWorkplaceOrgGeneral.html\">Organization Hausarztpraxis Nord</a></p><p><b>partOf</b>: <a href=\"Location-ExampleWorkplaceMedicalCenterSite.html\">Location Medizinisches Zentrum Nord — Site</a></p></div>"
  ] ;
  fhir:Location.status [ fhir:value "active"] ;
  fhir:Location.name [ fhir:value "Consultation Room 2"] ;
  fhir:Location.mode [ fhir:value "instance"] ;
  fhir:Location.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/praxis/CodeSystem/praxis-workplace-function" ] ;
       fhir:Coding.code [ fhir:value "consultation-room" ]
     ]
  ] ;
  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 "ro" ] ;
       fhir:Coding.display [ fhir:value "Room" ]
     ]
  ] ;
  fhir:Location.managingOrganization [
     fhir:link <http://hl7.org/fhir/Organization/ExampleWorkplaceOrgGeneral> ;
     fhir:Reference.reference [ fhir:value "Organization/ExampleWorkplaceOrgGeneral" ]
  ] ;
  fhir:Location.partOf [
     fhir:link <http://hl7.org/fhir/Location/ExampleWorkplaceMedicalCenterSite> ;
     fhir:Reference.reference [ fhir:value "Location/ExampleWorkplaceMedicalCenterSite" ]
  ] .

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

<http://hl7.org/fhir/Location/ExampleWorkplaceMedicalCenterSite> a fhir:Location .

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

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