PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.mcode@4.0.0
    http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbidities
description: 'General structure for capturing comorbid conditions with respect to a primary (''index'') condition. The user can use this profile in three ways: (1) free-form, listing any conditions they wish to highlight as significant comorbidities, (2) following a formal paradigm such as the Charlson Comorbidity Index or the NCI Comorbidity Index, or (3) use disease categories defined for registry reporting purposes, such as those defined by Center for International Blood and Marrow Transplant Research (CIBMTR).'
package_name: hl7.fhir.us.mcode
derivation: constraint
name: Comorbidities
type: Observation
elements:
  hasMember: {short: Not used in this profile, index: 14}
  method: {short: Comorbidity framework used., index: 11}
  specimen: {short: Not used in this profile, index: 12}
  valueQuantity: {type: Quantity, choiceOf: value, index: 8}
  value:
    choices: [valueQuantity, valueInteger]
    index: 7
  component: {short: Not used in this profile, index: 15}
  extension:
    mustSupport: true
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        comorbidConditionPresent:
          match: {url: null}
          schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-related-condition', index: 1}
          min: 0
        comorbidConditionAbsent:
          match: {url: null}
          schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-related-condition-absent', index: 2}
          min: 0
  code:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '398192003', system: 'http://snomed.info/sct'}
    index: 3
  bodySite: {short: Not used in this profile, index: 10}
  focus:
    type: Reference
    short: The Index Condition
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-primary-cancer-condition']
    index: 5
  device: {short: Not used in this profile, index: 13}
  valueInteger: {type: integer, choiceOf: value, index: 9}
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-patient']
    index: 4
package_version: 4.0.0
extensions:
  comorbidConditionPresent: {url: 'http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-related-condition', min: 0, type: Extension, mustSupport: true, index: 1}
  comorbidConditionAbsent: {url: 'http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-related-condition-absent', min: 0, type: Extension, mustSupport: true, index: 2}
class: profile
kind: resource
url: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbidities
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation
version: 4.0.0