ADW Information Standard Compliance
Section 4 of the ADW Information Standard Requirements Specification4 defines the minimum data set that must be supported to comply with the standard. Data items that are defined as ‘Optional’ or ‘Required’ in the standard must still be implemented but may be optionally provided when the data sets are used.
Additional data items may be added locally to the data sets defined in the Information Standard, subject to agreement between the relevant organisations. However the data items defined in the Information Standard must not be omitted, nor their attributes (such as whether the data item is mandatory or how it is formatted) be changed. Doing so will render the data set non-compliant with the Information Standard.
CareConnect Profiles
The ADW FHIR specification uses several generic profiles, defined as part of the CareConnect initiative. These profiles contain a number of optional data elements and associated valuesets that are not required to be implemented to comply with the ADW Information Standard.
ADW Information Standard / FHIR Element Mapping
The ADW FHIR specification includes a mapping between the ADW information standard data set and the corresponding messages. The mapping is included in the ‘Bundle’ resource definition for each message. The ADW information standard data items are listed in the ‘REQUIRED DATA FIELD’ column and the corresponding message elements are in the ‘FHIR PROFILE ELEMENT’ column. For example, this is an extract of the mapping for the Assessment Notice message:

General cardinality rules
Unless specified in this guidance document, implementers should apply the cardinality rules defined in Section 4 of the ADW Information Standard Requirements Specification.
Addresses – Cardinality Divergence
The ADW Information Standard specifies that in Patient Address, line 2 is mandatory and all other address lines are optional:

In the ADW FHIR specification, all address lines are specified as optional. Local systems should include validation to ensure that a minimum of Address Line 1 or Address Line 2 is provided. In line with standard FHIR rules, empty address lines (e.g. <line value=""/>) are not permitted.
ODS Codes – Cardinality Divergence
The ADW Information Standard specifies that the following data items are optional:
- Hospital Organisation Site Code (all Notices)
- Local Authority Organisation Code (all Notices)
In the ADW FHIR specification, the equivalent data elements are used to represent the source and destination endpoints within the MessageHeader resource and are therefore defined as mandatory.
Interpreter Required – Code Value Divergence
The ADW Information Standard specifies that the following code values must be used for the Interpreter Required Indicator (Assessment Notice):
This data item is implemented in the ADW FHIR specification using Patient.nhsCommunication.extension which supports the following Boolean code values:
Where required, implementers should adopt appropriate rules to map between the two sets of values i.e. where a message-based ADW system interacts with a non message-based system or process.
Withdrawal Type – Code Value Divergence
The ADW Information Standard specifies that the following code values must be used for Withdrawal Type (Withdrawal Notice):
- 1 (Assessment Notice)
- 2 (Discharge Notice)
- 3 (Assessment Notice and Discharge Notice)
This data item is implemented in the ADW FHIR specification using MessageHeader.event.code which supports the following code values:
- 1078011000000107 (Withdraw Assessment Notice Only under the Care Act 2014 Schedule 3)
- 975851000000104 (Withdraw Discharge Notice Only under the Care Act 2014 Schedule 3)
- 975841000000102 (Withdraw All Notices under the Care Act 2014 Schedule 3)
Where required, implementers should adopt appropriate rules to map between the two sets of values i.e. where a message-based ADW system interacts with a non message-based system or process.
Additional Data Items
The following data items are not included in the ADW Information Standard but have been added to the ADW FHIR specification to provide additional flexibility. All of the data items allow the entry of free text and are included in the Assessment Notice:
- Safeguarding Concerns (Details) – QuestionnaireResponse.group.question.answer
- Reason For Referral – ReferralRequest.reason
- Additional Details – ReferralRequest.description
DocumentReference.content.attachment.title
The ADW FHIR specification supports the ability to embed supporting documents (e.g. binary encoded PDF files) to notices using the DocumentReference FHIR resource. Within the context of ADW, the DocumentReference.content.attachment.title data item is used to carry the physical file name of the embedded document. This is a non-standard use of this data element.
Linking Associated Notices
The ADW FHIR specification supports the ability to link associated notices using the methods described below.
Linking a Set of Related ADW Notices
To link a set of related ADW Notices, ReferralRequest.identifier should be set initially for the Assessment Notice and the same value should then be carried forward into the subsequent Discharge Notice and Withdrawal Notice (if applicable). For example:
Assessment Notice:

Discharge Notice:

Linking a Notice Response to the Originating Notice
To link a Notice Response to the originating notice, MessageHeader.id in the original notice should be used to populate MessageHeader.response.identifier in the Notice Response message. For example:
Assessment Notice:

Assessment Notice Accept Response:

To minimise the risk of duplicate identifiers occurring, it is recommended that globally unique identifiers such as UUIDs are used to link associated notices.