The ADW Discharge Questionnaire Response Profile is a constrained version of the QuestionnaireResponse resource and carries information about the response to ADW related questions in relation to patient's discharge from hospital.
Name | Card. | Type | Description & Constraints |
---|---|---|---|
QuestionnaireResponse | DomainResource | A structured set of questions and their answers | |
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 |
text | 0..1 | Narrative | Text summary of the resource, for human interpretation |
contained | 0..* | Resource | Contained, inline Resources |
identifier | 1..1 | Identifier | Unique id for this set of answers |
id | 0..1 | Id | xml:id (or equivalent in JSON) |
value | 1..1 | String | The value that is unique |
status | 1..1 | Code | in-progress | completed | amended Binding Lifecycle status of the questionnaire response. (http://hl7.org/fhir/DSTU2/valueset-questionnaire-answers-status.html) Binding Strength Required Fixed Value completed |
author | 1..1 | Reference (CareConnect-Practitioner-1) | Person who received and recorded the answers |
id | 0..1 | Id | xml:id (or equivalent in JSON) |
reference | 1..1 | String | Relative, internal or absolute URL reference |
display | 0..1 | String | Text alternative for the resource |
encounter | 1..1 | Reference (CareConnect-ADW-Encounter-1) | Primary encounter during which the answers were collected |
id | 0..1 | Id | xml:id (or equivalent in JSON) |
reference | 1..1 | String | Relative, internal or absolute URL reference |
display | 0..1 | String | Text alternative for the resource |
group | 1..1 | BackboneElement | Grouped questions |
id | 0..1 | Id | xml:id (or equivalent in JSON) |
question | Questions in this group Slice: Ordering: Ordered, Discriminator: text, Rules: Open at End | ||
question (Patient Consultation) | 1..1 | BackboneElement | Questions in this group |
id | 0..1 | Id | xml:id (or equivalent in JSON) |
text | 1..1 | String | Text of the question as it is shown to the user Fixed Value Has the patient been consulted regarding the proposed discharge date? |
answer | 1..1 | BackboneElement | The response(s) to the question |
id | 0..1 | Id | xml:id (or equivalent in JSON) |
valueCoding | 1..1 | Coding | Single-valued answer to the question Binding Code indicating the response provided for a question. (https://fhir.nhs.uk/ValueSet/ADW-ConsultationStatus-1) Binding Strength Required |
id | 0..1 | Id | xml:id (or equivalent in JSON) |
system | 1..1 | Uri | Identity of the terminology system Fixed Value https://fhir.nhs.uk/ADW-ConsultationStatus-1 |
version | 0..1 | String | Version of the system - if relevant |
code | 1..1 | Code | Symbol in syntax defined by the system |
display | 1..1 | String | Representation defined by the system |
userSelected | 0..1 | Boolean | If this coding was chosen directly by the user |
question (Carer Consultation) | 1..1 | BackboneElement | Questions in this group |
id | 0..1 | Id | xml:id (or equivalent in JSON) |
text | 1..1 | String | Text of the question as it is shown to the user Fixed Value Has the patient's carer (if applicable) been consulted regarding the proposed discharge date? |
answer | 1..1 | BackboneElement | The response(s) to the question |
id | 0..1 | Id | xml:id (or equivalent in JSON) |
valueCoding | 1..1 | Coding | Single-valued answer to the question Binding Code indicating the response provided for a question. (https://fhir.nhs.uk/ValueSet/ADW-CarerConsultationStatus-1) Binding Strength Required |
id | 0..1 | Id | xml:id (or equivalent in JSON) |
system | 1..1 | Uri | Identity of the terminology system Fixed Value https://fhir.nhs.uk/ADW-CarerConsultationStatus-1 |
version | 0..1 | String | Version of the system - if relevant |
code | 1..1 | Code | Symbol in syntax defined by the system |
display | 1..1 | String | Representation defined by the system |
userSelected | 0..1 | Boolean | If this coding was chosen directly by the user |
Path | Name | Binding Strength | ValueSet |
---|---|---|---|
QuestionnaireResponse.language | language | Required | http://tools.ietf.org/html/bcp47 |
QuestionnaireResponse.status | status | Required | http://hl7.org/fhir/DSTU2/valueset-questionnaire-answers-status.html |
QuestionnaireResponse.group.question.answer.valueCoding | valueCoding | Required | https://fhir.nhs.uk/ValueSet/ADW-ConsultationStatus-1 |
QuestionnaireResponse.group.question.answer.valueCoding | valueCoding | Required | https://fhir.nhs.uk/ValueSet/ADW-CarerConsultationStatus-1 |