NOTE that this implementation guide is under construction.

SHCQuestionnaireResponse

Introduction

This page describes the FHIR profile SHCQuestionnaireResponse which is used to structure the content of health certificates. The page includes profile overview and examples.

Overview

idΣ0..1id
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
textC0..1Narrative
containedC0..*Resource
extensionC0..*Extension
modifierExtensionΣ ?! C0..*Extension
identifierS Σ C1..1Identifier
basedOnΣ C0..*Reference(CarePlan | ServiceRequest)
partOfΣ C0..*Reference(Observation | Procedure)
questionnaireS Σ1..1canonical(Questionnaire)
statusS Σ ?!1..1codeBinding
subjectS Σ C1..1Reference(SHCHealthCertificateSubject)
encounterΣ C0..1Reference(Encounter)
authoredS Σ1..1dateTime
authorS Σ C1..1Reference(SHCPractitioner | SHCPractitionerRole)
sourceΣ C0..1Reference(Device | Organization | Patient | Practitioner | PractitionerRole | RelatedPerson)
id0..1string
extensionC0..*Extension
modifierExtensionΣ ?! C0..*Extension
linkIdS C1..1string
definition0..1uri
textS1..1string
id0..1string
extensionC0..*Extension
modifierExtensionΣ ?! C0..*Extension
valueAttachmentAttachment
valueReferenceReference(Resource)
valueBooleanS C0..1boolean
valueDecimalS C0..1decimal
valueIntegerS C0..1integer
valueQuantityS C0..1SimpleQuantity
valueDateS C0..1date
valueDateTimeS C0..1dateTime
valueTimeS C0..1time
valueStringS C0..1string
valueUriS C0..1uri
valueCodingS C0..1Coding
itemS0..*see (item)
item0..*see (item)
QuestionnaireResponse
ShortA structured set of questions and their answers
Definition

A structured set of questions and their answers. The questions are ordered and grouped into coherent subsets, corresponding to the structure of the grouping of the questionnaire being responded to.

Cardinality0..*
AliasForm, QuestionnaireAnswers
Comments

The QuestionnaireResponse contains enough information about the questions asked and their organization that it can be interpreted somewhat independently from the Questionnaire it is based on. I.e. You don't need access to the Questionnaire in order to extract basic information from a QuestionnaireResponse.

Constraints
  • dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
    contained.contained.empty()
  • dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
    contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
  • dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
    contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
  • dom-6: A resource should have narrative for robust management
    text.`div`.exists()
  • dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
    contained.meta.security.empty()
Mappings
  • rim: n/a
  • rim: Entity. Role, or Act
  • rim: Entity, Role, or Act
  • workflow: Event
  • w5: infrastructure.information
  • rim: Observation[moodCode=EVN]
QuestionnaireResponse.id
ShortLogical id of this artifact
Definition

The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.

Cardinality0..1
Typeid
SummaryTrue
Comments

Within the context of the FHIR RESTful interactions, the resource has an id except for cases like the create and conditional update. Otherwise, the use of the resouce id depends on the given use case.

QuestionnaireResponse.meta
ShortMetadata about the resource
Definition

The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.

Cardinality0..1
TypeMeta
SummaryTrue
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
  • rim: N/A
QuestionnaireResponse.implicitRules
ShortA set of rules under which this content was created
Definition

A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

Cardinality0..1
Typeuri
ModifierTrue
SummaryTrue
Comments

Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of its narrative along with other profiles, value sets, etc.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
QuestionnaireResponse.language
ShortLanguage of the resource content
Definition

The base language in which the resource is written.

Cardinality0..1
Typecode
Binding

IETF language tag for a human language

AllLanguages (required)

Additional bindings
Comments

Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
QuestionnaireResponse.text
ShortText summary of the resource, for human interpretation
Definition

A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.

Cardinality0..1
TypeNarrative
Aliasnarrative, html, xhtml, display
Comments

Contained resources do not have a narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later.

ConditionsThe cardinality or value of this element may be affected by these constraints: dom-6
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
  • rim: N/A
  • rim: Act.text?
QuestionnaireResponse.contained
ShortContained, inline Resources
Definition

These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope. This is allowed to be a Parameters resource if and only if it is referenced by a resource that provides context/meaning.

Cardinality0..*
TypeResource
Aliasinline resources, anonymous resources, contained resources
Comments

This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags in their meta elements, but SHALL NOT have security labels.

ConditionsThe cardinality or value of this element may be affected by these constraints: dom-2, dom-4, dom-3, dom-5
Mappings
  • rim: n/a
  • rim: Entity. Role, or Act
  • rim: N/A
QuestionnaireResponse.extension
ShortAdditional content defined by implementations
Definition

May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Cardinality0..*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Slicing

Unordered, Open, by url(Value)

Extensions are always sliced by (at least) url

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
QuestionnaireResponse.modifierExtension
ShortExtensions that cannot be ignored
Definition

May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

Cardinality0..*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Slicing

Unordered, Open, by url(Value)

Extensions are always sliced by (at least) url

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
QuestionnaireResponse.identifier
ShortAn identifier assigned to the certificate by the issuer or other systems. Remains constant when the resource is updated and distributed.
Definition

Business identifiers assigned to this questionnaire response by the performer and/or other systems. These identifiers remain constant as the resource is updated and propagates from server to server.

Cardinality1..1
TypeIdentifier
Must SupportTrue
SummaryTrue
Requirements

Allows identification of the questionnaire response as it is known by various participating systems and in a way that remains consistent across servers.

Comments

Note: This is a business identifier, not a resource identifier (see discussion).

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ident-1: Identifier with no value has limited utility. If communicating that an identifier value has been suppressed or missing, the value element SHOULD be present with an extension indicating the missing semantic - e.g. data-absent-reason
    value.exists()
Mappings
  • rim: n/a
  • v2: CX / EI (occasionally, more often EI maps to a resource id or a URL)
  • rim: II - The Identifier class is a little looser than the v3 type II because it allows URIs as well as registered OIDs or GUIDs. Also maps to Role[classCode=IDENT]
  • servd: Identifier
  • workflow: Event.identifier
  • w5: FiveWs.identifier
  • rim: .id
  • SHCQuestionnaireResponseToSHCIntygLogical: id
QuestionnaireResponse.basedOn
ShortRequest fulfilled by this QuestionnaireResponse
Definition

A plan, proposal or order that is fulfilled in whole or in part by this questionnaire response. For example, a ServiceRequest seeking an intake assessment or a decision support recommendation to assess for post-partum depression.

Cardinality0..*
TypeReference(CarePlan | ServiceRequest)
SummaryTrue
Aliasorder
Requirements

Supports traceability of responsibility for the questionnaire response and allows linkage of the response to the proposals/recommendations acted upon.

Comments

References SHALL be a reference to an actual FHIR resource, and SHALL be resolvable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ref-1: SHALL have a contained resource if a local reference is provided
    reference.exists() implies (reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) or (reference='#' and %rootResource!=%resource))
  • ref-2: At least one of reference, identifier and display SHALL be present (unless an extension is provided).
    reference.exists() or identifier.exists() or display.exists() or extension.exists()
Mappings
  • rim: n/a
  • rim: The target of a resource reference is a RIM entry point (Act, Role, or Entity)
  • workflow: Event.basedOn
  • rim: .outboundRelationship[typeCode=FLFS].target
QuestionnaireResponse.partOf
ShortPart of referenced event
Definition

A procedure or observation that this questionnaire was performed as part of the execution of. For example, the surgery a checklist was executed as part of.

Cardinality0..*
TypeReference(Observation | Procedure)
SummaryTrue
Comments

