Request Appointment Cancellation - tabular view

No Current Link To VocabularyCoded With ExtensionsCoded No Extensions
PRSC_RM070000UK05  
RequestAppointmentCancellation

The Request Appointment Cancellation represents a  request from the eBooking Service to the Fulfiller to cancel the identified appointment.

Used by:
[1..1] classCode (CS {CNE:PCPR} ){ Fixed="PCPR " }

Indicates that this is a patient care provision.

  • Fixed value: "PCPR"
[1..1] moodCode (CS {CNE:RQO} ){ Fixed="RQO " }

Indicates that this is a request.

  • Fixed value: "RQO"
[1..1] id (II)

This identifier is unique within the eBooking Service. It identifies the Unique Booking Reference Number(UBRN) allocated to the appointment that is the subject of the cancellation request.

The Identifier External datatype flavour is used to carry this information as follows:

  • The root attribute shall contain an OID with the value 2.16.840.1.113883.2.1.3.2.4.1
  • The extension attribute shall contain the UBRN

 Example

<id root="2.16.840.1.113883.2.1.3.2.4.1" extension="1000000001"/>

[1..1] reasonCode (CV {CNE:ReasonForApptCancel} )

A code identifying the reason why the eBooking Service has requested the appointment cancellation.

The Coded with Code System datatype flavour is used to carry this information as follows:

  • The code attribute will contain value from the list of codes in the ReasonForApptCanel vocabulary;
  • The codeSystem attribute will contain the OID referenced in the ReasonForApptCanel vocabulary.

Example

<!-- To indicate "Clinic cancelled" -->
<code code="01" codeSystem="2.16.840.1.113883.2.1.3.2.4.16.18"/>

[0..1] component

Details the correspondence suppression flag which is a component of the Request Appointment Cancellation

[1..1] typeCode (CS {CNE:COMP} ){ Fixed="COMP " }

Indicates that this is a component.

  • Fixed value: "COMP"
[1..1] correspondenceSuppression (CorrespondenceSuppression)

Details of the correspondence suppression flag.

[0..1] pertinentInformation

Details of the appointment slot which is pertinent information to the request for cancellation.

[1..1] typeCode (CS {CNE:PERT} ){ Fixed="PERT " }

Indicates pertinent information.

  • Fixed value: "PERT"
[1..1] pertinentAppointmentSlot (AppointmentSlot)

Information about the appointment slot.

CorrespondenceSuppression

An indicator to whether correspondence must be suppressed

Used by: RequestAppointmentCancellation
[1..1] classCode (CS {CNE:OBS} ){ Fixed="OBS " }

A code to indicate this is a observation

  • Fixed value: "OBS"
[1..1] moodCode (CS {CNE:EVN} ){ Fixed="EVN " }

A code to indicate this is an event

  • Fixed value: "EVN"
[1..1] code (CV {CNE:CorrespondenceSuppression} )

A code to indicate whether to suppress correspondence.

The Coded with Code System datatype flavour is used to carry this information as follows:

  • The code attribute will contain value "1" (suppress correspondence) from the list of codes in the  CorrespondenceSuppression vocabulary;
  • The codeSystem attribute will contain the OID referenced in the CorrespondenceSuppression vocabulary.

Example

<!-- To indicate "Suppress correspondence" -->
<code code="1"
codeSystem="2.16.840.1.113883.2.1.3.2.4.17.90"/> 

AppointmentSlot

Details about an appointment slot.

Used by: RequestAppointmentCancellation
[1..1] classCode (CS {CNE:SPLY} ){ Fixed="SPLY " }

 Indicates that an appointment is being supplied.

  • Fixed value: "SPLY"
[1..1] moodCode (CS {CNE:SLOT} ){ Fixed="SLOT " }

Indicates that the appointment slot is represented by a period of time.

  • Fixed value: "SLOT"
[1..1] id (II)

This identifies the Unique Slot Reference Number (USRN) allocated to the appointment slot that is being confirmed.

The Identifier Global datatype flavour is used to carry this information as follows:

  • A UUID is held in the root attribute

 Example

<id root="BBBBE23A-A9D1-A411-F824-9F7A00A33757"/>