FHIR IG analytics| Package | hl7.fhir.uv.smart-scheduling-links |
| Resource Type | Slot |
| Id | Slot-ExampleSlot.json |
| FHIR Version | R4 |
No resources found
No resources found
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
{
"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"
}