Not to be used to link an questionnaire response to an Encounter - use 'context' for that.

Composition of questionnaire responses will be handled using the Assemble operation defined in the SDC IG. For relationships to referrals, and other types of requests, use basedOn.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ref-1: SHALL have a contained resource if a local reference is provided
    reference.exists() implies (reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) or (reference='#' and %rootResource!=%resource))
  • ref-2: At least one of reference, identifier and display SHALL be present (unless an extension is provided).
    reference.exists() or identifier.exists() or display.exists() or extension.exists()
Mappings
  • rim: n/a
  • rim: The target of a resource reference is a RIM entry point (Act, Role, or Entity)
  • workflow: Event.partOf
  • rim: .inboundRelationship[typeCode=COMP].source[moodCode=EVN]
QuestionnaireResponse.questionnaire
ShortCanonical URL of Questionnaire being answered
Definition

The Questionnaire that defines and organizes the questions for which answers are being provided.

Cardinality1..1
Typecanonical(Questionnaire)
Must SupportTrue
SummaryTrue
AliasForm
Requirements

Needed to allow editing of the questionnaire response in a manner that enforces the constraints of the original form.

Comments

If a QuestionnaireResponse references a Questionnaire that can be resolved, then the QuestionnaireResponse structure must be consistent with the Questionnaire (i.e. questions must be organized into the same groups, nested questions must still be nested, etc.). It is possible to have a QuestionnaireResponse whose 'questionnaire' element does not resolve. It is also possible for the questionnaire element to not have a value but only extensions (e.g. conveying the title or identifier for the questionnaire). This may happen for legacy data. If there is no formally defined Questionnaire, it is undefined what the 'correct' values for the linkId elements should be and it is possible that linkIds might be inconsistent for QuestionnaireResponses for the same form if captured by distinct systems.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
  • rim: ./outboundRelationship[typeCode=INST]/target[classCode=OBS, moodCode=DEFN]
QuestionnaireResponse.status
ShortThe status of the certificate (e.g., started, completed, stopped)
Definition

The current state of the questionnaire response.

Cardinality1..1
Typecode
Binding

Lifecycle status of the questionnaire response.

QuestionnaireResponseStatus (required)

Must SupportTrue
ModifierTrue
SummaryTrue
Requirements

The information on Questionnaire resources may possibly be gathered during multiple sessions and altered after considered being finished.

Comments

Unknown does not represent "other" - one of the defined statuses must apply. Unknown is used when the authoring system is not sure what the current status is.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
  • workflow: Event.status
  • w5: FiveWs.status
  • rim: .statusCode (also whether there's a revisionControlAct - and possibly mood to distinguish "in-progress" from "published)
  • SHCQuestionnaireResponseToSHCIntygLogical: status
QuestionnaireResponse.subject
ShortThe subject of the questions
Definition

The subject of the questionnaire response. This could be a patient, organization, practitioner, device, etc. This is who/what the answers apply to, but is not necessarily the source of information.

Cardinality1..1
TypeReference(SHCHealthCertificateSubject)
Must SupportTrue
SummaryTrue
AliasPatient, Focus
Requirements

Links the questionnaire response to the Patient context. May also affect access control.

Comments

If the Questionnaire declared a subjectType, the resource pointed to by this element must be an instance of one of the listed types.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ref-1: SHALL have a contained resource if a local reference is provided
    reference.exists() implies (reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) or (reference='#' and %rootResource!=%resource))
  • ref-2: At least one of reference, identifier and display SHALL be present (unless an extension is provided).
    reference.exists() or identifier.exists() or display.exists() or extension.exists()
Mappings
  • rim: n/a
  • rim: The target of a resource reference is a RIM entry point (Act, Role, or Entity)
  • workflow: Event.subject
  • w5: FiveWs.subject[x]
  • rim: .participation[typeCode=SBJ].role
  • SHCQuestionnaireResponseToSHCIntygLogical: harRollenIntygsperson(PersonLogical)
QuestionnaireResponse.encounter
ShortEncounter the questionnaire response is part of
Definition

The Encounter during which this questionnaire response was created or to which the creation of this record is tightly associated.

Cardinality0..1
TypeReference(Encounter)
SummaryTrue
Requirements

Links the questionnaire response to the Encounter context. May also affect access control.

Comments

This will typically be the encounter the questionnaire response was created during, but some questionnaire responses may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter (e.g. pre-admission forms). A questionnaire that was initiated during an encounter but not fully completed during the encounter would still generally be associated with the encounter.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ref-1: SHALL have a contained resource if a local reference is provided
    reference.exists() implies (reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) or (reference='#' and %rootResource!=%resource))
  • ref-2: At least one of reference, identifier and display SHALL be present (unless an extension is provided).
    reference.exists() or identifier.exists() or display.exists() or extension.exists()
Mappings
  • rim: n/a
  • rim: The target of a resource reference is a RIM entry point (Act, Role, or Entity)
  • workflow: Event.encounter
  • w5: FiveWs.context
  • rim: .inboundRelationship(typeCode=COMP].source[classCode<=PCPR, moodCode=EVN]
QuestionnaireResponse.authored
ShortThe time when the certificate is issued
Definition

The date and/or time that this questionnaire response was last modified by the user - e.g. changing answers or revising status.

Cardinality1..1
TypedateTime
Must SupportTrue
SummaryTrue
AliasDate Created, Date published, Date Issued, Date updated
Requirements

Clinicians need to be able to check the date that the information in the questionnaire was collected, to derive the context of the answers.

Comments

May be different from the lastUpdateTime of the resource itself, because that reflects when the data was known to the server, not when the data was captured.

This element is optional to allow for systems that might not know the value, however it SHOULD be populated if possible.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
  • workflow: Event.recorded
  • w5: FiveWs.recorded
  • rim: .participation[typeCode=AUT].time
  • SHCQuestionnaireResponseToSHCIntygLogical: utfardandetidpunkt
QuestionnaireResponse.author
ShortThe individual or device that received and recorded the answers
Definition

The individual or device that received the answers to the questions in the QuestionnaireResponse and recorded them in the system.

Cardinality1..1
TypeReference(SHCPractitioner | SHCPractitionerRole)
Must SupportTrue
SummaryTrue
AliasLaboratory, Service, Practitioner, Department, Company, Performer
Requirements

Need to know who interpreted the subject's answers to the questions in the questionnaire, and selected the appropriate options for answers.

Comments

Mapping a subject's answers to multiple choice options and determining what to put in the textual answer is a matter of interpretation. Authoring by device would indicate that some portion of the questionnaire had been auto-populated. Device should only be used if it directly determined the answers, not if it was merely used as a capture tool to record answers provided by others. In the latter case, information about the physical device, software, etc. would be captured using Provenance.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ref-1: SHALL have a contained resource if a local reference is provided
    reference.exists() implies (reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) or (reference='#' and %rootResource!=%resource))
  • ref-2: At least one of reference, identifier and display SHALL be present (unless an extension is provided).
    reference.exists() or identifier.exists() or display.exists() or extension.exists()
Mappings
  • rim: n/a
  • rim: The target of a resource reference is a RIM entry point (Act, Role, or Entity)
  • workflow: Event.performer.actor
  • w5: FiveWs.author
  • rim: .participation[typeCode=AUT].role
  • SHCQuestionnaireResponseToSHCIntygLogical: harIntygsutfardare(HalsoOchSjukvardspersonalLogical)
QuestionnaireResponse.source
ShortThe individual or device that answered the questions
Definition

The individual or device that answered the questions about the subject.

