FHIR IG analytics| Package | hl7.fhir.uv.smart-scheduling-links |
| Resource Type | HealthcareService |
| Id | HealthcareService-ExampleHealhCareService.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: HealthcareService ExampleHealhCareService
Language: en
Profile: Healthcare Service
active: true
providedBy: ACME Health System
category: General Practice
type: Primary Care Visit
specialty: General practice
location: OpenClinTech Primary Clinic
name: Primary Care Appointments - Online Booking
comment: Book your primary care appointment online. Appointments available with next available provider. For urgent needs, please call our office or visit urgent care.
telecom: ph: (555) 123-4567(Work), appointments@acmehealth.org, https://appointments.acmehealth.org
serviceProvisionCode: Fees apply
appointmentRequired: true
availableTime
daysOfWeek: Monday, Tuesday, Wednesday, Thursday, Friday
availableStartTime: 08:00:00
availableEndTime: 17:00:00
availabilityExceptions: Closed on major holidays. Online booking available 24/7 for future appointments.
{
"resourceType": "HealthcareService",
"id": "ExampleHealhCareService",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/smart-scheduling-healthcare-service"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"providedBy": {
"reference": "Organization/c3453010-d1ae-4180-937e-86cc11292693",
"display": "ACME Health System"
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/service-category",
"code": "17",
"display": "General Practice"
}
]
}
],
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "308335008",
"display": "Patient encounter procedure"
}
],
"text": "Primary Care Visit"
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394814009",
"display": "General practice"
}
]
}
],
"location": [
{
"reference": "Location/44981b4a-8eae-48f7-bb7f-bf008bbe05af",
"display": "OpenClinTech Primary Clinic"
}
],
"name": "Primary Care Appointments - Online Booking",
"comment": "Book your primary care appointment online. Appointments available with next available provider. For urgent needs, please call our office or visit urgent care.",
"telecom": [
{
"system": "phone",
"value": "(555) 123-4567",
"use": "work"
},
{
"system": "email",
"value": "appointments@acmehealth.org",
"use": "work"
},
{
"system": "url",
"value": "https://appointments.acmehealth.org",
"use": "work"
}
],
"serviceProvisionCode": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/service-provision-conditions",
"code": "cost",
"display": "Fees apply"
}
]
}
],
"appointmentRequired": true,
"availableTime": [
{
"daysOfWeek": [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"availableStartTime": "08:00:00",
"availableEndTime": "17:00:00"
}
],
"availabilityExceptions": "Closed on major holidays. Online booking available 24/7 for future appointments."
}