FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.smart-scheduling-links
Resource TypeHealthcareService
IdHealthcareService-ExampleHealhCareService.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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.


Source1

{
  "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."
}