Cardinality0..1
TypeReference(Device | Organization | Patient | Practitioner | PractitionerRole | RelatedPerson)
SummaryTrue
Requirements

When answering questions about a subject that is minor, incapable of answering or an animal, another human source may answer the questions.

Comments

If not specified, no inference can be made about who provided the data. Device should only be used if it directly determined the answers, not if it was merely used as a capture tool to record answers provided by others. In the latter case, information about the physical device, software, etc. would be captured using Provenance.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ref-1: SHALL have a contained resource if a local reference is provided
    reference.exists() implies (reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) or (reference='#' and %rootResource!=%resource))
  • ref-2: At least one of reference, identifier and display SHALL be present (unless an extension is provided).
    reference.exists() or identifier.exists() or display.exists() or extension.exists()
Mappings
  • rim: n/a
  • rim: The target of a resource reference is a RIM entry point (Act, Role, or Entity)
  • w5: FiveWs.source
  • rim: .participation[typeCode=INF].role
QuestionnaireResponse.item
ShortGroups and questions
Definition

A group or question item from the original questionnaire for which answers are provided.

Cardinality0..*
TypeBackboneElement
Must SupportTrue
Comments

Groups cannot have answers and therefore must nest directly within item. When dealing with questions, nesting must occur within each answer because some questions may have multiple answers (and the nesting occurs for each answer).\nWhen dealing with repeating items, each group repetition will be handled by a separate item. However, repeating questions are handled with a single question item and potentially multiple answers.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • qrs-2: Repeated answers are combined in the answers array of a single item
    repeat(answer|item).select(item.where(answer.value.exists()).linkId.isDistinct()).allTrue()
  • qrs-1: Item cannot contain both item and answer
    (answer.exists() and item.exists()).not()
Mappings
  • rim: n/a
  • rim: .outboundRelationship[typeCode=COMP].target[classCode=OBS, moodCode=EVN]
QuestionnaireResponse.item.id
ShortUnique id for inter-element referencing
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Cardinality0..1
Typestring
ConditionsThe cardinality or value of this element may be affected by these constraints: ele-1
Mappings
  • rim: n/a
QuestionnaireResponse.item.extension
ShortAdditional content defined by implementations
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Cardinality0..*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Slicing

Unordered, Open, by url(Value)

Extensions are always sliced by (at least) url

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
QuestionnaireResponse.item.modifierExtension
ShortExtensions that cannot be ignored even if unrecognized
Definition

May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

Cardinality0..*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
QuestionnaireResponse.item.linkId
ShortPointer to specific item from Questionnaire
Definition

The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource.

Cardinality1..1
Typestring
Must SupportTrue
Requirements

Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

Comments

Note that FHIR strings SHALL NOT exceed 1,048,576 (1024*1024) characters in size

ConditionsThe cardinality or value of this element may be affected by these constraints: qrs-2
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
  • rim: .outboundRelationship[typeCode=DEFN].target[classCode=OBS, moodCode=DEFN].id
QuestionnaireResponse.item.definition
ShortElementDefinition - details for the item
Definition

A reference to an ElementDefinition that provides the details for the item.

Cardinality0..1
Typeuri
Requirements

A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition.

Comments

The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x].

There is no need for this element if the item pointed to by the linkId has a definition listed.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
  • rim: .outboundRelationship[typeCode=DEFN].target[classCode=OBS, moodCode=DEFN].code
QuestionnaireResponse.item.text
ShortName for group or question text
Definition

Text that is displayed above the contents of the group or as the text of the question being answered.

Cardinality1..1
Typestring
Must SupportTrue
Requirements

Allows the questionnaire response to be read without access to the questionnaire.

Comments

The text for an item SHOULD be identical to the text from the corresponding Questionnaire.item. This can't be strictly enforced because it's possible for the Questionnaire to be updated subsequent to the QuestionnaireResponse having been created, however the intention is that the text in the QuestionnaireResponse reflects what the user saw when completing the Questionnaire.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
  • rim: .text
QuestionnaireResponse.item.answer
ShortThe response(s) to the question
Definition

The respondent's answer(s) to the question.

Cardinality0..*
TypeBackboneElement
Must SupportTrue
Comments

The value is nested because we cannot have a repeating structure that has variable type.

ConditionsThe cardinality or value of this element may be affected by these constraints: qrs-1, qrs-2
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
  • rim: .value[type=LIST_ANY]
QuestionnaireResponse.item.answer.id
ShortUnique id for inter-element referencing
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Cardinality0..1
Typestring
ConditionsThe cardinality or value of this element may be affected by these constraints: ele-1
Mappings
  • rim: n/a
QuestionnaireResponse.item.answer.extension
ShortAdditional content defined by implementations
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Cardinality0..*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Slicing

Unordered, Open, by url(Value)

Extensions are always sliced by (at least) url

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
QuestionnaireResponse.item.answer.modifierExtension
ShortExtensions that cannot be ignored even if unrecognized
Definition

May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

Cardinality0..*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
QuestionnaireResponse.item.answer.value[x]
ShortSingle-valued answer to the question
Definition

The answer (or one of the answers) provided by the respondent to the question.

Cardinality1..1
TypeAttachment | boolean | Coding | date | dateTime | decimal | integer | SimpleQuantity | Reference(Resource) | string | time | uri
Binding

Binding this is problematic because one value set can't apply to both codes and quantities.

QuestionnaireAnswerCodes (example)

Must SupportTrue
Requirements

Ability to retain a single-valued answer to a question.

Comments

More complex structures (Attachment, Resource and Quantity) will typically be limited to electronic forms that can expose an appropriate user interface to capture the components and enforce the constraints of a complex data type. Additional complex types can be introduced through extensions. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. Note that a question is answered using one of the possible choices defined with answerOption, answerValueSet or some other means and the answer has a complex data type, all elements within the answer in the QuestionnaireResponse SHOULD match the elements defined corresponding choice value in the Questionnaire. However, it is possible that not all elements will be propagated. Also, some systems might use language translations resulting in different displays. Comparison of value to the values defined in the Questionnaire (whether by answerOption, answerValueSet or answerExpression) SHALL NOT pay attention to Coding.display, Reference.display, Quantity.unit unless those are the only elements present. As well, systems are not required to check for a match on any extensions (e.g. ordinal values, translations, etc.). Systems MAY enforce that if extensions such as ordinal values are present in both Questionnaire and QuestionnaireResponse, they match.

Slicing

Unordered, Open, by $this(Type)

ConditionsThe cardinality or value of this element may be affected by these constraints: qrs-2
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
  • rim: .item
QuestionnaireResponse.item.answer.value[x]:valueBoolean
ShortSingle-valued answer to the question
Definition

The answer (or one of the answers) provided by the respondent to the question.

Cardinality0..1
Typeboolean
Must SupportTrue
Requirements

Ability to retain a single-valued answer to a question.

Comments

More complex structures (Attachment, Resource and Quantity) will typically be limited to electronic forms that can expose an appropriate user interface to capture the components and enforce the constraints of a complex data type. Additional complex types can be introduced through extensions. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. Note that a question is answered using one of the possible choices defined with answerOption, answerValueSet or some other means and the answer has a complex data type, all elements within the answer in the QuestionnaireResponse SHOULD match the elements defined corresponding choice value in the Questionnaire. However, it is possible that not all elements will be propagated. Also, some systems might use language translations resulting in different displays. Comparison of value to the values defined in the Questionnaire (whether by answerOption, answerValueSet or answerExpression) SHALL NOT pay attention to Coding.display, Reference.display, Quantity.unit unless those are the only elements present. As well, systems are not required to check for a match on any extensions (e.g. ordinal values, translations, etc.). Systems MAY enforce that if extensions such as ordinal values are present in both Questionnaire and QuestionnaireResponse, they match.

