PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.qicore@7.0.0-ballot
    http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-condition-encounter-diagnosis
description: The QI-Core Condition Encounter Diagnosis Profile is based upon the US Core Condition Encounter Diagnosis Profile.   In version 5.0.0, The QI-Core Condition Profile has been split into the QI-Core Condition Encounter Diagnosis Profile and QI-Core Condition Problems and Health Concerns Profile. To promote interoperability and adoption through common implementation, this profile defines constraints and extensions on the Condition resource for the minimal set of data to record, search, and fetch information about an encounter diagnosis.  It Defines the core set of elements and extensions for quality rule and measure authors.
package_name: hl7.fhir.us.qicore
derivation: constraint
name: QICoreConditionEncounterDiagnosis
type: Condition
elements:
  onset:
    short: (QI) Estimated or actual date, date-time, or age
    choices: [onsetDateTime, onsetAge, onsetPeriod, onsetRange]
    index: 3
  abatementAge: {type: Age, short: (QI) When in resolution/remission, choiceOf: abatement, index: 11}
  onsetRange: {type: Range, short: '(QI) Estimated or actual date, date-time, or age', choiceOf: onset, index: 7}
  onsetAge: {type: Age, short: '(QI) Estimated or actual date, date-time, or age', choiceOf: onset, index: 5}
  encounter:
    type: Reference
    short: (QI) Encounter created as part of
    refers: ['http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter']
    index: 1
  onsetPeriod: {type: Period, short: '(QI) Estimated or actual date, date-time, or age', choiceOf: onset, index: 6}
  abatement:
    short: (QI) When in resolution/remission
    choices: [abatementDateTime, abatementAge, abatementPeriod, abatementRange]
    index: 9
  abatementPeriod: {type: Period, short: (QI) When in resolution/remission, choiceOf: abatement, index: 12}
  abatementRange: {type: Range, short: (QI) When in resolution/remission, choiceOf: abatement, index: 13}
  onsetDateTime: {type: dateTime, short: '(QI) Estimated or actual date, date-time, or age', choiceOf: onset, index: 4}
  abatementDateTime: {type: dateTime, short: (QI) When in resolution/remission, choiceOf: abatement, index: 10}
  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: 0
package_version: 7.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-condition-encounter-diagnosis
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-encounter-diagnosis
version: 7.0.0-ballot