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

FHIR IG analytics

Packagehl7.fhir.uv.smart-scheduling-links
Resource TypeSlot
IdSlot-ExampleSlot.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: Slot ExampleSlot

Language: en

Profile: Slot

Booking Deep Link: https://ehr.example.org/booking/slots/123

Booking Phone: +1-555-123-4567

schedule: Schedule: serviceType = General Practice

status: Free

start: 2026-03-21 10:45:00-0400

end: 2026-03-21 11:15:00-0400


Source1

{
  "resourceType": "Slot",
  "id": "ExampleSlot",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/smart-scheduling-slot"
    ]
  },
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/booking-deep-link",
      "valueUrl": "https://ehr.example.org/booking/slots/123"
    },
    {
      "url": "http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/booking-phone",
      "valueString": "+1-555-123-4567"
    }
  ],
  "schedule": {
    "reference": "Schedule/ExampleSchedule"
  },
  "status": "free",
  "start": "2026-03-21T10:45:00-04:00",
  "end": "2026-03-21T11:15:00-04:00"
}