ConditionsThe cardinality or value of this element may be affected by these constraints: qrs-2
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
  • rim: .item
QuestionnaireResponse.item.answer.value[x]:valueDecimal
ShortSingle-valued answer to the question
Definition

The answer (or one of the answers) provided by the respondent to the question.

Cardinality0..1
Typedecimal
Must SupportTrue
Requirements

Ability to retain a single-valued answer to a question.

Comments

More complex structures (Attachment, Resource and Quantity) will typically be limited to electronic forms that can expose an appropriate user interface to capture the components and enforce the constraints of a complex data type. Additional complex types can be introduced through extensions. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. Note that a question is answered using one of the possible choices defined with answerOption, answerValueSet or some other means and the answer has a complex data type, all elements within the answer in the QuestionnaireResponse SHOULD match the elements defined corresponding choice value in the Questionnaire. However, it is possible that not all elements will be propagated. Also, some systems might use language translations resulting in different displays. Comparison of value to the values defined in the Questionnaire (whether by answerOption, answerValueSet or answerExpression) SHALL NOT pay attention to Coding.display, Reference.display, Quantity.unit unless those are the only elements present. As well, systems are not required to check for a match on any extensions (e.g. ordinal values, translations, etc.). Systems MAY enforce that if extensions such as ordinal values are present in both Questionnaire and QuestionnaireResponse, they match.

ConditionsThe cardinality or value of this element may be affected by these constraints: qrs-2
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
  • rim: .item
QuestionnaireResponse.item.answer.value[x]:valueInteger
ShortSingle-valued answer to the question
Definition

The answer (or one of the answers) provided by the respondent to the question.

Cardinality0..1
Typeinteger
Must SupportTrue
Requirements

Ability to retain a single-valued answer to a question.

Comments

More complex structures (Attachment, Resource and Quantity) will typically be limited to electronic forms that can expose an appropriate user interface to capture the components and enforce the constraints of a complex data type. Additional complex types can be introduced through extensions. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. Note that a question is answered using one of the possible choices defined with answerOption, answerValueSet or some other means and the answer has a complex data type, all elements within the answer in the QuestionnaireResponse SHOULD match the elements defined corresponding choice value in the Questionnaire. However, it is possible that not all elements will be propagated. Also, some systems might use language translations resulting in different displays. Comparison of value to the values defined in the Questionnaire (whether by answerOption, answerValueSet or answerExpression) SHALL NOT pay attention to Coding.display, Reference.display, Quantity.unit unless those are the only elements present. As well, systems are not required to check for a match on any extensions (e.g. ordinal values, translations, etc.). Systems MAY enforce that if extensions such as ordinal values are present in both Questionnaire and QuestionnaireResponse, they match.

ConditionsThe cardinality or value of this element may be affected by these constraints: qrs-2
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
  • rim: .item
QuestionnaireResponse.item.answer.value[x]:valueQuantity
ShortSingle-valued answer to the question
Definition

The answer (or one of the answers) provided by the respondent to the question.

Cardinality0..1
TypeSimpleQuantity
Binding

Binding this is problematic because one value set can't apply to both codes and quantities.

QuestionnaireAnswerCodes (example)

Must SupportTrue
Requirements

Ability to retain a single-valued answer to a question.

Comments

More complex structures (Attachment, Resource and Quantity) will typically be limited to electronic forms that can expose an appropriate user interface to capture the components and enforce the constraints of a complex data type. Additional complex types can be introduced through extensions. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. Note that a question is answered using one of the possible choices defined with answerOption, answerValueSet or some other means and the answer has a complex data type, all elements within the answer in the QuestionnaireResponse SHOULD match the elements defined corresponding choice value in the Questionnaire. However, it is possible that not all elements will be propagated. Also, some systems might use language translations resulting in different displays. Comparison of value to the values defined in the Questionnaire (whether by answerOption, answerValueSet or answerExpression) SHALL NOT pay attention to Coding.display, Reference.display, Quantity.unit unless those are the only elements present. As well, systems are not required to check for a match on any extensions (e.g. ordinal values, translations, etc.). Systems MAY enforce that if extensions such as ordinal values are present in both Questionnaire and QuestionnaireResponse, they match.

ConditionsThe cardinality or value of this element may be affected by these constraints: qrs-2
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
  • rim: .item
QuestionnaireResponse.item.answer.value[x]:valueDate
ShortSingle-valued answer to the question
Definition

The answer (or one of the answers) provided by the respondent to the question.

Cardinality0..1
Typedate
Must SupportTrue
Requirements

Ability to retain a single-valued answer to a question.

Comments

More complex structures (Attachment, Resource and Quantity) will typically be limited to electronic forms that can expose an appropriate user interface to capture the components and enforce the constraints of a complex data type. Additional complex types can be introduced through extensions. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. Note that a question is answered using one of the possible choices defined with answerOption, answerValueSet or some other means and the answer has a complex data type, all elements within the answer in the QuestionnaireResponse SHOULD match the elements defined corresponding choice value in the Questionnaire. However, it is possible that not all elements will be propagated. Also, some systems might use language translations resulting in different displays. Comparison of value to the values defined in the Questionnaire (whether by answerOption, answerValueSet or answerExpression) SHALL NOT pay attention to Coding.display, Reference.display, Quantity.unit unless those are the only elements present. As well, systems are not required to check for a match on any extensions (e.g. ordinal values, translations, etc.). Systems MAY enforce that if extensions such as ordinal values are present in both Questionnaire and QuestionnaireResponse, they match.

ConditionsThe cardinality or value of this element may be affected by these constraints: qrs-2
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
  • rim: .item
QuestionnaireResponse.item.answer.value[x]:valueDateTime
ShortSingle-valued answer to the question
Definition

The answer (or one of the answers) provided by the respondent to the question.

Cardinality0..1
TypedateTime
Must SupportTrue
Requirements

Ability to retain a single-valued answer to a question.

Comments

More complex structures (Attachment, Resource and Quantity) will typically be limited to electronic forms that can expose an appropriate user interface to capture the components and enforce the constraints of a complex data type. Additional complex types can be introduced through extensions. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. Note that a question is answered using one of the possible choices defined with answerOption, answerValueSet or some other means and the answer has a complex data type, all elements within the answer in the QuestionnaireResponse SHOULD match the elements defined corresponding choice value in the Questionnaire. However, it is possible that not all elements will be propagated. Also, some systems might use language translations resulting in different displays. Comparison of value to the values defined in the Questionnaire (whether by answerOption, answerValueSet or answerExpression) SHALL NOT pay attention to Coding.display, Reference.display, Quantity.unit unless those are the only elements present. As well, systems are not required to check for a match on any extensions (e.g. ordinal values, translations, etc.). Systems MAY enforce that if extensions such as ordinal values are present in both Questionnaire and QuestionnaireResponse, they match.

ConditionsThe cardinality or value of this element may be affected by these constraints: qrs-2
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
  • rim: .item
QuestionnaireResponse.item.answer.value[x]:valueTime
ShortSingle-valued answer to the question
Definition

The answer (or one of the answers) provided by the respondent to the question.

Cardinality0..1
Typetime
Must SupportTrue
Requirements

Ability to retain a single-valued answer to a question.

Comments

