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

FHIR IG analytics

Packagefhir.mamaToto
Resource TypeAppointmentResponse
IdAppointmentResponse-ExampleAppointmentResponse.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: AppointmentResponse ExampleAppointmentResponse

identifier: http://hospital.org/appointment-responses/AR-67890

appointment: Appointment: status = booked; serviceCategory = gp; serviceType = 52; specialty = General practice (specialty) (qualifier value); appointmentType = A follow up visit from a previous appointment; priority = 5; description = Teleconsultation; start = 2025-05-30 09:00:00+0300; end = 2025-05-30 09:30:00+0300; created = 2025-05-25 15:28:46+0300; comment = Patient to connect via video link sent to their phone.

start: 2025-03-15 10:00:00+0000

end: 2025-03-15 10:30:00+0000

participantType: Attender

actor: Practitioner/example

participantStatus: Accepted

comment: Confirmed by the attending practitioner.


Source1

{
  "resourceType": "AppointmentResponse",
  "id": "ExampleAppointmentResponse",
  "meta": {
    "profile": [
      "http://example.org/StructureDefinition/AppointmentResponseProfile"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hospital.org/appointment-responses",
      "value": "AR-67890"
    }
  ],
  "appointment": {
    "reference": "Appointment/ExampleAppointment"
  },
  "start": "2025-03-15T10:00:00Z",
  "end": "2025-03-15T10:30:00Z",
  "participantType": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
          "code": "ATND",
          "display": "Attender"
        }
      ]
    }
  ],
  "actor": {
    "reference": "Practitioner/example"
  },
  "participantStatus": "accepted",
  "comment": "Confirmed by the attending practitioner."
}