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

FHIR IG analytics

Packagech.fhir.ig.ch-epreg
Resource TypeAppointment
IdAppointment-UC3-Appointment20250310.json
FHIR VersionR4

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 UC3-Appointment20250310

Language: de-CH

status: Booked

start: 2025-03-10 14:30:00+0100

end: 2025-03-10 15:00:00+0100

participant

actor: Sophie Doppelherz Female, DoB: 1992-07-22 ( Medical record number)

required: Required

status: Accepted

participant

actor: PractitionerRole Arzt/Ärztin

required: Required

status: Accepted


Source1

{
  "resourceType": "Appointment",
  "id": "UC3-Appointment20250310",
  "language": "de-CH",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "booked",
  "start": "2025-03-10T14:30:00+01:00",
  "end": "2025-03-10T15:00:00+01:00",
  "participant": [
    {
      "actor": {
        "reference": "Patient/UC3-SophieDoppelherz"
      },
      "required": "required",
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "PractitionerRole/UC3-ClaudiaFruehblickAtFrauenzimmer"
      },
      "required": "required",
      "status": "accepted"
    }
  ]
}