More complex structures (Attachment, Resource and Quantity) will typically be limited to electronic forms that can expose an appropriate user interface to capture the components and enforce the constraints of a complex data type. Additional complex types can be introduced through extensions. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. Note that a question is answered using one of the possible choices defined with answerOption, answerValueSet or some other means and the answer has a complex data type, all elements within the answer in the QuestionnaireResponse SHOULD match the elements defined corresponding choice value in the Questionnaire. However, it is possible that not all elements will be propagated. Also, some systems might use language translations resulting in different displays. Comparison of value to the values defined in the Questionnaire (whether by answerOption, answerValueSet or answerExpression) SHALL NOT pay attention to Coding.display, Reference.display, Quantity.unit unless those are the only elements present. As well, systems are not required to check for a match on any extensions (e.g. ordinal values, translations, etc.). Systems MAY enforce that if extensions such as ordinal values are present in both Questionnaire and QuestionnaireResponse, they match.

ConditionsThe cardinality or value of this element may be affected by these constraints: qrs-2
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
  • rim: .item
QuestionnaireResponse.item.answer.value[x]:valueString
ShortSingle-valued answer to the question
Definition

The answer (or one of the answers) provided by the respondent to the question.

Cardinality0..1
Typestring
Binding

Binding this is problematic because one value set can't apply to both codes and quantities.

QuestionnaireAnswerCodes (example)

Must SupportTrue
Requirements

Ability to retain a single-valued answer to a question.

Comments

More complex structures (Attachment, Resource and Quantity) will typically be limited to electronic forms that can expose an appropriate user interface to capture the components and enforce the constraints of a complex data type. Additional complex types can be introduced through extensions. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. Note that a question is answered using one of the possible choices defined with answerOption, answerValueSet or some other means and the answer has a complex data type, all elements within the answer in the QuestionnaireResponse SHOULD match the elements defined corresponding choice value in the Questionnaire. However, it is possible that not all elements will be propagated. Also, some systems might use language translations resulting in different displays. Comparison of value to the values defined in the Questionnaire (whether by answerOption, answerValueSet or answerExpression) SHALL NOT pay attention to Coding.display, Reference.display, Quantity.unit unless those are the only elements present. As well, systems are not required to check for a match on any extensions (e.g. ordinal values, translations, etc.). Systems MAY enforce that if extensions such as ordinal values are present in both Questionnaire and QuestionnaireResponse, they match.

ConditionsThe cardinality or value of this element may be affected by these constraints: qrs-2
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
  • rim: .item
QuestionnaireResponse.item.answer.value[x]:valueUri
ShortSingle-valued answer to the question
Definition

The answer (or one of the answers) provided by the respondent to the question.

Cardinality0..1
Typeuri
Binding

Binding this is problematic because one value set can't apply to both codes and quantities.

QuestionnaireAnswerCodes (example)

Must SupportTrue
Requirements

Ability to retain a single-valued answer to a question.

Comments

More complex structures (Attachment, Resource and Quantity) will typically be limited to electronic forms that can expose an appropriate user interface to capture the components and enforce the constraints of a complex data type. Additional complex types can be introduced through extensions. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. Note that a question is answered using one of the possible choices defined with answerOption, answerValueSet or some other means and the answer has a complex data type, all elements within the answer in the QuestionnaireResponse SHOULD match the elements defined corresponding choice value in the Questionnaire. However, it is possible that not all elements will be propagated. Also, some systems might use language translations resulting in different displays. Comparison of value to the values defined in the Questionnaire (whether by answerOption, answerValueSet or answerExpression) SHALL NOT pay attention to Coding.display, Reference.display, Quantity.unit unless those are the only elements present. As well, systems are not required to check for a match on any extensions (e.g. ordinal values, translations, etc.). Systems MAY enforce that if extensions such as ordinal values are present in both Questionnaire and QuestionnaireResponse, they match.

ConditionsThe cardinality or value of this element may be affected by these constraints: qrs-2
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
  • rim: .item
QuestionnaireResponse.item.answer.value[x]:valueCoding
ShortSingle-valued answer to the question
Definition

The answer (or one of the answers) provided by the respondent to the question.

Cardinality0..1
TypeCoding
Binding

Binding this is problematic because one value set can't apply to both codes and quantities.

QuestionnaireAnswerCodes (example)

Must SupportTrue
Requirements

Ability to retain a single-valued answer to a question.

Comments

More complex structures (Attachment, Resource and Quantity) will typically be limited to electronic forms that can expose an appropriate user interface to capture the components and enforce the constraints of a complex data type. Additional complex types can be introduced through extensions. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. Note that a question is answered using one of the possible choices defined with answerOption, answerValueSet or some other means and the answer has a complex data type, all elements within the answer in the QuestionnaireResponse SHOULD match the elements defined corresponding choice value in the Questionnaire. However, it is possible that not all elements will be propagated. Also, some systems might use language translations resulting in different displays. Comparison of value to the values defined in the Questionnaire (whether by answerOption, answerValueSet or answerExpression) SHALL NOT pay attention to Coding.display, Reference.display, Quantity.unit unless those are the only elements present. As well, systems are not required to check for a match on any extensions (e.g. ordinal values, translations, etc.). Systems MAY enforce that if extensions such as ordinal values are present in both Questionnaire and QuestionnaireResponse, they match.

ConditionsThe cardinality or value of this element may be affected by these constraints: qrs-2
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
  • rim: .item
QuestionnaireResponse.item.answer.item
ShortChild items of question
Definition

Nested groups and/or questions found within this particular answer.

Cardinality0..*
Typesee (item)
Must SupportTrue
Requirements

It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

Comments

Only used when nesting beneath a question - see item.item for nesting beneath groups

Mappings
  • rim: .outboundRelationship[typeCode=COMP].target[classCode=OBS, moodCode=EVN]
QuestionnaireResponse.item.item
ShortChild items of group item
Definition

Sub-questions, sub-groups or display items nested beneath a group.

Cardinality0..*
Typesee (item)
Requirements

Reports can consist of complex nested groups.

Comments

Only used when nesting beneath a group - see item.answer.item for nesting beneath questions

