http://hl7.org/fhir/StructureDefinition/Condition|5.0.0

A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.
description: A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.
derivation: specialization
name: Condition
type: Condition
elements:
  onset:
    isModifier: false
    short: Estimated or actual date,  date-time, or age
    mustSupport: false
    choices: []
    isSummary: true
    index: 10
  category:
    isModifier: false
    short: problem-list-item | encounter-diagnosis
    mustSupport: false
    array: true
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/condition-category'}
    isSummary: false
    index: 3
  clinicalStatus:
    isModifier: true
    short: active | recurrence | relapse | inactive | remission | resolved | unknown
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/condition-clinical|5.0.0'}
    isModifierReason: This element is labeled as a modifier because the status contains codes that mark the condition as no longer active.
    isSummary: true
    index: 1
  stage:
    constraint:
      con-1: {human: Stage SHALL have summary or assessment, source: 'http://hl7.org/fhir/StructureDefinition/Condition', severity: error, expression: summary.exists() or assessment.exists()}
    isModifier: false
    short: Stage/grade, usually assessed formally
    mustSupport: false
    array: true
    isSummary: false
    index: 17
    elements:
      summary:
        isModifier: false
        short: Simple summary (disease specific)
        mustSupport: false
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/condition-stage'}
        isSummary: false
        index: 18
      assessment: {isModifier: false, short: Formal record of assessment, mustSupport: false, array: true, isSummary: false, index: 19}
      type:
        isModifier: false
        short: Kind of staging
        mustSupport: false
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/condition-stage-type'}
        isSummary: false
        index: 20
  encounter: {isModifier: false, short: The Encounter during which this Condition was created, mustSupport: false, isSummary: true, index: 8}
  evidence:
    isModifier: false
    short: Supporting evidence for the verification status
    mustSupport: false
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/clinical-findings'}
    isSummary: true
    index: 21
  participant:
    isModifier: false
    short: Who or what participated in the activities related to the condition and how they were involved
    mustSupport: false
    array: true
    isSummary: true
    index: 14
    elements:
      function:
        isModifier: false
        short: Type of involvement
        mustSupport: false
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/participation-role-type'}
        isSummary: true
        index: 15
      actor: {isModifier: false, short: Who or what participated in the activities related to the condition, mustSupport: false, isSummary: true, index: 16}
    required: [actor]
  abatement:
    isModifier: false
    short: When in resolution/remission
    mustSupport: false
    choices: []
    isSummary: false
    index: 12
  note: {isModifier: false, short: Additional information about the Condition, mustSupport: false, array: true, isSummary: false, index: 22}
  recordedDate: {isModifier: false, short: Date condition was first recorded, mustSupport: false, isSummary: true, index: 13}
  severity:
    isModifier: false
    short: Subjective severity of condition
    mustSupport: false
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/condition-severity'}
    isSummary: false
    index: 4
  code:
    isModifier: false
    short: Identification of the condition, problem or diagnosis
    mustSupport: false
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/condition-code'}
    isSummary: true
    index: 5
  identifier: {isModifier: false, short: External Ids for this condition, mustSupport: false, array: true, isSummary: true, index: 0}
  bodySite:
    isModifier: false
    short: Anatomical location, if relevant
    mustSupport: false
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/body-site'}
    isSummary: true
    index: 6
  verificationStatus:
    isModifier: true
    short: unconfirmed | provisional | differential | confirmed | refuted | entered-in-error
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/condition-ver-status|5.0.0'}
    isModifierReason: This element is labeled as a modifier because the status contains the code refuted and entered-in-error that mark the Condition as not currently valid.
    isSummary: true
    index: 2
  subject: {isModifier: false, short: 'Who has the condition?', mustSupport: false, isSummary: true, index: 7}
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Condition
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 5.0.0
required: [clinicalStatus, subject]