Notify Did Not Attend - tabular view

No Current Link To VocabularyCoded With Extensions
PRSC_RM110000UK06  
DnaList

The Notify Did Not Attend provides the eBooking Service with a list of appointments that have not been kept.

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

Indicates that the appointments are represented in a list.

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

Indicates that this is an event.

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

A unique identifier for this instance of a did not attend list. 

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"/>

[1..*] component

Refers to the appointments that have not been kept.

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

Indicates that the DNA appointment is a component.

  • Fixed value: "COMP"
[1..1] dnaAppointment (DnaAppointment)

Information about the appointments that patients did not attend.

DnaAppointment

Details about each appointment where a patient did not attend.

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

Indicates that this is a patient care provision.

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

Indicates that this is an event.

  • Fixed value: "EVN"
[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 a patient did not attend.

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:ReasonForDna} )

A code identifying the reason that the patient did not attend the appointment.

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 
  • ReasonForDna vocabulary;
  • The codeSystem attribute will contain the OID referenced in the ReasonForDna vocabulary.

Example

<!-- Code to indicate the reason the patient did not attend -->
<code code="2" codeSystem="2.16.840.1.113883.2.1.3.2.4.16.19"/