Mappings
  • rim: .outboundRelationship[typeCode=COMP].target[classCode=OBS, moodCode=EVN]
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="SHCQuestionnaireResponse" />
<url value="https://electronichealth.se/fhir/shc/StructureDefinition/SHCQuestionnaireResponse" />
<version value="0.1" />
<name value="SHCQuestionnaireResponse" />
<status value="draft" />
<description value="This profile structures information of a issued health certificate." />
<fhirVersion value="5.0.0" />
<identity value="SHCQuestionnaireResponseToSHCIntygLogical" />
<uri value="SHCIntygLogical" />
</mapping>
<kind value="resource" />
<abstract value="false" />
<type value="QuestionnaireResponse" />
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" />
<derivation value="constraint" />
<element id="QuestionnaireResponse.extension">
<path value="QuestionnaireResponse.extension" />
<ordered value="false" />
<rules value="open" />
</slicing>
</element>
<element id="QuestionnaireResponse.identifier">
<path value="QuestionnaireResponse.identifier" />
<short value="An identifier assigned to the certificate by the issuer or other systems. Remains constant when the resource is updated and distributed." />
<min value="1" />
<max value="1" />
<mustSupport value="true" />
<identity value="SHCQuestionnaireResponseToSHCIntygLogical" />
<map value="id" />
</mapping>
</element>
<element id="QuestionnaireResponse.questionnaire">
<path value="QuestionnaireResponse.questionnaire" />
<mustSupport value="true" />
</element>
<element id="QuestionnaireResponse.status">
<path value="QuestionnaireResponse.status" />
<short value="The status of the certificate (e.g., started, completed, stopped)" />
<mustSupport value="true" />
<identity value="SHCQuestionnaireResponseToSHCIntygLogical" />
<map value="status" />
</mapping>
</element>
<element id="QuestionnaireResponse.subject">
<path value="QuestionnaireResponse.subject" />
<min value="1" />
<code value="Reference" />
<targetProfile value="https://electronichealth.se/fhir/shc/StructureDefinition/SHCHealthCertificateSubject" />
</type>
<mustSupport value="true" />
<identity value="SHCQuestionnaireResponseToSHCIntygLogical" />
<map value="harRollenIntygsperson(PersonLogical)" />
</mapping>
</element>
<element id="QuestionnaireResponse.authored">
<path value="QuestionnaireResponse.authored" />
<short value="The time when the certificate is issued" />
<min value="1" />
<mustSupport value="true" />
<identity value="SHCQuestionnaireResponseToSHCIntygLogical" />
<map value="utfardandetidpunkt" />
</mapping>
</element>
<element id="QuestionnaireResponse.author">
<path value="QuestionnaireResponse.author" />
<min value="1" />
<code value="Reference" />
<targetProfile value="https://electronichealth.se/fhir/shc/StructureDefinition/SHCPractitioner" />
<targetProfile value="https://electronichealth.se/fhir/shc/StructureDefinition/SHCPractitionerRole" />
</type>
<mustSupport value="true" />
<identity value="SHCQuestionnaireResponseToSHCIntygLogical" />
<map value="harIntygsutfardare(HalsoOchSjukvardspersonalLogical)" />
</mapping>
</element>
<element id="QuestionnaireResponse.item">
<path value="QuestionnaireResponse.item" />
<mustSupport value="true" />
</element>
<element id="QuestionnaireResponse.item.linkId">
<path value="QuestionnaireResponse.item.linkId" />
<mustSupport value="true" />
</element>
<element id="QuestionnaireResponse.item.text">
<path value="QuestionnaireResponse.item.text" />
<min value="1" />
<mustSupport value="true" />
</element>
<element id="QuestionnaireResponse.item.answer">
<path value="QuestionnaireResponse.item.answer" />
<mustSupport value="true" />
</element>
<element id="QuestionnaireResponse.item.answer.value[x]">
<path value="QuestionnaireResponse.item.answer.value[x]" />
<type value="type" />
<path value="$this" />
</discriminator>
<rules value="open" />
</slicing>
<mustSupport value="true" />
</element>
<element id="QuestionnaireResponse.item.answer.value[x]:valueBoolean">
<path value="QuestionnaireResponse.item.answer.value[x]" />
<sliceName value="valueBoolean" />
<code value="boolean" />
</type>
<mustSupport value="true" />
</element>
<element id="QuestionnaireResponse.item.answer.value[x]:valueDecimal">
<path value="QuestionnaireResponse.item.answer.value[x]" />
<sliceName value="valueDecimal" />
<code value="decimal" />
</type>
<mustSupport value="true" />
</element>
<element id="QuestionnaireResponse.item.answer.value[x]:valueInteger">
<path value="QuestionnaireResponse.item.answer.value[x]" />
<sliceName value="valueInteger" />
<code value="integer" />
</type>
<mustSupport value="true" />
</element>
<element id="QuestionnaireResponse.item.answer.value[x]:valueQuantity">
<path value="QuestionnaireResponse.item.answer.value[x]" />
<sliceName value="valueQuantity" />
<code value="Quantity" />
</type>
<mustSupport value="true" />
</element>
<element id="QuestionnaireResponse.item.answer.value[x]:valueDate">
<path value="QuestionnaireResponse.item.answer.value[x]" />
<sliceName value="valueDate" />
<code value="date" />
</type>
<mustSupport value="true" />
</element>
<element id="QuestionnaireResponse.item.answer.value[x]:valueDateTime">
<path value="QuestionnaireResponse.item.answer.value[x]" />
<sliceName value="valueDateTime" />
<code value="dateTime" />
</type>
<mustSupport value="true" />
</element>
<element id="QuestionnaireResponse.item.answer.value[x]:valueTime">
<path value="QuestionnaireResponse.item.answer.value[x]" />
<sliceName value="valueTime" />
<code value="time" />
</type>
<mustSupport value="true" />
</element>
<element id="QuestionnaireResponse.item.answer.value[x]:valueString">
<path value="QuestionnaireResponse.item.answer.value[x]" />
<sliceName value="valueString" />
<code value="string" />
</type>
<mustSupport value="true" />
</element>
<element id="QuestionnaireResponse.item.answer.value[x]:valueUri">
<path value="QuestionnaireResponse.item.answer.value[x]" />
<sliceName value="valueUri" />
<code value="uri" />
</type>
<mustSupport value="true" />
</element>
<element id="QuestionnaireResponse.item.answer.value[x]:valueCoding">
<path value="QuestionnaireResponse.item.answer.value[x]" />
<sliceName value="valueCoding" />
<code value="Coding" />
</type>
<mustSupport value="true" />
</element>
<element id="QuestionnaireResponse.item.answer.item">
<path value="QuestionnaireResponse.item.answer.item" />
<mustSupport value="true" />
</element>
</differential>
</StructureDefinition>
{
"resourceType": "StructureDefinition",
"id": "SHCQuestionnaireResponse",
"url": "https://electronichealth.se/fhir/shc/StructureDefinition/SHCQuestionnaireResponse",
"version": "0.1",
"name": "SHCQuestionnaireResponse",
"status": "draft",
"description": "This profile structures information of a issued health certificate.",
"fhirVersion": "5.0.0",
"mapping": [
{
"identity": "SHCQuestionnaireResponseToSHCIntygLogical",
"uri": "SHCIntygLogical"
}
],
"kind": "resource",
"abstract": false,
"type": "QuestionnaireResponse",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse",
"derivation": "constraint",
"element": [
{
"id": "QuestionnaireResponse.extension",
"path": "QuestionnaireResponse.extension",
"slicing": {
"ordered": false,
"rules": "open"
}
},
{
"id": "QuestionnaireResponse.identifier",
"path": "QuestionnaireResponse.identifier",
"short": "An identifier assigned to the certificate by the issuer or other systems. Remains constant when the resource is updated and distributed.",
"min": 1,
"max": "1",
"mustSupport": true,
"mapping": [
{
"identity": "SHCQuestionnaireResponseToSHCIntygLogical",
"map": "id"
}
]
},
{
"id": "QuestionnaireResponse.questionnaire",
"path": "QuestionnaireResponse.questionnaire",
"mustSupport": true
},
{
"id": "QuestionnaireResponse.status",
"path": "QuestionnaireResponse.status",
"short": "The status of the certificate (e.g., started, completed, stopped)",
"mustSupport": true,
"mapping": [
{
"identity": "SHCQuestionnaireResponseToSHCIntygLogical",
"map": "status"
}
]
},
{
"id": "QuestionnaireResponse.subject",
"path": "QuestionnaireResponse.subject",
"min": 1,
"type": [
{
"code": "Reference",
"https://electronichealth.se/fhir/shc/StructureDefinition/SHCHealthCertificateSubject"
]
}
],
"mustSupport": true,
"mapping": [
{
"identity": "SHCQuestionnaireResponseToSHCIntygLogical",
"map": "harRollenIntygsperson(PersonLogical)"
}
]
},
{
"id": "QuestionnaireResponse.authored",
"path": "QuestionnaireResponse.authored",
"short": "The time when the certificate is issued",
"min": 1,
"mustSupport": true,
"mapping": [
{
"identity": "SHCQuestionnaireResponseToSHCIntygLogical",
"map": "utfardandetidpunkt"
}
]
},
{
"id": "QuestionnaireResponse.author",
"path": "QuestionnaireResponse.author",
"min": 1,
"type": [
{
"code": "Reference",
"https://electronichealth.se/fhir/shc/StructureDefinition/SHCPractitioner",
"https://electronichealth.se/fhir/shc/StructureDefinition/SHCPractitionerRole"
]
}
],
"mustSupport": true,
"mapping": [
{
"identity": "SHCQuestionnaireResponseToSHCIntygLogical",
"map": "harIntygsutfardare(HalsoOchSjukvardspersonalLogical)"
}
]
},
{
"id": "QuestionnaireResponse.item",
"path": "QuestionnaireResponse.item",
"mustSupport": true
},
{
"id": "QuestionnaireResponse.item.linkId",
"path": "QuestionnaireResponse.item.linkId",
"mustSupport": true
},
{
"id": "QuestionnaireResponse.item.text",
"path": "QuestionnaireResponse.item.text",
"min": 1,
"mustSupport": true
},
{
"id": "QuestionnaireResponse.item.answer",
"path": "QuestionnaireResponse.item.answer",
"mustSupport": true
},
{
"id": "QuestionnaireResponse.item.answer.value[x]",
"path": "QuestionnaireResponse.item.answer.value[x]",
"slicing": {
{
"type": "type",
"path": "$this"
}
],
"rules": "open"
},
"mustSupport": true
},
{
"id": "QuestionnaireResponse.item.answer.value[x]:valueBoolean",
"path": "QuestionnaireResponse.item.answer.value[x]",
"sliceName": "valueBoolean",
"type": [
{
"code": "boolean"
}
],
"mustSupport": true
},
{
"id": "QuestionnaireResponse.item.answer.value[x]:valueDecimal",
"path": "QuestionnaireResponse.item.answer.value[x]",
"sliceName": "valueDecimal",
"type": [
{
"code": "decimal"
}
],
"mustSupport": true
},
{
"id": "QuestionnaireResponse.item.answer.value[x]:valueInteger",
"path": "QuestionnaireResponse.item.answer.value[x]",
"sliceName": "valueInteger",
"type": [
{
"code": "integer"
}
],
"mustSupport": true
},
{
"id": "QuestionnaireResponse.item.answer.value[x]:valueQuantity",
"path": "QuestionnaireResponse.item.answer.value[x]",
"sliceName": "valueQuantity",
"type": [
{
"code": "Quantity"
}
],
"mustSupport": true
},
{
"id": "QuestionnaireResponse.item.answer.value[x]:valueDate",
"path": "QuestionnaireResponse.item.answer.value[x]",
"sliceName": "valueDate",
"type": [
{
"code": "date"
}
],
"mustSupport": true
},
{
"id": "QuestionnaireResponse.item.answer.value[x]:valueDateTime",
"path": "QuestionnaireResponse.item.answer.value[x]",
"sliceName": "valueDateTime",
"type": [
{
"code": "dateTime"
}
],
"mustSupport": true
},
{
"id": "QuestionnaireResponse.item.answer.value[x]:valueTime",
"path": "QuestionnaireResponse.item.answer.value[x]",
"sliceName": "valueTime",
"type": [
{
"code": "time"
}
],
"mustSupport": true
},
{
"id": "QuestionnaireResponse.item.answer.value[x]:valueString",
"path": "QuestionnaireResponse.item.answer.value[x]",
"sliceName": "valueString",
"type": [
{
"code": "string"
}
],
"mustSupport": true
},
{
"id": "QuestionnaireResponse.item.answer.value[x]:valueUri",
"path": "QuestionnaireResponse.item.answer.value[x]",
"sliceName": "valueUri",
"type": [
{
"code": "uri"
}
],
"mustSupport": true
},
{
"id": "QuestionnaireResponse.item.answer.value[x]:valueCoding",
"path": "QuestionnaireResponse.item.answer.value[x]",
"sliceName": "valueCoding",
"type": [
{
"code": "Coding"
}
],
"mustSupport": true
},
{
"id": "QuestionnaireResponse.item.answer.item",
"path": "QuestionnaireResponse.item.answer.item",
"mustSupport": true
}
]
}
}

