This page is part of the FHIR Specification (v1.0.2: DSTU 2). 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 R2
Example of healthcareservice
{
"resourceType": "HealthcareService",
"id": "example",
"text": {
"status": "generated",
"div": "<div>\n\t\t\t25 Dec 2013 9:15am - 9:30am: <b>Busy</b> Physiotherapy\n\t\t</div>"
},
"contained": [
{
"resourceType": "Location",
"id": "DenBurg",
"description": "Greater Denburg area",
"mode": "instance",
"physicalType": {
"coding": [
{
"code": "area",
"display": "Area"
}
]
}
}
],
"serviceType": [
{
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394913002",
"display": "Psychotherapy"
}
]
}
},
{
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394587001",
"display": "Psychiatry"
}
]
},
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "47505003",
"display": "Posttraumatic stress disorder"
}
]
}
]
}
],
"location": {
"reference": "Location/1"
},
"serviceName": "Consulting psychologists and/or psychology services",
"comment": "Providing Specialist psychology services to the greater Den Burg area, many years of experience dealing with PTSD issues",
"extraDetails": "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.",
"telecom": [
{
"system": "phone",
"value": "(555) silent",
"use": "work"
},
{
"system": "email",
"value": "directaddress@example.com",
"use": "work"
}
],
"coverageArea": [
{
"reference": "#DenBurg",
"display": "Greater Denburg area"
}
],
"eligibility": {
"coding": [
{
"display": "DVA Required"
}
]
},
"eligibilityNote": "Evidence of application for DVA status may be sufficient for commencing assessment",
"programName": [
"PTSD outreach"
],
"characteristic": [
{
"coding": [
{
"display": "Wheelchair access"
}
]
}
],
"referralMethod": [
{
"coding": [
{
"code": "phone",
"display": "Phone"
}
]
},
{
"coding": [
{
"code": "fax",
"display": "Fax"
}
]
},
{
"coding": [
{
"code": "elec",
"display": "Secure Messaging"
}
]
},
{
"coding": [
{
"code": "semail",
"display": "Secure Email"
}
]
}
],
"publicKey": "*** Base64 public key goes here to be used for secure messaging ***",
"appointmentRequired": false,
"availableTime": [
{
"daysOfWeek": [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"availableStartTime": "08:30:00",
"availableEndTime": "05:30:00"
},
{
"daysOfWeek": [
"sat",
"fri"
],
"availableStartTime": "09:30:00",
"availableEndTime": "04:30:00"
}
],
"notAvailable": [
{
"description": "Christmas/Boxing Day",
"during": {
"start": "2015-12-25",
"end": "2015-12-26"
}
},
{
"description": "New Years Day",
"during": {
"start": "2016-01-01",
"end": "2016-01-01"
}
}
],
"availabilityExceptions": "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.