PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.hai@2.0.0
    http://hl7.org/fhir/us/hai/StructureDefinition/hai-population-summary-questionnaire
description: This profile represents a Healthcare Associated Infection Population Summary form as a FHIR Questionnaire. A Population Summary Report records summary data for a group, such as the patients in a particular ward, during a specified period.
package_name: hl7.fhir.us.hai
derivation: constraint
name: HAI_population_summary_questionnaire
type: Questionnaire
elements:
  description: {short: Description of the population summary questionnaire., mustSupport: true, index: 7}
  subjectType:
    short: A Group resource is the subject of the related QuestionnaireResponse
    pattern: {type: Code, value: Group}
    mustSupport: true
    index: 4
  date: {mustSupport: true, index: 5}
  publisher: {mustSupport: true, index: 6}
  jurisdiction:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: US, system: 'urn:iso:std:iso:3166'}
    index: 8
  item:
    short: Items specific to the population summary questionnaire being modeled.
    mustSupport: true
    index: 15
    extensions: {}
    elements:
      linkId: {mustSupport: true, index: 17}
      repeats: {mustSupport: true, index: 22}
      item: {mustSupport: true, index: 24}
      type: {mustSupport: true, index: 19}
      enableWhen: {mustSupport: true, index: 20}
      answerOption: {mustSupport: true, index: 23}
      extension: {index: 16}
      code: {mustSupport: true, index: 18}
      required: {mustSupport: true, index: 21}
  title: {short: Title of the HAI report., mustSupport: true, index: 3}
  language:
    mustSupport: true
    pattern: {type: Code, value: en-US}
    index: 0
  code:
    mustSupport: true
    array: true
    min: 1
    max: 2
    index: 9
    slicing:
      rules: closed
      discriminator:
      - {path: code, type: value}
      - {path: $this, type: pattern}
      min: 1
      max: 2
      slices:
        sliceHAI:
          match: {code: 51897-7}
          schema:
            short: Code for Healthcare Associated Infection Report (fixed)
            mustSupport: true
            _required: true
            index: 10
            elements:
              system:
                pattern: {type: Code, value: 'http://loinc.org'}
                mustSupport: true
                index: 11
              code:
                pattern: {type: Code, value: 51897-7}
                mustSupport: true
                index: 12
              display:
                pattern: {type: Code, value: Healthcare Associated Infection report Document}
                mustSupport: true
                index: 13
            required: [display, system, code]
        slicePopulationSummaryReportType:
          match: {code: null}
          schema:
            short: Type of population summary report
            mustSupport: true
            _required: true
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/hai/ValueSet/2.16.840.1.114222.4.11.3595'}
            index: 14
          min: 1
          max: 1
  identifier: {short: Globally unique identifier for the instance, mustSupport: true, index: 2}
  text: {mustSupport: true, index: 1}
package_version: 2.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/hai/StructureDefinition/hai-population-summary-questionnaire
base: http://hl7.org/fhir/StructureDefinition/Questionnaire
version: 2.0.0
required: [identifier, item, jurisdiction, title, publisher, date, subjectType, language, code, description]