PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.hai@2.1.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: HAIPopulationSummaryQuestionnaire
type: Questionnaire
elements:
  description: {short: Description of the population summary questionnaire., mustSupport: true, index: 8}
  subjectType:
    short: A Group resource is the subject of the related QuestionnaireResponse
    pattern: {type: Code, value: Group}
    mustSupport: true
    index: 5
  date: {mustSupport: true, index: 6}
  publisher: {mustSupport: true, index: 7}
  jurisdiction:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: US, system: 'urn:iso:std:iso:3166'}
    index: 9
  item:
    short: Items specific to the population summary questionnaire being modeled.
    mustSupport: true
    index: 13
    extensions: {}
    elements:
      linkId: {mustSupport: true, index: 15}
      repeats: {mustSupport: true, index: 20}
      item: {mustSupport: true, index: 22}
      type: {mustSupport: true, index: 17}
      enableWhen: {mustSupport: true, index: 18}
      answerOption: {mustSupport: true, index: 21}
      extension: {index: 14}
      code: {mustSupport: true, index: 16}
      required: {mustSupport: true, index: 19}
  title: {short: Title of the HAI report., mustSupport: true, index: 4}
  language:
    mustSupport: true
    pattern: {type: Code, value: en-US}
    index: 0
  url: {mustSupport: true, index: 2}
  code:
    mustSupport: true
    array: true
    min: 2
    max: 2
    index: 10
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: value}
      min: 2
      max: 2
      slices:
        HAI:
          match: {code: 51897-7, system: 'http://loinc.org', display: Healthcare Associated Infection report Document}
          schema:
            mustSupport: true
            pattern:
              type: Coding
              value: {code: 51897-7, system: 'http://loinc.org', display: Healthcare Associated Infection report Document}
            _required: true
            index: 11
          min: 1
          max: 1
        populationSummaryReportType:
          match: {}
          schema:
            short: Type of population summary report
            mustSupport: true
            _required: true
            binding: {strength: required, valueSet: 'http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1190.20'}
            index: 12
          min: 1
          max: 1
  identifier: {short: Globally unique identifier for the instance, mustSupport: true, index: 3}
  text: {mustSupport: true, index: 1}
package_version: 2.1.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.1.0
required: [url, identifier, item, jurisdiction, title, publisher, date, subjectType, language, description]