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

FHIR IG analytics

Packagehl7.at.fhir.tc.wg.scheduling.r5
Resource TypeSchedule
IdSchedule-HL7ATSchedulingScheduleExample03.json
FHIR VersionR5

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: Schedule HL7ATSchedulingScheduleExample03

active: true

ServiceTypes

-Concept
*Physiotherapy

actor: Example of healthcareservice

planningHorizon: 2025-05-13 08:00:00+0200 --> 2025-09-23 17:00:00+0200


Source1

{
  "resourceType": "Schedule",
  "id": "HL7ATSchedulingScheduleExample03",
  "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": "HealthcareService/HL7ATSchedulingHealthcareServiceExample01",
      "display": "Example of healthcareservice"
    }
  ],
  "planningHorizon": {
    "start": "2025-05-13T08:00:00+02:00",
    "end": "2025-09-23T17:00:00+02:00"
  }
}