FHIR IG analytics| Package | hl7.at.fhir.tc.wg.scheduling.r5 |
| Resource Type | Slot |
| Id | Slot-HL7ATSchedulingSlotExample03-selectable-encounterClass.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Slot HL7ATSchedulingSlotExample03-selectable-encounterClass
Profile: HL7® AT Scheduling Slot Profile
Slot Encounter Class: virtual
Slot Encounter Class: ambulatory
| Concept |
| Physiotherapy |
schedule: Schedule: planningHorizon = 2025-05-13 08:00:00+0200 --> 2025-09-23 17:00:00+0200
status: Free
start: 2025-09-15 08:00:00+0000
end: 2025-09-15 09:00:00+0000
{
"resourceType": "Slot",
"id": "HL7ATSchedulingSlotExample03-selectable-encounterClass",
"meta": {
"profile": [
"http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/StructureDefinition/at-scheduling-slot"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/StructureDefinition/slot-encounter-class",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "VR",
"display": "virtual"
}
]
}
},
{
"url": "http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/StructureDefinition/slot-encounter-class",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB",
"display": "ambulatory"
}
]
}
}
],
"serviceType": [
{
"concept": {
"coding": [
{
"system": "http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/ValueSet/AtSchedulingServiceType",
"code": "65",
"display": "Physiotherapy"
}
]
}
}
],
"schedule": {
"reference": "Schedule/HL7ATSchedulingScheduleExample01"
},
"status": "free",
"start": "2025-09-15T08:00:00Z",
"end": "2025-09-15T09:00:00Z"
}