Austrian Appointment Scheduling (R5)
0.2.0 - Informative

Austrian Appointment Scheduling (R5), published by HL7® Austria, TC FHIR®. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Austria/TC-FHIR-AG-Scheduling-R5/ and changes regularly. See the Directory of published versions

: HL7ATSchedulingHealthcareServiceExample01 - TTL Representation

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 -------------------------------------------------------------------

<http://hl7.org/fhir/HealthcareService/HL7ATSchedulingHealthcareServiceExample01> a fhir:HealthcareService ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HL7ATSchedulingHealthcareServiceExample01"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.hl7.at/tc/wg/scheduling/r5/StructureDefinition/at-scheduling-healthcareservice"^^xsd:anyURI ;
       fhir:link <https://fhir.hl7.at/tc/wg/scheduling/r5/StructureDefinition/at-scheduling-healthcareservice>
     ] )
  ] ; # 
  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: HealthcareService HL7ATSchedulingHealthcareServiceExample01</b></p><a name=\"HL7ATSchedulingHealthcareServiceExample01\"> </a><a name=\"hcHL7ATSchedulingHealthcareServiceExample01\"> </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-at-scheduling-healthcareservice.html\">HL7® AT Scheduling HealthcareService Profile</a></p></div><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/2.0.0/Organization-HL7ATCoreOrganizationExample01.html\">Amadeus Spital</a></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-type 65}\">Allgemeinmedizin</span></p><p><b>name</b>: Allgemeinmedizinische Versorgung</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:providedBy [
     fhir:link <http://hl7.org/fhir/Organization/HL7ATCoreOrganizationExample01> ;
     fhir:reference [ fhir:v "Organization/HL7ATCoreOrganizationExample01" ] ;
     fhir:display [ fhir:v "Amadeus Spital" ]
  ] ; # 
  fhir:type ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-type"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "65" ] ;
       fhir:display [ fhir:v "Physiotherapy" ]
     ] ) ;
     fhir:text [ fhir:v "Allgemeinmedizin" ]
  ] ) ; # 
  fhir:name [ fhir:v "Allgemeinmedizinische Versorgung"] . # 

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