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

FHIR IG analytics

Packagehl7.at.fhir.tc.wg.scheduling.r5
Resource TypeSlot
IdSlot-HL7ATSchedulingSlotExample03-selectable-encounterClass.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: Slot HL7ATSchedulingSlotExample03-selectable-encounterClass

Slot Encounter Class: virtual

Slot Encounter Class: ambulatory

ServiceTypes

-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


Source1

{
  "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"
}