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

FHIR IG analytics

Packageimplementation.guide.nhdr
Resource TypeAppointment
IdAppointment-.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Appointment",
  "meta": {
    "lastUpdated": "2024-07-18T06:58:46.546+00:00"
  },
  "status": "booked",
  "start": "2024-07-20T09:00:00+08:00",
  "participant": [
    {
      "actor": {
        "reference": "Patient/example"
      },
      "required": "required",
      "status": "accepted"
    }
  ],
  "requestedPeriod": [
    {
      "start": "2024-07-20T09:00:00+08:00",
      "end": "2024-07-20T09:30:00+08:00"
    }
  ]
}