FHIR IG analytics| Package | ca.on.mha.pds |
| Resource Type | CodeSystem |
| Id | CodeSystem.ca-on-mha-AppointmentRescheduleReason.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Codes representing the reason for reschedule of the client's first scheduled appointment.
{
"resourceType": "CodeSystem",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://ontariohealth.ca/fhir/CodeSystem/original-appointment-reschedule-reason",
"version": "1.0.0",
"name": "OriginalAppointmentRescheduleReason",
"title": "Original Appointment Reschedule Reason",
"status": "active",
"date": "2022-08-22T20:17:06.3613088+00:00",
"publisher": "Ontario Health",
"description": "Codes representing the reason for reschedule of the client's first scheduled appointment.",
"compositional": false,
"content": "complete",
"count": 3,
"concept": [
{
"code": "client-rescheduled",
"display": "Client Rescheduled",
"definition": "Client Unavailable – client was offered and accepted appointment however was not able to attend."
},
{
"code": "client-did-not-show",
"display": "Client Did Not Show",
"definition": "Client Unavailable – client was offered and accepted appointment however was not able to attend."
},
{
"code": "system-delay",
"display": "System Delay",
"definition": "Client was offered and accepted appointment however system could not provide scheduled session (e.g., counsellor double booked)"
}
]
}