FHIR IG analytics| Package | hl7.at.fhir.tc.wg.scheduling.r5 |
| Resource Type | Schedule |
| Id | Schedule-HL7ATSchedulingScheduleExample02.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Schedule HL7ATSchedulingScheduleExample02
Profile: HL7® AT Scheduling Schedule Profile
active: true
| Concept |
| Physiotherapy |
actor: PractitionerRole HL7ATCorePractitionerRoleExample01
planningHorizon: 2025-05-13 08:00:00+0200 --> 2025-09-23 17:00:00+0200
{
"resourceType": "Schedule",
"id": "HL7ATSchedulingScheduleExample02",
"meta": {
"profile": [
"http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/StructureDefinition/at-scheduling-schedule"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"serviceType": [
{
"concept": {
"coding": [
{
"system": "http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/ValueSet/AtSchedulingServiceType",
"code": "65",
"display": "Physiotherapy"
}
]
}
}
],
"actor": [
{
"reference": "PractitionerRole/HL7ATCorePractitionerRoleExample01",
"display": "PractitionerRole HL7ATCorePractitionerRoleExample01"
}
],
"planningHorizon": {
"start": "2025-05-13T08:00:00+02:00",
"end": "2025-09-23T17:00:00+02:00"
}
}