http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-encounter-diagnosis|8.0.0-ballot

The US Core Condition Encounter Diagnosis Profile inherits from the FHIR [Condition](https://hl7.org/fhir/R4/condition.html) resource; refer to it for scope and usage definitions. US Core version 5.0.0 split the US Core Condition Profile into this profile and the US Core Condition Problems and Health Concerns Profile. This profile meets the requirements of the U.S. Core Data for Interoperability (USCDI) *Encounter Diagnosis* Data Element. It sets minimum expectations for the Condition resource to record, search, and fetch information about an encounter diagnosis. It specifies which core elements, extensions, vocabularies, and value sets **SHALL** be present in the resource and constrains how the elements are used. Providing the floor for standards development for specific use cases promotes interoperability and adoption.
description: The US Core Condition Encounter Diagnosis Profile inherits from the FHIR [Condition](https://hl7.org/fhir/R4/condition.html) resource; refer to it for scope and usage definitions. US Core version 5.0.0 split the US Core Condition Profile into this profile and the US Core Condition Problems and Health Concerns Profile. This profile meets the requirements of the U.S. Core Data for Interoperability (USCDI)  *Encounter Diagnosis* Data Element. It sets minimum expectations for the Condition resource to record, search, and fetch information about an encounter diagnosis. It specifies which core elements, extensions,  vocabularies, and value sets **SHALL** be present in the resource and constrains how the elements are used. Providing the floor for standards development for specific use cases promotes interoperability and adoption.
derivation: constraint
name: USCoreConditionEncounterDiagnosisProfile
type: Condition
elements:
  onset:
    mustSupport: true
    choices: []
    index: 9
  category:
    short: category codes
    mustSupport: true
    index: 3
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: value}
      min: 1
      slices:
        us-core:
          match:
            coding:
            - {code: encounter-diagnosis, system: 'http://terminology.hl7.org/CodeSystem/condition-category'}
          schema:
            short: encounter-diagnosis
            mustSupport: true
            _required: true
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: encounter-diagnosis, system: 'http://terminology.hl7.org/CodeSystem/condition-category'}
            index: 4
          min: 1
          max: 1
  clinicalStatus:
    mustSupport: true
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/condition-clinical'}
    index: 1
  encounter: {mustSupport: true, index: 7}
  abatement:
    mustSupport: true
    choices: []
    index: 11
  extension:
    short: Date the condition was first asserted
    mustSupport: true
    index: 0
    slicing:
      slices:
        assertedDate:
          match: {}
          schema: {short: Date the condition was first asserted, mustSupport: true, index: 0}
          max: 1
  recordedDate: {mustSupport: true, index: 12}
  code:
    mustSupport: true
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-condition-code'}
    index: 5
  verificationStatus:
    mustSupport: true
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/condition-ver-status'}
    index: 2
  subject: {mustSupport: true, index: 6}
extensions:
  assertedDate: {url: null, max: 1, short: Date the condition was first asserted, mustSupport: true, index: 0}
class: profile
kind: resource
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-encounter-diagnosis
base: http://hl7.org/fhir/StructureDefinition/Condition
version: 8.0.0-ballot
required: [category, code]