STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Healthcareservice-example.ttl

Raw Turtle, JSON-LD

Example of healthcareservice

@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/sct/> .
@prefix xs: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir//HealthcareService/example> a fhir:HealthcareService;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "example"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.contained [
     fhir:index 0;
     fhir:Location [
       fhir:index 0;
       fhir:Resource.id [ fhir:value "DenBurg" ];
       fhir:Location.description [ fhir:value "Greater Denburg area" ];
       fhir:Location.mode [ fhir:value "instance" ];
       fhir:Location.physicalType [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.code [ fhir:value "area" ];
           fhir:Coding.display [ fhir:value "Area" ]         ]       ]     ]
  ];
  fhir:HealthcareService.serviceType [
     fhir:index 0;
     a sct:394913002;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:394913002;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "394913002" ];
       fhir:Coding.display [ fhir:value "Psychotherapy" ]     ]
  ];
  fhir:HealthcareService.serviceType [
     fhir:index 1;
     a sct:394587001;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:394587001;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "394587001" ];
       fhir:Coding.display [ fhir:value "Psychiatry" ]     ]
  ];
  fhir:HealthcareService.specialty [
     fhir:index 0;
     a sct:47505003;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:47505003;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "47505003" ];
       fhir:Coding.display [ fhir:value "Posttraumatic stress disorder" ]     ]
  ];
  fhir:HealthcareService.location [
     fhir:index 0;
     fhir:reference <http://hl7.org/fhir/Location/1>;
     fhir:Reference.reference [ fhir:value "Location/1" ]
  ];
  fhir:HealthcareService.serviceName [ fhir:value "Consulting psychologists and/or psychology services"];
  fhir:HealthcareService.comment [ fhir:value "Providing Specialist psychology services to the greater Den Burg area, many years of experience dealing with PTSD issues"];
  fhir:HealthcareService.extraDetails [ fhir:value "Several assessments are required for these specialist services, and the waiting times can be greater than 3 months at times. Existing patients are prioritized when requesting appointments on the schedule."];
  fhir:HealthcareService.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "(555) silent" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ];
  fhir:HealthcareService.telecom [
     fhir:index 1;
     fhir:ContactPoint.system [ fhir:value "email" ];
     fhir:ContactPoint.value [ fhir:value "directaddress@example.com" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ];
  fhir:HealthcareService.coverageArea [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "#DenBurg" ];
     fhir:Reference.display [ fhir:value "Greater Denburg area" ]
  ];
  fhir:HealthcareService.eligibility [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.display [ fhir:value "DVA Required" ]     ]
  ];
  fhir:HealthcareService.eligibilityNote [ fhir:value "Evidence of application for DVA status may be sufficient for commencing assessment"];
  fhir:HealthcareService.programName [
     fhir:value "PTSD outreach";
     fhir:index 0
  ];
  fhir:HealthcareService.characteristic [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.display [ fhir:value "Wheelchair access" ]     ]
  ];
  fhir:HealthcareService.referralMethod [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.code [ fhir:value "phone" ];
       fhir:Coding.display [ fhir:value "Phone" ]     ]
  ];
  fhir:HealthcareService.referralMethod [
     fhir:index 1;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.code [ fhir:value "fax" ];
       fhir:Coding.display [ fhir:value "Fax" ]     ]
  ];
  fhir:HealthcareService.referralMethod [
     fhir:index 2;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.code [ fhir:value "elec" ];
       fhir:Coding.display [ fhir:value "Secure Messaging" ]     ]
  ];
  fhir:HealthcareService.referralMethod [
     fhir:index 3;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.code [ fhir:value "semail" ];
       fhir:Coding.display [ fhir:value "Secure Email" ]     ]
  ];
  fhir:HealthcareService.publicKey [ fhir:value "*** Base64 public key goes here to be used for secure messaging ***"];
  fhir:HealthcareService.appointmentRequired [ fhir:value "false"^^xs:boolean];
  fhir:HealthcareService.availableTime [
     fhir:index 0;
     fhir:HealthcareService.availableTime.daysOfWeek [
       fhir:value "mon";
       fhir:index 0     ];
     fhir:HealthcareService.availableTime.daysOfWeek [
       fhir:value "tue";
       fhir:index 1     ];
     fhir:HealthcareService.availableTime.daysOfWeek [
       fhir:value "wed";
       fhir:index 2     ];
     fhir:HealthcareService.availableTime.daysOfWeek [
       fhir:value "thu";
       fhir:index 3     ];
     fhir:HealthcareService.availableTime.daysOfWeek [
       fhir:value "fri";
       fhir:index 4     ];
     fhir:HealthcareService.availableTime.availableStartTime [ fhir:value "08:30:00"^^xs:time ];
     fhir:HealthcareService.availableTime.availableEndTime [ fhir:value "05:30:00"^^xs:time ]
  ];
  fhir:HealthcareService.availableTime [
     fhir:index 1;
     fhir:HealthcareService.availableTime.daysOfWeek [
       fhir:value "sat";
       fhir:index 0     ];
     fhir:HealthcareService.availableTime.daysOfWeek [
       fhir:value "fri";
       fhir:index 1     ];
     fhir:HealthcareService.availableTime.availableStartTime [ fhir:value "09:30:00"^^xs:time ];
     fhir:HealthcareService.availableTime.availableEndTime [ fhir:value "04:30:00"^^xs:time ]
  ];
  fhir:HealthcareService.notAvailable [
     fhir:index 0;
     fhir:HealthcareService.notAvailable.description [ fhir:value "Christmas/Boxing Day" ];
     fhir:HealthcareService.notAvailable.during [
       fhir:Period.start [ fhir:value "2015-12-25"^^xs:date ];
       fhir:Period.end [ fhir:value "2015-12-26"^^xs:date ]     ]
  ];
  fhir:HealthcareService.notAvailable [
     fhir:index 1;
     fhir:HealthcareService.notAvailable.description [ fhir:value "New Years Day" ];
     fhir:HealthcareService.notAvailable.during [
       fhir:Period.start [ fhir:value "2016-01-01"^^xs:date ];
       fhir:Period.end [ fhir:value "2016-01-01"^^xs:date ]     ]
  ];
  fhir:HealthcareService.availabilityExceptions [ fhir:value "Reduced capacity is available during the Christmas period"].

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.