PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.us.qicore@6.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: rs/hl7.fhir.us.qicore
derivation: constraint
name: QICoreConditionEncounterDiagnosis
type: Condition
elements:
  onset:
    mustSupport: true
    choices: [onsetDateTime, onsetAge, onsetPeriod, onsetRange]
    index: 3
  abatementAge: {type: Age, mustSupport: true, choiceOf: abatement, index: 11}
  onsetRange: {type: Range, mustSupport: true, choiceOf: onset, index: 7}
  onsetAge: {type: Age, mustSupport: true, choiceOf: onset, index: 5}
  encounter:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter']
    index: 1
  onsetPeriod: {type: Period, mustSupport: true, choiceOf: onset, index: 6}
  abatement:
    mustSupport: true
    choices: [abatementDateTime, abatementAge, abatementPeriod, abatementRange]
    index: 9
  abatementPeriod: {type: Period, mustSupport: true, choiceOf: abatement, index: 12}
  abatementRange: {type: Range, mustSupport: true, choiceOf: abatement, index: 13}
  onsetDateTime: {type: dateTime, mustSupport: true, choiceOf: onset, index: 4}
  abatementDateTime: {type: dateTime, mustSupport: true, choiceOf: abatement, index: 10}
  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-encounter-diagnosis
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-encounter-diagnosis
version: 6.0.0-ballot