PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.qicore@6.0.0-ballot
    http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-condition-problems-health-concerns
description: Profile of Condition for decision support/quality metrics. Defines the core set of elements and extensions for quality rule and measure authors.
package_name: hl7.fhir.us.qicore
derivation: constraint
name: QICoreConditionProblemsHealthConcerns
type: Condition
elements:
  onset:
    mustSupport: true
    choices: [onsetDateTime, onsetAge, onsetPeriod, onsetRange]
    index: 2
  abatementAge: {type: Age, mustSupport: true, choiceOf: abatement, index: 10}
  onsetRange: {type: Range, mustSupport: true, choiceOf: onset, index: 6}
  onsetAge: {type: Age, mustSupport: true, choiceOf: onset, index: 4}
  onsetPeriod: {type: Period, mustSupport: true, choiceOf: onset, index: 5}
  abatement:
    mustSupport: true
    choices: [abatementDateTime, abatementAge, abatementPeriod, abatementRange]
    index: 8
  abatementPeriod: {type: Period, mustSupport: true, choiceOf: abatement, index: 11}
  abatementRange: {type: Range, mustSupport: true, choiceOf: abatement, index: 12}
  onsetDateTime: {type: dateTime, mustSupport: true, choiceOf: onset, index: 3}
  abatementDateTime: {type: dateTime, mustSupport: true, choiceOf: abatement, index: 9}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient']
    index: 0
package_version: 6.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-condition-problems-health-concerns
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns
version: 6.0.0-ballot