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

FHIR IG analytics

Packagehl7.at.fhir.tc.wg.scheduling.r5
Resource TypeAppointment
IdAppointment-HL7ATSchedulingAppointmentExample01.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: Appointment HL7ATSchedulingAppointmentExample01

status: Booked

ServiceTypes

-Concept
*Physiotherapy

appointmentType: A routine check-up, such as an annual physical

description: Physiotherapie - Einzelbehandlung 30 Minuten

start: 2025-06-01 09:00:00+0200

end: 2025-06-01 09:30:00+0200

minutesDuration: 30

slot: Slot: extension = ambulatory; status = free; start = 2025-09-15 08:00:00+0000; end = 2025-09-15 09:00:00+0000

created: 2025-05-10 14:23:00+0200

subject: Max Mustermann Male, DoB: 1900-01-01 ( Social Security number: 1234010100)

participant

actor: Max Mustermann

required: true

status: Accepted

participant

actor: Melanie Musterärztin

required: true

status: Accepted


Source1

{
  "resourceType": "Appointment",
  "id": "HL7ATSchedulingAppointmentExample01",
  "meta": {
    "profile": [
      "http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/StructureDefinition/at-scheduling-appointment"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "booked",
  "serviceType": [
    {
      "concept": {
        "coding": [
          {
            "system": "http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/ValueSet/AtSchedulingServiceType",
            "code": "65",
            "display": "Physiotherapy"
          }
        ]
      }
    }
  ],
  "appointmentType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0276",
        "code": "CHECKUP",
        "display": "A routine check-up, such as an annual physical"
      }
    ]
  },
  "description": "Physiotherapie - Einzelbehandlung 30 Minuten",
  "start": "2025-06-01T09:00:00+02:00",
  "end": "2025-06-01T09:30:00+02:00",
  "minutesDuration": 30,
  "slot": [
    {
      "reference": "Slot/HL7ATSchedulingSlotExample01-free"
    }
  ],
  "created": "2025-05-10T14:23:00+02:00",
  "subject": {
    "reference": "Patient/HL7ATCorePatientExample01"
  },
  "participant": [
    {
      "actor": {
        "reference": "Patient/HL7ATCorePatientExample01",
        "display": "Max Mustermann"
      },
      "required": true,
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Practitioner/HL7ATCorePractitionerExample01",
        "display": "Melanie Musterärztin"
      },
      "required": true,
      "status": "accepted"
    }
  ]
}