The ADW-Message-Bundle-1 bundle is used in ADW as a container to collect the ADW profiles listed below:-
The following example has been saved as a .txt file only to allow correct viewing within a web browser; an xml copy is available in the examples folder within this specification.
Example of the Assessment Notice Bundle for viewing in a web browser ADW-Message-Assessment-Notice-Bundle-1-Example-2.txt
This xml example includes an example attached supporting document structured in an example FHIR Composition resource.
REQUIRED DATA FIELD | FHIR PROFILE ELEMENT |
---|---|
Assessment Notice | |
Assessment Notice Issued Date | MessageHeader.timestamp (ADW Message Sent Time) |
Patient Identifiers | |
Patient NHS Number | Patient.nhsNumber |
NHS Number Status Indicator | Patient.identifier.nhsNumberVerificationStatus |
Hospital Patient Identifier | Patient.localIdentifier |
Patient Name | |
Family Name | Patient.name.family |
First Given Name | Patient.name.given |
Patient Birth Date | |
Patient Birth Date | Patient.birthDate |
Patient Stated Gender | |
Patient Stated Gender | Patient.gender |
Patient Address | |
Address Line 1 | Patient.address.line |
Address Line 2 | Patient.address.line |
Address Line 3 | Patient.address.line |
Address Line 4 | Patient.address.city |
Address Line 5 | Patient.address.district |
Postcode | Patient.address.postalCode |
Patient Contact Details | |
Patient Email Address | Patient.telecom.value |
Patient Telephone Number | Patient.telecom.value |
Patient Language Details | |
Patient Language | Patient.nhsCommunication.extension (language) |
Patient Preferred Language | Patient.nhsCommunication.extension (preferred) |
Interpreter Required Indicator | Patient.nhsCommunication.extension (interpreterRequired) |
Hospital | |
Organisation Site Code | Organization.identifier (Organisation Site Code) |
Hospital Name | Organization.name |
Ward Name | Location.name |
Referral Details | |
Reason for Referral | ReferralRequest.reason |
Supporting Information | ReferralRequest.description |
Admission Date | |
Admission Date | Encounter.period.start |
Reason for Admission | |
Reason for Admission | Condition.code.text |
Admission Type | |
Admission Type | Encounter.priority.coding.display |
Proposed Discharge Date | |
Proposed Discharge Date | Encounter.period.end |
Lead Clinician Name | |
Family Name | Practitioner.name.family |
First Given Name | Practitioner.name.given |
Hospital Liaison Name | |
Family Name | Practitioner.name.family |
First Given Name | Practitioner.name.given |
Hospital Liaison Contact Details | |
Hospital Liaison Email Address | Practitioner.telecom.value |
Hospital Liaison Telephone Number | Practitioner.telecom.value |
Carer Name | |
Family Name | Patient.contact.name.family |
First Given Name | Patient.contact.name.given |
Carer Contact Details | |
Carer Email Address | Patient.contact.telecom.value |
Carer Telephone Number | Patient.contact.telecom.value |
Assessment Notice Consultation Status | |
Assessment Notice Patient Consultation Indicator | QuestionnaireResponse.group.Patient Consultation |
Assessment Notice Carer Consultation Indicator | QuestionnaireResponse.group.Carer Consultation |
Assessment Notice Consent Status | |
Assessment Notice Patient Consent Indicator | QuestionnaireResponse.group.Patient Consent |
Assessment Notice Third Party Consent Source | QuestionnaireResponse.group.Third Party Consent Source |
NHS CHC Assessment | |
NHS CHC Assessment Considered Indicator | QuestionnaireResponse.group.NHS CHC Assessment Considered Indicator |
CHC Assessment Considered Result | QuestionnaireResponse.group.NHS CHC Considered Result |
Safeguarding Indicator | |
Safeguarding Indicator | QuestionnaireResponse.group.Safeguarding Concerns |
Safeguarding Indicator Details | QuestionnaireResponse.group.Safeguarding Concerns Details |
Local Authority | |
Organisation ODS Code | Organization.identifier (ODS Organisation Code) |
Local Authority Name | Organization.name |
Social Services Team | Organization.name |
The FHIR profiles in the message are referenced in the XML instance instead of being contained.
This means only one instance is required for each instance of the profile.
The diagram shows the referencing for a typical Assessment Notice message. It is intended for illustrative purposes only. The diagram can be viewed here:
Profile Referencing Diagram for an Assessment Notice
Further Information
For more information about message profiles visit the Profiling FHIR and for resource Metadata visit Base Resource Definitions.
The various downloads (including Schema files) and reference implementations are available on the FHIR website.
Name | Card. | Type | Description & Constraints |
---|---|---|---|
Bundle | Resource | Contains a collection of ADW message resources | |
id | 0..1 | Id | Logical id of this artifact |
meta | 0..1 | Meta | Metadata about the resource |
implicitRules | 0..1 | Uri | A set of rules under which this content was created |
language | 0..1 | Code | Language of the resource content Binding A human language. (http://tools.ietf.org/html/bcp47) Binding Strength Required |
type | 1..1 | Code | Bundle identified by bundle type 'message'. Binding Bundle identified by bundle type 'message'. (http://hl7.org/fhir/DSTU2/valueset-bundle-type.html) Binding Strength Required Fixed Value message |
entry | 1..* | BackboneElement | Entry in the bundle - will have a resource, or information |
id | 0..1 | Id | xml:id (or equivalent in JSON) |
fullUrl | 0..1 | Uri | Absolute URL for resource (server address, or UUID/OID) |
resource | 1..1 | Resource | A resource in the bundle |
id | 0..1 | Id | Logical id of this artifact |
meta | 0..1 | Meta | Metadata about the resource |
implicitRules | 0..1 | Uri | A set of rules under which this content was created |
language | 0..1 | Code | Language of the resource content Binding A human language. (http://tools.ietf.org/html/bcp47) Binding Strength Required |
Path | Name | Binding Strength | ValueSet |
---|---|---|---|
Bundle.language | language | Required | http://tools.ietf.org/html/bcp47 |
Bundle.type | type | Required | http://hl7.org/fhir/DSTU2/valueset-bundle-type.html |
Bundle.entry.search.mode | mode | Required | http://hl7.org/fhir/DSTU2/valueset-search-entry-mode.html |
Bundle.entry.request.method | method | Required | http://hl7.org/fhir/DSTU2/valueset-http-verb.html |
Bundle.signature.type | type | Preferred | http://hl7.org/fhir/DSTU2/valueset-signature-type.html |
Bundle.signature.contentType | contentType | Required | http://www.rfc-editor.org/bcp/bcp13.txt |