PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.qicore@7.0.1
    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 consistent implementation, this profile defines constraints and extensions on the Condition resource for the minimal set of data to record, search, and retrieve 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: 9
  category:
    min: 1
    short: (QI) category codes
    index: 3
    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: 1}
  abatementAge: {type: Age, short: (QI) When in resolution/remission, choiceOf: abatement, index: 17}
  onsetRange: {type: Range, short: '(QI) Estimated or actual date, date-time, or age', choiceOf: onset, index: 13}
  onsetAge: {type: Age, short: '(QI) Estimated or actual date, date-time, or age', choiceOf: onset, index: 11}
  encounter:
    type: Reference
    short: (QI) Encounter created as part of
    refers: ['http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter']
    index: 7
  onsetPeriod: {type: Period, short: '(QI) Estimated or actual date, date-time, or age', choiceOf: onset, index: 12}
  abatement:
    short: (QI) When in resolution/remission
    choices: [abatementDateTime, abatementAge, abatementPeriod, abatementRange]
    index: 15
  abatementPeriod: {type: Period, short: (QI) When in resolution/remission, choiceOf: abatement, index: 18}
  abatementRange: {type: Range, short: (QI) When in resolution/remission, choiceOf: abatement, index: 19}
  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: 0
    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: 0
          min: 0
          max: 1
  recordedDate: {short: (QI) Date record was first recorded, index: 20}
  severity: {short: (QI) Subjective severity of condition, index: 4}
  code: {short: '(QI) Identification of the condition, problem or diagnosis', index: 5}
  onsetDateTime: {type: dateTime, short: '(QI) Estimated or actual date, date-time, or age', choiceOf: onset, index: 10}
  abatementDateTime: {type: dateTime, short: (QI) When in resolution/remission, choiceOf: abatement, index: 16}
  verificationStatus: {short: (QI) unconfirmed | provisional | differential | confirmed | refuted | entered-in-error, index: 2}
  subject:
    isModifier: false
    short: (QI) Who has the condition?
    refers: ['http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient']
    type: Reference
    mustSupport: true
    isSummary: true
    index: 6
package_version: 7.0.1
extensions:
  assertedDate:
    min: 0
    isModifier: false
    short: (QI) Date the condition was first asserted
    index: 0
    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-encounter-diagnosis
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-encounter-diagnosis
version: 7.0.1
required: [category]