PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.hai@1.0.0
    http://hl7.org/fhir/us/hai/StructureDefinition/hai-single-person-report-questionnaire
description: This profile represents a Healthcare Associated Infection Singe-Person Report form as a FHIR Questionnaire.
package_name: hl7.fhir.us.hai
derivation: constraint
name: hai-single-person-report-questionnaire
type: Questionnaire
elements:
  description: {mustSupport: true, index: 8}
  subjectType:
    short: Patient Resource (US Core Patient) is the subject of the related QuestionnaireResponse
    pattern: {type: Code, value: Patient}
    mustSupport: true
    index: 11
  date: {mustSupport: true, index: 6}
  meta:
    mustSupport: true
    index: 0
    elements:
      profile:
        short: A reference to this profile (to which the instance claims to conform).
        pattern: {type: Uri, value: 'http://hl7.org/fhir/us/hai/StructureDefinition/hai-single-person-report-questionnaire'}
        mustSupport: true
        index: 1
    required: [profile]
  publisher: {mustSupport: true, index: 7}
  jurisdiction:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: US, system: 'urn:iso:std:iso:3166'}
    index: 9
  item:
    mustSupport: true
    index: 12
    extensions:
      extensionQuestionnaireAllowedProfile: {url: h, max: 1, type: Extension, mustSupport: true, index: 14}
    elements:
      linkId: {mustSupport: true, index: 15}
      repeats: {mustSupport: true, index: 20}
      item:
        mustSupport: true
        index: 22
        extensions:
          extensionQuestionnaireAllowedProfile: {url: h, max: 1, type: Extension, mustSupport: true, index: 24}
          extensionQuestionnaire-unit: {url: h, max: 1, type: Extension, mustSupport: true, index: 25}
        elements:
          linkId: {mustSupport: true, index: 26}
          repeats: {mustSupport: true, index: 31}
          item: {mustSupport: false, index: 33}
          type: {mustSupport: true, index: 28}
          enableWhen: {mustSupport: true, index: 29}
          extension:
            index: 23
            slicing:
              rules: open
              discriminator:
              - {path: url, type: value}
              min: null
              slices:
                extensionQuestionnaireAllowedProfile:
                  match: {url: null}
                  schema: {type: Extension, mustSupport: true, url: h, index: 24}
                  max: 1
                extensionQuestionnaire-unit:
                  match: {url: null}
                  schema: {type: Extension, mustSupport: true, url: h, index: 25}
                  max: 1
          code: {mustSupport: true, index: 27}
          options: {mustSupport: true, index: 32}
          required: {mustSupport: true, index: 30}
      type: {mustSupport: true, index: 17}
      enableWhen: {mustSupport: true, index: 18}
      extension:
        index: 13
        slicing:
          rules: open
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            extensionQuestionnaireAllowedProfile:
              match: {url: null}
              schema: {type: Extension, mustSupport: true, url: h, index: 14}
              max: 1
      code: {mustSupport: true, index: 16}
      options: {mustSupport: true, index: 21}
      required: {mustSupport: true, index: 19}
  title: {mustSupport: true, index: 5}
  language:
    mustSupport: true
    pattern: {type: Code, value: en-US}
    index: 2
  code:
    short: Code for Healthcare Associated Infection Report
    mustSupport: true
    pattern:
      type: Coding
      value: {code: 51897-7, system: 'http://loinc.org'}
    index: 10
  identifier: {short: Globally unique identifier for the instance, mustSupport: true, index: 4}
  text: {mustSupport: true, index: 3}
package_version: 1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/hai/StructureDefinition/hai-single-person-report-questionnaire
base: http://hl7.org/fhir/StructureDefinition/Questionnaire
version: 1.0.0
required: [identifier, item, jurisdiction, title, publisher, meta, date, subjectType, language, code, description]