PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.qicore@7.0.1
    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:
    short: (QI) Estimated or actual date, date-time, or age
    choices: [onsetDateTime, onsetAge, onsetPeriod, onsetRange]
    index: 10
  category:
    min: 1
    short: (QI) category codes
    index: 5
    type: CodeableConcept
    mustSupport: true
    array: true
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/condition-category', bindingName: ConditionCategory}
    base: {max: '*', min: 0, path: Condition.category}
  clinicalStatus: {short: (QI) active | recurrence | relapse | inactive | remission | resolved, index: 3}
  abatementAge: {type: Age, short: (QI) When in resolution/remission, choiceOf: abatement, index: 18}
  meta:
    mustSupport: true
    index: 0
    elements:
      lastUpdated: {short: When the resource last changed, mustSupport: true, index: 1}
  onsetRange: {type: Range, short: '(QI) Estimated or actual date, date-time, or age', choiceOf: onset, index: 14}
  onsetAge: {type: Age, short: '(QI) Estimated or actual date, date-time, or age', choiceOf: onset, index: 12}
  onsetPeriod: {type: Period, short: '(QI) Estimated or actual date, date-time, or age', choiceOf: onset, index: 13}
  abatement:
    short: (QI) When in resolution/remission
    choices: [abatementDateTime, abatementAge, abatementPeriod, abatementRange]
    index: 16
  abatementPeriod: {type: Period, short: (QI) When in resolution/remission, choiceOf: abatement, index: 19}
  abatementRange: {type: Range, short: (QI) When in resolution/remission, choiceOf: abatement, index: 20}
  extension:
    isModifier: false
    short: (QI) Date the condition was first asserted
    type: Extension
    mustSupport: true
    url: http://hl7.org/fhir/StructureDefinition/condition-assertedDate|5.2.0-ballot
    base: {max: '*', min: 0, path: DomainResource.extension}
    index: 2
    slicing:
      slices:
        assertedDate:
          match: {}
          schema:
            isModifier: false
            short: (QI) Date the condition was first asserted
            type: Extension
            mustSupport: true
            url: http://hl7.org/fhir/StructureDefinition/condition-assertedDate|5.2.0-ballot
            base: {max: '*', min: 0, path: DomainResource.extension}
            index: 2
          min: 0
          max: 1
  recordedDate: {short: (QI) Date record was first recorded, index: 21}
  severity: {short: (QI) Subjective severity of condition, index: 6}
  code: {short: '(QI) Identification of the condition, problem or diagnosis', index: 7}
  onsetDateTime: {type: dateTime, short: '(QI) Estimated or actual date, date-time, or age', choiceOf: onset, index: 11}
  abatementDateTime: {type: dateTime, short: (QI) When in resolution/remission, choiceOf: abatement, index: 17}
  verificationStatus: {short: (QI) unconfirmed | provisional | differential | confirmed | refuted | entered-in-error, index: 4}
  subject:
    type: Reference
    short: (QI) Who has the condition?
    refers: ['http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient']
    index: 8
package_version: 7.0.1
extensions:
  assertedDate:
    min: 0
    isModifier: false
    short: (QI) Date the condition was first asserted
    index: 2
    type: Extension
    mustSupport: true
    max: 1
    url: http://hl7.org/fhir/StructureDefinition/condition-assertedDate|5.2.0-ballot
    base: {max: '*', min: 0, path: DomainResource.extension}
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: 7.0.1
required: [category]