PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.stu3.questionnaires@2.0.6
    http://nictiz.nl/fhir/StructureDefinition/vl-QuestionnaireResponse
description: 'A QuestionnaireResponse resource as used within the Questionnaires (Dutch: Vragenlijsten) information standard.\r\n\r\n*NOTE*: this profile is inspired by the http://hl7.org/fhir/us/sdc/StructureDefinition/sdc-questionnaireresponse profile and tries to mimic it as closely as possible. However, different choices have been made on several key points in order to align with other FHIR materials in the Dutch realm. Therefore, this is not a derived profile.\r\nDifferences include:\r\n- The profiles are geared towards the Open World Modeling principle. Therefore, some of the restrictions in the SDC profiles have been lifted.\r\n- The use and interpretation of mustSupport and isModifier in the SDC profile do not align with other FHIR materials in the Dutch realm. These attributes are therefore not copied to this profile.\r\n- The mappings in the SDC profile are not copied to this profile.\r\n- This profile is based on FHIR version 3.0.2, which was the latest STU3 version at the moment of creation.'
package_name: nictiz.fhir.nl.stu3.questionnaires
derivation: constraint
name: vl-QuestionnaireResponse
type: QuestionnaireResponse
elements:
  questionnaire:
    type: Reference
    refers: ['http://nictiz.nl/fhir/StructureDefinition/vl-Questionnaire']
    index: 0
    elements:
      reference: {index: 1}
  status: {index: 2}
  subject:
    type: Reference
    refers: ['http://fhir.nl/fhir/StructureDefinition/nl-core-organization', 'http://fhir.nl/fhir/StructureDefinition/nl-core-patient', 'http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner', 'http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDevice', 'http://nictiz.nl/fhir/StructureDefinition/zib-Payer']
    index: 3
    elements:
      reference: {short: The subject of the questions, index: 4}
  authored: {index: 5}
  author:
    type: Reference
    refers: ['http://fhir.nl/fhir/StructureDefinition/nl-core-patient']
    index: 6
    elements:
      reference: {index: 7}
  source:
    type: Reference
    refers: ['http://fhir.nl/fhir/StructureDefinition/nl-core-patient', 'http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner']
    index: 8
  item:
    index: 9
    elements:
      linkId: {index: 10}
      answer:
        elements:
          value:
            choices: []
            index: 12
      item: {index: 13}
package_version: 2.0.6
class: profile
kind: resource
url: http://nictiz.nl/fhir/StructureDefinition/vl-QuestionnaireResponse
base: http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse
version: 1.0.1
required: [authored, subject, questionnaire]