PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.hai@2.1.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: HAISinglePersonReportQuestionnaire
type: Questionnaire
elements:
  description: {short: Description of the single person questionnaire., 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: 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 single person questionnaire being modeled.
    mustSupport: true
    index: 11
    extensions: {}
    elements:
      linkId: {mustSupport: true, index: 13}
      repeats: {mustSupport: true, index: 18}
      item: {mustSupport: true, index: 20}
      type: {mustSupport: true, index: 15}
      enableWhen: {mustSupport: true, index: 16}
      answerOption: {mustSupport: true, index: 19}
      extension: {index: 12}
      code: {mustSupport: true, index: 14}
      required: {mustSupport: true, index: 17}
  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:
    short: Code for Healthcare Associated Infection Report (fixed)
    mustSupport: true
    pattern:
      type: Coding
      value: {code: 51897-7, system: 'http://loinc.org', display: Healthcare Associated Infection report Document}
    index: 10
  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-single-person-report-questionnaire
base: http://hl7.org/fhir/StructureDefinition/Questionnaire
version: 2.1.0
required: [url, identifier, item, jurisdiction, title, publisher, date, subjectType, language, code, description]