PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.cpg.r4@2.0.0-ballot
    http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-condition
description: CPG condition represents the minimum expectations for communicating condition/problem information as part of a CPG case
package_name: hl7.fhir.uv.cpg.r4
derivation: constraint
name: CPGCondition
type: Condition
elements:
  onset:
    mustSupport: true
    choices: [onsetDateTime, onsetAge, onsetPeriod, onsetRange]
    index: 11
  category: {index: 6}
  clinicalStatus: {mustSupport: true, index: 4}
  abatementAge: {type: Age, mustSupport: true, choiceOf: abatement, index: 19}
  onsetRange: {type: Range, mustSupport: true, choiceOf: onset, index: 15}
  onsetAge: {type: Age, mustSupport: true, choiceOf: onset, index: 13}
  encounter:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-encounter']
    index: 9
  evidence:
    mustSupport: true
    index: 22
    elements:
      code: {mustSupport: true, index: 23}
      detail: {mustSupport: true, index: 24}
  onsetPeriod: {type: Period, mustSupport: true, choiceOf: onset, index: 14}
  abatement:
    mustSupport: true
    choices: [abatementDateTime, abatementAge, abatementPeriod, abatementRange]
    index: 17
  abatementPeriod: {type: Period, mustSupport: true, choiceOf: abatement, index: 20}
  abatementRange: {type: Range, mustSupport: true, choiceOf: abatement, index: 21}
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        instantiatesCaseFeature:
          match: {url: null}
          schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-instantiatesCaseFeature', index: 1}
          min: 0
          max: 1
        caseFeatureType:
          match: {url: null}
          schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-caseFeatureType', index: 2}
          min: 0
          max: 1
        caseFeaturePertinence:
          match: {url: null}
          schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-caseFeaturePertinence', index: 3}
          min: 0
          max: 1
  code: {index: 7}
  onsetDateTime: {type: dateTime, mustSupport: true, choiceOf: onset, index: 12}
  abatementDateTime: {type: dateTime, mustSupport: true, choiceOf: abatement, index: 18}
  verificationStatus: {mustSupport: true, index: 5}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-patient']
    index: 8
package_version: 2.0.0-ballot
extensions:
  instantiatesCaseFeature: {url: 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-instantiatesCaseFeature', min: 0, max: 1, type: Extension, mustSupport: true, index: 1}
  caseFeatureType: {url: 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-caseFeatureType', min: 0, max: 1, type: Extension, mustSupport: true, index: 2}
  caseFeaturePertinence: {url: 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-caseFeaturePertinence', min: 0, max: 1, type: Extension, mustSupport: true, index: 3}
class: profile
kind: resource
url: http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-condition
base: http://hl7.org/fhir/StructureDefinition/Condition
version: 2.0.0-ballot
required: [category, code]