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

FHIR IG analytics

Packagehie-fhir-ig-profile
Resource TypeAppointmentResponse
IdAppointmentResponse-HIEAppointmentResponse-example.json
FHIR VersionR4B

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

Appointment Response

Primary performer accepted the booking. Confirms a 30 minute window.

FieldValue
AppointmentHIEAppointment APT-2025-0001
ActorDr. John Clinician (HIEPractitioner/pr-001)
Statusaccepted
Start2025-11-20T09:00:00+03:00
End2025-11-20T09:30:00+03:00
Roleprimary performer
CommentConfirmed, please arrive 10 minutes early

Source1

{
  "resourceType": "AppointmentResponse",
  "id": "HIEAppointmentResponse-example",
  "meta": {
    "profile": [
      "https://nshr.dha.go.ke/fhir/StructureDefinition/appointmentresponse"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "FILL",
            "display": "Filler Identifier"
          }
        ]
      },
      "system": "http://example.org/appointment-responses",
      "value": "APR-2025-0001"
    }
  ],
  "appointment": {
    "reference": "Appointment/HIEAppointment-example",
    "display": "Booked GP consult"
  },
  "start": "2025-11-20T09:00:00+03:00",
  "end": "2025-11-20T09:30:00+03:00",
  "participantType": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/participant-type",
          "code": "PPRF",
          "display": "primary performer"
        }
      ]
    }
  ],
  "actor": {
    "reference": "HIEPractitioner/pr-001",
    "display": "Dr. John Clinician"
  },
  "participantStatus": "accepted",
  "comment": "Confirmed, please arrive 10 minutes early"
}