FHIR IG analytics| Package | fhir.mamaToto |
| Resource Type | AppointmentResponse |
| Id | AppointmentResponse-ExampleAppointmentResponse.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AppointmentResponse ExampleAppointmentResponse
Profile: AppointmentResponseProfile
identifier: http://hospital.org/appointment-responses/AR-67890
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.
{
"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."
}