Details

The red must-support flag ("S") indicates that the element is expected in some use cases, and a missing flag that the element is never used.

Examples

Example 1: QuestionnaireResponse

QuestionnaireResponse
{
"resourceType": "QuestionnaireResponse",
"id": "LakarintygForSjukpenningQR",
"meta": {
"profile": [
"http://electronichealth.se/fhir/shc/StructureDefinition/SHCQuestionnaireResponse"
]
},
"identifier": [
{
"system": "FK",
"value": "1234"
}
],
"questionnaire": "Questionnaire/cd0727c9-8032-430b-8061-a4141c6bbb1c",
"status": "in-progress",
"subject": {
"reference": "Patient/PatientExample1"
},
"authored": "2025-12-01T13:00:00+00:00",
"author": {
"reference": "PractitionerRole/PractitionerRoleExample1"
},
"item": [
{
"linkId": "46c0b0e2-db59-4f35-bcbd-59ccf6915c44",
"text": "Smittbärarpenning",
"item": [
{
"linkId": "63254316-323a-438a-863a-02f9c5a89d9f"
},
{
"linkId": "087d943f-3712-41d1-887c-d9b64b98ad40",
"text": "Förhållningsregler enligt smittskyddslagen på grund av smitta.",
"answer": [
{
"valueBoolean": false
}
]
}
]
},
{
"linkId": "dd6f5852-91fc-420d-8c5f-a748fc691d6c",
"text": "I relation till vilken sysselsättning bedömer du arbetsförmågan?",
"answer": [
{
"valueCoding": {
"system": "urn:uuid:8685a164-f6ea-4106-f716-b2ced6cceb4b",
"code": "nuvarande-arbete",
"display": "Nuvarande arbete"
},
"item": [
{
"linkId": "1b0e1885-0a8d-4ef2-839c-0ecb74a186f6"
}
]
}
]
},
{
"linkId": "155b0a9a-d6e4-4f22-a57b-6c03c153bbdf",
"text": "Ange yrke och arbetsuppgifter",
"answer": [
{
"valueString": "Sjuksköterska på vårdcentral"
}
]
},
{
"linkId": "65bea64c-a544-415e-bb08-3c838af9f4e1",
"text": "Diagnos/diagnoser för sjukdom som orsakar nedsatt arbetsförmåga",
"answer": [
{
"valueCoding": {
"system": "urn:uuid:f70a2f0e-eb27-4fd0-8ff7-366a01dab650",
"code": "icd-10-kodverk",
"display": "ICD 10 kodverk"
},
"item": [
{
"linkId": "f0d0dcd2-7d74-4141-97ec-006320eb4d64"
}
]
}
]
},
{
"linkId": "f796813e-15e5-4f16-86a4-b2009c87704e",
"text": "Funktionsnedsättning",
"answer": [
{
"valueString": "Uthållighet och ork (måttlig–svår begränsning) Patienten blir uttröttad efter kort fysisk eller mental ansträngning. Återhämtning efter aktivitet tar längre tid än normalt."
}
]
},
{
"linkId": "7a4afd4c-63fd-4dc0-8114-089eb14d637b",
"text": "Aktivitetsbegränsning",
"answer": [
{
"valueString": "Patienten har svårt att sitta koncentrerat vid datorn längre än 10–15 minuter utan att behöva vila. Minskad kognitiv uthållighet gör att arbetsuppgifter som kräver noggrannhet, planering och informationshantering inte kan utföras i normal takt. Samtal eller möten via telefon/video ökar hosta och uttröttning.",
"item": [
{
"linkId": "df1d592d-fad7-4753-e07b-9197c997a54a"
}
]
}
]
},
{
"linkId": "69715348-11c0-4100-b1f2-167b8757332f",
"text": "Medicinsk behandling",
"answer": [
{
"valueString": "Symtombehandling, vila smärtlindring",
"item": [
{
"linkId": "e0b59990-1fba-4978-8a95-917b3a38841f"
}
]
}
]
},
{
"linkId": "01027fde-8930-49bd-963c-2e3cb2ccaafc",
"text": "Min bedömning av patientens nedsättning av arbetsförmågan",
"answer": [
{
"valueCoding": {
"system": "urn:uuid:68580cd1-0924-4081-8e0f-d0195b43901d",
"code": "100-procent",
"display": "100 procent"
},
"item": [
{
"linkId": "a29c6370-f85a-40f0-a55c-00bde69c445b"
}
]
}
]
},
{
"linkId": "bc11f79f-492e-4400-8c8b-edda3d075470",
"text": "Prognos för arbetsförmåga utifrån aktuellt undersökningstillfälle",
"answer": [
{
"valueCoding": {
"system": "urn:uuid:8e926d9a-4ab4-4ea3-8861-09758503f1fd",
"code": "patienten-förväntas-återgå-helt-i-nuvarande-sysselsättning-efter-denna-sjukskrivning",
"display": "Patienten förväntas återgå helt i nuvarande sysselsättning efter denna sjukskrivning"
}
}
]
},
{
"linkId": "99e84ed1-3c05-4038-afb1-c7ca0ba1fba5",
"text": "Här kan du ange åtgärder som du tror skulle göra det lättare för patienten att återgå i arbete"
},
{
"linkId": "e5d7cdc5-098d-470f-8374-11b3b5c9f556",
"text": "Övriga upplysningar"
},
{
"linkId": "447d8cc6-d441-43eb-99fe-a3da157cbbf0",
"text": "Kontakt med Försäkringskassan"
}
]
}
<QuestionnaireResponse xmlns="http://hl7.org/fhir">
<id value="LakarintygForSjukpenningQR" />
<meta>
<profile value="http://electronichealth.se/fhir/shc/StructureDefinition/SHCQuestionnaireResponse" />
</meta>
<identifier>
<system value="FK" />
<value value="1234" />
</identifier>
<questionnaire value="Questionnaire/cd0727c9-8032-430b-8061-a4141c6bbb1c" />
<status value="in-progress" />
<subject>
<reference value="Patient/PatientExample1" />
</subject>
<authored value="2025-12-01T13:00:00+00:00" />
<author>
<reference value="PractitionerRole/PractitionerRoleExample1" />
</author>
<item>
<linkId value="46c0b0e2-db59-4f35-bcbd-59ccf6915c44" />
<text value="Smittbärarpenning" />
<item>
<linkId value="63254316-323a-438a-863a-02f9c5a89d9f" />
</item>
<item>
<linkId value="087d943f-3712-41d1-887c-d9b64b98ad40" />
<text value="Förhållningsregler enligt smittskyddslagen på grund av smitta." />
<answer>
<valueBoolean value="false" />
</answer>
</item>
</item>
<item>
<linkId value="dd6f5852-91fc-420d-8c5f-a748fc691d6c" />
<text value="I relation till vilken sysselsättning bedömer du arbetsförmågan?" />
<answer>
<valueCoding>
<system value="urn:uuid:8685a164-f6ea-4106-f716-b2ced6cceb4b" />
<code value="nuvarande-arbete" />
<display value="Nuvarande arbete" />
</valueCoding>
<item>
<linkId value="1b0e1885-0a8d-4ef2-839c-0ecb74a186f6" />
</item>
</answer>
</item>
<item>
<linkId value="155b0a9a-d6e4-4f22-a57b-6c03c153bbdf" />
<text value="Ange yrke och arbetsuppgifter" />
<answer>
<valueString value="Sjuksköterska på vårdcentral" />
</answer>
</item>
<item>
<linkId value="65bea64c-a544-415e-bb08-3c838af9f4e1" />
<text value="Diagnos/diagnoser för sjukdom som orsakar nedsatt arbetsförmåga" />
<answer>
<valueCoding>
<system value="urn:uuid:f70a2f0e-eb27-4fd0-8ff7-366a01dab650" />
<code value="icd-10-kodverk" />
<display value="ICD 10 kodverk" />
</valueCoding>
<item>
<linkId value="f0d0dcd2-7d74-4141-97ec-006320eb4d64" />
</item>
</answer>
</item>
<item>
<linkId value="f796813e-15e5-4f16-86a4-b2009c87704e" />
<text value="Funktionsnedsättning" />
<answer>
<valueString value="Uthållighet och ork (måttlig–svår begränsning) Patienten blir uttröttad efter kort fysisk eller mental ansträngning. Återhämtning efter aktivitet tar längre tid än normalt." />
</answer>
</item>
<item>
<linkId value="7a4afd4c-63fd-4dc0-8114-089eb14d637b" />
<text value="Aktivitetsbegränsning" />
<answer>
<valueString value="Patienten har svårt att sitta koncentrerat vid datorn längre än 10–15 minuter utan att behöva vila. Minskad kognitiv uthållighet gör att arbetsuppgifter som kräver noggrannhet, planering och informationshantering inte kan utföras i normal takt. Samtal eller möten via telefon/video ökar hosta och uttröttning." />
<item>
<linkId value="df1d592d-fad7-4753-e07b-9197c997a54a" />
</item>
</answer>
</item>
<item>
<linkId value="69715348-11c0-4100-b1f2-167b8757332f" />
<text value="Medicinsk behandling" />
<answer>
<valueString value="Symtombehandling, vila smärtlindring" />
<item>
<linkId value="e0b59990-1fba-4978-8a95-917b3a38841f" />
</item>
</answer>
</item>
<item>
<linkId value="01027fde-8930-49bd-963c-2e3cb2ccaafc" />
<text value="Min bedömning av patientens nedsättning av arbetsförmågan" />
<answer>
<valueCoding>
<system value="urn:uuid:68580cd1-0924-4081-8e0f-d0195b43901d" />
<code value="100-procent" />
<display value="100 procent" />
</valueCoding>
<item>
<linkId value="a29c6370-f85a-40f0-a55c-00bde69c445b" />
</item>
</answer>
</item>
<item>
<linkId value="bc11f79f-492e-4400-8c8b-edda3d075470" />
<text value="Prognos för arbetsförmåga utifrån aktuellt undersökningstillfälle" />
<answer>
<valueCoding>
<system value="urn:uuid:8e926d9a-4ab4-4ea3-8861-09758503f1fd" />
<code value="patienten-förväntas-återgå-helt-i-nuvarande-sysselsättning-efter-denna-sjukskrivning" />
<display value="Patienten förväntas återgå helt i nuvarande sysselsättning efter denna sjukskrivning" />
</valueCoding>
</answer>
</item>
<item>
<linkId value="99e84ed1-3c05-4038-afb1-c7ca0ba1fba5" />
<text value=" Här kan du ange åtgärder som du tror skulle göra det lättare för patienten att återgå i arbete" />
</item>
<item>
<linkId value="e5d7cdc5-098d-470f-8374-11b3b5c9f556" />
<text value="Övriga upplysningar" />
</item>
<item>
<linkId value="447d8cc6-d441-43eb-99fe-a3da157cbbf0" />
<text value="Kontakt med Försäkringskassan" />
</item>
</QuestionnaireResponse>