PackagesCanonicalsLogsProblems
    Packages
    ca.on.ehr.r4@1.0.0-snapshot13
    http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-condition
description: A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.
package_name: ca.on.ehr.r4
derivation: constraint
name: ConditionEHR
type: Condition
elements:
  clinicalStatus:
    type: CodeableConcept
    mustSupport: true
    index: 0
    elements:
      coding:
        elements:
          display:
            extensions:
              translation:
                url: null
                index: 1
                extensions: {}
                elements:
                  extension: {array: true, min: 2, index: 2}
            elements:
              extension:
                index: 1
                slicing:
                  slices:
                    translation:
                      match: {}
                      schema:
                        index: 1
                        extensions: {}
                        elements:
                          extension: {array: true, min: 2, index: 2}
  verificationStatus: {mustSupport: true, index: 3}
  code:
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/clinicalfindingcode'}
    mustSupport: true
    index: 4
    elements:
      coding:
        elements:
          display:
            extensions:
              translation:
                url: null
                index: 5
                extensions: {}
                elements:
                  extension: {array: true, min: 2, index: 6}
            elements:
              extension:
                index: 5
                slicing:
                  slices:
                    translation:
                      match: {}
                      schema:
                        index: 5
                        extensions: {}
                        elements:
                          extension: {array: true, min: 2, index: 6}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-patient']
    index: 7
    elements:
      reference: {mustSupport: true, index: 8}
    required: [reference]
  onset:
    mustSupport: true
    choices: []
    index: 10
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        onsetDateTime:
          match: {}
          schema:
            mustSupport: true
            choices: [onsetDateTime]
            index: 12
  onsetDateTime:
    type: dateTime
    mustSupport: true
    choiceOf: onset
    index: 13
    slicing:
      slices:
        onsetDateTime:
          match: {}
          schema: {type: dateTime, mustSupport: true, choiceOf: onset, index: 13}
package_version: 1.0.0-snapshot13
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-condition
base: http://hl7.org/fhir/StructureDefinition/Condition
version: 1.0.0
required: [code]