New Zealand ICP Implementation Guide
1.0.0 - draft
New Zealand ICP Implementation Guide, published by Accident Compensation Corporation. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/acc-fhir-publisher/icp/ and changes regularly. See the Directory of published versions
Official URL: http://hl7.org.nz/fhir/StructureDefinition/acc-icp-tbi-start-c | Version: 1.0.0 | |||
Active as of 2022-11-20 | Computable Name: IcpTBIStartC | |||
Copyright/Legal: ACC New Zealand© 2023+; Licensed Under Creative Commons No Rights Reserved. |
ACC Integrated Care Pathway TBI Start C
An ICP TBI Start C measurement resource is used within an Icp TBI Case, as a data point to verify weither an Icp case has a valid claim for concussion
Usage:
Description of Profiles, Differentials, Snapshots and how the different presentations work.
This structure is derived from QuestionnaireResponse
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
QuestionnaireResponse | QuestionnaireResponse | |||
basedOn | 0..0 | |||
partOf | 0..0 | |||
questionnaire | 1..1 | canonical(Questionnaire) | Form being answered Required Pattern: http://hl7.org.nz/fhir/Questionnaire/acc-tbi-start-c | |
status | 1..1 | code | in-progress | completed | amended | entered-in-error | stopped Required Pattern: completed | |
subject | 0..1 | Reference(ACC ICP Patient) | The subject of the questions | |
encounter | 0..0 | |||
author | 0..1 | Reference(Practitioner) | Person who received and recorded the answers | |
source | 0..0 | |||
item | 9..9 | BackboneElement | Groups and questions | |
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
QuestionnaireResponse | 0..* | QuestionnaireResponse | A structured set of questions and their answers | |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
questionnaire | Σ | 1..1 | canonical(Questionnaire) | Form being answered Required Pattern: http://hl7.org.nz/fhir/Questionnaire/acc-tbi-start-c |
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 | Σ | 0..1 | Reference(ACC ICP Patient) | The subject of the questions |
author | Σ | 0..1 | Reference(Practitioner) | Person who received and recorded the answers |
item | C | 9..9 | BackboneElement | Groups and questions qrs-1: Nested item can't be beneath both item and answer |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
linkId | 1..1 | string | Pointer to specific item from Questionnaire | |
Documentation for this format |
Path | Conformance | ValueSet / Code | URI |
QuestionnaireResponse.status | required | Pattern: completedhttp://hl7.org/fhir/ValueSet/questionnaire-answers-status|4.0.1 from the FHIR Standard |
Name | Flags | Card. | Type | Description & Constraints | ||||
---|---|---|---|---|---|---|---|---|
QuestionnaireResponse | 0..* | QuestionnaireResponse | 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: CommonLanguages (preferred): 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 | ||||
questionnaire | Σ | 1..1 | canonical(Questionnaire) | Form being answered Required Pattern: http://hl7.org.nz/fhir/Questionnaire/acc-tbi-start-c | ||||
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 | Σ | 0..1 | Reference(ACC ICP Patient) | The subject of the questions | ||||
authored | Σ | 0..1 | dateTime | Date the answers were gathered | ||||
author | Σ | 0..1 | Reference(Practitioner) | Person who received and recorded the answers | ||||
item | C | 9..9 | 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 |
Path | Conformance | ValueSet / Code | URI | |||
QuestionnaireResponse.language | preferred | CommonLanguages
http://hl7.org/fhir/ValueSet/languages from the FHIR Standard | ||||
QuestionnaireResponse.status | required | Pattern: completedhttp://hl7.org/fhir/ValueSet/questionnaire-answers-status|4.0.1 from the FHIR Standard | ||||
QuestionnaireResponse.item.answer.value[x] | example | QuestionnaireAnswerCodes (a valid code from SNOMED CT)http://hl7.org/fhir/ValueSet/questionnaire-answers from the FHIR Standard |
This structure is derived from QuestionnaireResponse
Differential View
This structure is derived from QuestionnaireResponse
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
QuestionnaireResponse | QuestionnaireResponse | |||
basedOn | 0..0 | |||
partOf | 0..0 | |||
questionnaire | 1..1 | canonical(Questionnaire) | Form being answered Required Pattern: http://hl7.org.nz/fhir/Questionnaire/acc-tbi-start-c | |
status | 1..1 | code | in-progress | completed | amended | entered-in-error | stopped Required Pattern: completed | |
subject | 0..1 | Reference(ACC ICP Patient) | The subject of the questions | |
encounter | 0..0 | |||
author | 0..1 | Reference(Practitioner) | Person who received and recorded the answers | |
source | 0..0 | |||
item | 9..9 | BackboneElement | Groups and questions | |
Documentation for this format |
Key Elements View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
QuestionnaireResponse | 0..* | QuestionnaireResponse | A structured set of questions and their answers | |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
questionnaire | Σ | 1..1 | canonical(Questionnaire) | Form being answered Required Pattern: http://hl7.org.nz/fhir/Questionnaire/acc-tbi-start-c |
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 | Σ | 0..1 | Reference(ACC ICP Patient) | The subject of the questions |
author | Σ | 0..1 | Reference(Practitioner) | Person who received and recorded the answers |
item | C | 9..9 | BackboneElement | Groups and questions qrs-1: Nested item can't be beneath both item and answer |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
linkId | 1..1 | string | Pointer to specific item from Questionnaire | |
Documentation for this format |
Path | Conformance | ValueSet / Code | URI |
QuestionnaireResponse.status | required | Pattern: completedhttp://hl7.org/fhir/ValueSet/questionnaire-answers-status|4.0.1 from the FHIR Standard |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints | ||||
---|---|---|---|---|---|---|---|---|
QuestionnaireResponse | 0..* | QuestionnaireResponse | 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: CommonLanguages (preferred): 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 | ||||
questionnaire | Σ | 1..1 | canonical(Questionnaire) | Form being answered Required Pattern: http://hl7.org.nz/fhir/Questionnaire/acc-tbi-start-c | ||||
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 | Σ | 0..1 | Reference(ACC ICP Patient) | The subject of the questions | ||||
authored | Σ | 0..1 | dateTime | Date the answers were gathered | ||||
author | Σ | 0..1 | Reference(Practitioner) | Person who received and recorded the answers | ||||
item | C | 9..9 | 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 |
Path | Conformance | ValueSet / Code | URI | |||
QuestionnaireResponse.language | preferred | CommonLanguages
http://hl7.org/fhir/ValueSet/languages from the FHIR Standard | ||||
QuestionnaireResponse.status | required | Pattern: completedhttp://hl7.org/fhir/ValueSet/questionnaire-answers-status|4.0.1 from the FHIR Standard | ||||
QuestionnaireResponse.item.answer.value[x] | example | QuestionnaireAnswerCodes (a valid code from SNOMED CT)http://hl7.org/fhir/ValueSet/questionnaire-answers from the FHIR Standard |
This structure is derived from QuestionnaireResponse
Other representations of profile: CSV, Excel, Schematron