Estonian Base Implementation Guide
1.1.1 - trial-use Estonia flag

Estonian Base Implementation Guide, published by HL7 Estonia. This guide is not an authorized publication; it is the continuous build for version 1.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7EE/ig-ee-base/ and changes regularly. See the Directory of published versions

: Healthcare Service Example - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:HealthcareService ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HealthcareServiceExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.ee/base/StructureDefinition/ee-healthcare-service"^^xsd:anyURI ;
fhir:link <https://fhir.ee/base/StructureDefinition/ee-healthcare-service>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService HealthcareServiceExample</b></p><a name=\"HealthcareServiceExample\"> </a><a name=\"hcHealthcareServiceExample\"> </a><a name=\"HealthcareServiceExample-en-US\"> </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-ee-healthcare-service.html\">EEBase HealthcareService</a></p></div><p><b>identifier</b>: <code>http://rh.ee/shared-ids</code>/HS-12</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-rh.html\">Rakvere Haigla</a></p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 409063005}\">Counselling</span></p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 394913002}\">Psychotherapy (specialty)</span>, <span title=\"Codes:{http://snomed.info/sct 394587001}\">Psychiatry</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394816006}\">Mental illness (specialty) (qualifier value)</span></p><p><b>name</b>: Consulting psychologists and/or psychology services</p><p><b>serviceProvisionCode</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-provision-conditions cost}\">Fees apply</span></p><p><b>appointmentRequired</b>: true</p><blockquote><p><b>availability</b></p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Wednesday</p><p><b>allDay</b>: true</p></blockquote><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Thursday, Friday</p><p><b>availableStartTime</b>: 08:30:00</p><p><b>availableEndTime</b>: 05:30:00</p></blockquote><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Saturday, Friday</p><p><b>availableStartTime</b>: 09:30:00</p><p><b>availableEndTime</b>: 04:30:00</p></blockquote><blockquote><p><b>notAvailableTime</b></p><p><b>description</b>: Christmas/Boxing Day, Reduced capacity is available during the Christmas period</p><p><b>during</b>: 2023-12-25 --&gt; 2023-12-26</p></blockquote><blockquote><p><b>notAvailableTime</b></p><p><b>description</b>: New Years Day</p><p><b>during</b>: 2024-01-01 --&gt; 2024-01-01</p></blockquote></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://rh.ee/shared-ids"^^xsd:anyURI ] ;
fhir:value [ fhir:v "HS-12" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:providedBy [
fhir:reference [ fhir:v "Organization/rh" ] ;
fhir:display [ fhir:v "Rakvere Haigla" ]
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
a sct:409063005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "409063005" ] ;
fhir:display [ fhir:v "Counseling" ]     ] ) ;
fhir:text [ fhir:v "Counselling" ]
  ] ) ; # 
  fhir:type ( [
    ( fhir:coding [
a sct:394913002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "394913002" ] ;
fhir:display [ fhir:v "Psychotherapy (specialty)" ]     ] )
  ] [
    ( fhir:coding [
a sct:394587001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "394587001" ] ;
fhir:display [ fhir:v "Psychiatry" ]     ] )
  ] ) ; # 
  fhir:specialty ( [
    ( fhir:coding [
a sct:394816006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "394816006" ] ;
fhir:display [ fhir:v "Mental illness (specialty) (qualifier value)" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Consulting psychologists and/or psychology services"] ; # 
  fhir:serviceProvisionCode ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-provision-conditions"^^xsd:anyURI ] ;
fhir:code [ fhir:v "cost" ] ;
fhir:display [ fhir:v "Fees apply" ]     ] )
  ] ) ; # 
  fhir:appointmentRequired [ fhir:v true] ; # 
  fhir:availability ( [
    ( fhir:availableTime [
      ( fhir:daysOfWeek [ fhir:v "wed" ] ) ;
fhir:allDay [ fhir:v true ]     ] [
      ( fhir:daysOfWeek [ fhir:v "mon" ] [ fhir:v "tue" ] [ fhir:v "thu" ] [ fhir:v "fri" ] ) ;
fhir:availableStartTime [ fhir:v "08:30:00"^^xsd:time ] ;
fhir:availableEndTime [ fhir:v "05:30:00"^^xsd:time ]     ] [
      ( fhir:daysOfWeek [ fhir:v "sat" ] [ fhir:v "fri" ] ) ;
fhir:availableStartTime [ fhir:v "09:30:00"^^xsd:time ] ;
fhir:availableEndTime [ fhir:v "04:30:00"^^xsd:time ]     ] ) ;
    ( fhir:notAvailableTime [
fhir:description [ fhir:v "Christmas/Boxing Day, Reduced capacity is available during the Christmas period" ] ;
fhir:during [
fhir:start [ fhir:v "2023-12-25"^^xsd:date ] ;
fhir:end [ fhir:v "2023-12-26"^^xsd:date ]       ]     ] [
fhir:description [ fhir:v "New Years Day" ] ;
fhir:during [
fhir:start [ fhir:v "2024-01-01"^^xsd:date ] ;
fhir:end [ fhir:v "2024-01-01"^^xsd:date ]       ]     ] )
  ] ) . #