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

FHIR IG analytics

Packageca.on.mha.pds
Resource TypeCodeSystem
IdCodeSystem.ca-on-mha-AppointmentRescheduleReason.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

Appointment Reschedule Reason

http://ontariohealth.ca/fhir/CodeSystem/original-appointment-reschedule-reason

Codes representing the reason for reschedule of the client's first scheduled appointment.


Source1

{
  "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)"
    }
  ]
}