Estonian Base Implementation Guide
1.1.1 - trial-use Estonia flag

Publication Build: This will be filled in by the publication tooling

: Healthcare Service Example - 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 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><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></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://rh.ee/shared-ids"^^xsd:anyURI ] ;
fhir:value [ fhir:v "HS-12" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  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"^^xsd:boolean] ; # 
  fhir:availability ( [
    ( fhir:availableTime [
      ( fhir:daysOfWeek [ fhir:v "wed" ] ) ;
fhir:allDay [ fhir:v "true"^^xsd:boolean ]     ] [
      ( 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 ]       ]     ] )
  ] ) . #