FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/CodeSystem-eRS-AppointmentBookingCancellationReasonType-1

PackageNHSDigital.FHIR.STU3
Resource TypeCodeSystem
IdCodeSystem-eRS-AppointmentBookingCancellationReasonType-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=NHSDigital.FHIR.STU3@1.0.0&canonical=https://fhir.nhs.uk/STU3/CodeSystem/eRS-AppointmentBookingCancellationReasonType-1
URLhttps://fhir.nhs.uk/STU3/CodeSystem/eRS-AppointmentBookingCancellationReasonType-1
Version1.0.0
Statusactive
Date2022-03-18
NameeRS Appointment Booking Cancellation Reason Type
Authorityhl7
DescriptionA CodeSystem to identify the Appointment Booking Cancellation Reason.
CopyrightCopyright © 2022 NHS Digital
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "url": "https://fhir.nhs.uk/STU3/CodeSystem/eRS-AppointmentBookingCancellationReasonType-1",
  "version": "1.0.0",
  "name": "eRS Appointment Booking Cancellation Reason Type",
  "status": "active",
  "date": "2022-03-18",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A CodeSystem to identify the Appointment Booking Cancellation Reason.",
  "copyright": "Copyright © 2022 NHS Digital",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "PROVIDER_REJECT",
      "display": "A cancellation reason indicating rejection by a service provider."
    },
    {
      "code": "UNKNOWN",
      "display": "A read-only cancellation reason."
    },
    {
      "code": "PROVIDER",
      "display": "A cancellation reason classified as initiated by a service provider. This may not indicative of who performed the cancellation."
    },
    {
      "code": "PATIENT",
      "display": "A cancellation reason classified as initiated by a patient. This may not indicative of who performed the cancellation."
    },
    {
      "code": "REFERRER",
      "display": "A cancellation reason classified as initiated by a referrer. This may not indicative of who performed the cancellation."
    }
  ]
}