NAPKON Vaccination Module
1.0.0 - trial-use
NAPKON Vaccination Module - Local Development build (v1.0.0). See the Directory of published versions
Defining URL: | https://www.napkon.de/fhir/StructureDefinition/additional-vaccination-willingness |
Version: | 1.0.0 |
Name: | AdditionalVaccinationWillingness |
Title: | Additional Vaccination Willingness |
Status: | Active as of 2021-11-03 |
Definition: | Response to AdditionalVaccinationWillingnessQuestionnaire |
Publisher: | Charité - Universitätsmedizin Berlin |
Source Resource: | XML / JSON / Turtle |
The official URL for this profile is:
https://www.napkon.de/fhir/StructureDefinition/additional-vaccination-willingness
This profile is used to instantiate answers to the Additional Vaccination Willingness Questionnaire.
Parameter Case Report Form | Response Options |
---|---|
If recommended, would the patient have another COVID-19 vaccination? | Yes / No / Unknown |
Response Option | Code |
---|---|
Yes | Yes (qualifier value) |
No | No (qualifier value) |
Unknown | Unknown (qualifier value) |
This profile of a FHIR QuestionnaireResponse is derived from the QuestionnaireResponse FHIR resource.
Description of Profiles, Differentials, Snapshots and how the different presentations work.
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
QuestionnaireResponse | 0..* | QuestionnaireResponse | A structured set of questions and their answers | |
id | Σ | 0..1 | string | 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: CommonLanguages (preferred) Max Binding: AllLanguages: A human language. | |
text | 0..1 | Narrative | Text summary of the resource, for human interpretation | |
contained | 0..* | Resource | Contained, inline Resources | |
extension | 0..* | Extension | Additional content defined by implementations | |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
identifier | Σ | 0..1 | Identifier | Unique id for this set of answers |
basedOn | Σ | 0..* | Reference(CarePlan | ServiceRequest) | Request fulfilled by this QuestionnaireResponse |
partOf | Σ | 0..* | Reference(Observation | Procedure) | Part of this action |
questionnaire | Σ | 1..1 | canonical(Questionnaire) | Form being answered Required Pattern: https://www.napkon.de/fhir/additional-vaccination-willingness-questionnaire |
status | ?!Σ | 1..1 | code | in-progress | completed | amended | entered-in-error | stopped Binding: QuestionnaireResponseStatus (required): Lifecycle status of the questionnaire response. Required Pattern: completed |
subject | SΣ | 1..1 | Reference(Patient) | A reference from one resource to another |
encounter | Σ | 0..1 | Reference(Encounter) | Encounter created as part of |
authored | Σ | 0..1 | dateTime | Date the answers were gathered |
author | Σ | 0..1 | Reference(Device | Practitioner | PractitionerRole | Patient | RelatedPerson | Organization) | Person who received and recorded the answers |
source | Σ | 0..1 | Reference(Patient | Practitioner | PractitionerRole | RelatedPerson) | The person who answered the questions |
item | I | 0..* | BackboneElement | Groups and questions qrs-1: Nested item can't be beneath both item and answer |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
linkId | 1..1 | string | Pointer to specific item from Questionnaire | |
definition | 0..1 | uri | ElementDefinition - details for the item | |
text | 0..1 | string | Name for group or question text | |
answer | 0..* | BackboneElement | The response(s) to the question | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
value[x] | 0..1 | Single-valued answer to the question Binding: QuestionnaireAnswerCodes (example): Code indicating the response provided for a question. | ||
valueBoolean | boolean | |||
valueDecimal | decimal | |||
valueInteger | integer | |||
valueDate | date | |||
valueDateTime | dateTime | |||
valueTime | time | |||
valueString | string | |||
valueUri | uri | |||
valueAttachment | Attachment | |||
valueCoding | Coding | |||
valueQuantity | Quantity | |||
valueReference | Reference(Resource) | |||
item | 0..* | See item (QuestionnaireResponse) | Nested groups and questions | |
item | 0..* | See item (QuestionnaireResponse) | Nested questionnaire response items | |
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
QuestionnaireResponse | 0..* | QuestionnaireResponse | A structured set of questions and their answers | |
subject | Σ | 1..1 | Reference(Patient) | A reference from one resource to another |
Documentation for this format |
This structure is derived from QuestionnaireResponse
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
QuestionnaireResponse | 0..* | QuestionnaireResponse | A structured set of questions and their answers | |
questionnaire | 1..1 | canonical(Questionnaire) | Form being answered Required Pattern: https://www.napkon.de/fhir/additional-vaccination-willingness-questionnaire | |
status | 1..1 | code | in-progress | completed | amended | entered-in-error | stopped Required Pattern: completed | |
subject | S | 1..1 | Reference(Patient) | A reference from one resource to another |
Documentation for this format |
This structure is derived from QuestionnaireResponse
Other representations of profile: CSV, Excel, Schematron
Path | Conformance | ValueSet / Code |
QuestionnaireResponse.language | preferred | CommonLanguages Max Binding: AllLanguages |
QuestionnaireResponse.status | required | Pattern: completed |
QuestionnaireResponse.item.answer.value[x] | example | QuestionnaireAnswerCodes |
Id | Path | Details | Requirements |
qrs-1 | QuestionnaireResponse.item | Nested item can't be beneath both item and answer : (answer.exists() and item.exists()).not() |