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

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:
    short: Estimated or actual date,  date-time, or age
    choices: []
    isSummary: true
    index: 10
  category:
    short: problem-list-item | encounter-diagnosis
    array: true
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/condition-category'}
    index: 3
  clinicalStatus:
    isModifier: true
    short: active | recurrence | relapse | inactive | remission | resolved
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/condition-clinical|4.0.1'}
    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, severity: error, expression: summary.exists() or assessment.exists()}
    short: Stage/grade, usually assessed formally
    array: true
    index: 16
    elements:
      summary:
        short: Simple summary (disease specific)
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/condition-stage'}
        index: 17
      assessment: {short: Formal record of assessment, array: true, index: 18}
      type:
        short: Kind of staging
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/condition-stage-type'}
        index: 19
  encounter: {short: Encounter created as part of, isSummary: true, index: 8}
  evidence:
    constraint:
      con-2: {human: evidence SHALL have code or details, severity: error, expression: code.exists() or detail.exists()}
    short: Supporting evidence
    array: true
    index: 20
    elements:
      code:
        short: Manifestation/symptom
        array: true
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/manifestation-or-symptom'}
        isSummary: true
        index: 21
      detail: {short: Supporting information found elsewhere, array: true, isSummary: true, index: 22}
  abatement:
    short: When in resolution/remission
    choices: []
    index: 12
  asserter: {short: Person who asserts this condition, isSummary: true, index: 15}
  note: {short: Additional information about the Condition, array: true, index: 23}
  recordedDate: {short: Date record was first recorded, isSummary: true, index: 13}
  recorder: {short: Who recorded the condition, isSummary: true, index: 14}
  severity:
    short: Subjective severity of condition
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/condition-severity'}
    index: 4
  code:
    short: Identification of the condition, problem or diagnosis
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/condition-code'}
    isSummary: true
    index: 5
  identifier: {short: External Ids for this condition, array: true, isSummary: true, index: 0}
  bodySite:
    short: Anatomical location, if relevant
    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
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/condition-ver-status|4.0.1'}
    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: {short: 'Who has the condition?', isSummary: true, index: 7}
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Condition
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.0.1
required: [subject]