PackagesCanonicalsLogsProblems
    Packages
    fhir.ieb.core@0.0.10
    http://www.ieb.ufsc.br/fhir/StructureDefinition/Condition-ieb
description: This profile represents the constraints applied to the Condition resource by the International Patient Summary (IPS) FHIR Implementation Guide. A record of a problem is represented in the patient summary as an instance of the Condition resource constrained by this profile.
package_name: fhir.ieb.core
derivation: constraint
name: ConditionIEB
type: Condition
elements:
  onset:
    mustSupport: true
    choices: []
    index: 11
  category:
    type: CodeableConcept
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/problem-type-uv-ips'}
    mustSupport: true
    index: 2
  clinicalStatus: {type: CodeableConcept, mustSupport: true, index: 0}
  onsetPeriod:
    type: Period
    mustSupport: false
    index: 13
    slicing:
      slices:
        onsetPeriod:
          match: {}
          schema: {type: Period, mustSupport: false, index: 13}
  abatement:
    mustSupport: false
    choices: [abatementPeriod]
    index: 20
    slicing:
      slices:
        abatementPeriod:
          match: {}
          schema:
            mustSupport: false
            choices: [abatementPeriod]
            index: 20
  abatementPeriod:
    type: Period
    mustSupport: false
    choiceOf: abatement
    index: 21
    slicing:
      slices:
        abatementPeriod:
          match: {}
          schema: {type: Period, mustSupport: false, choiceOf: abatement, index: 21}
  asserter: {mustSupport: true, index: 22}
  severity:
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/condition-severity-uv-ips', bindingName: ConditionSeverity}
    mustSupport: true
    index: 3
  code:
    type: CodeableConcept
    mustSupport: true
    index: 4
    slicing:
      rules: open
      description: Discriminated by the bound value set
      discriminator:
      - {path: $this, type: pattern}
      min: 1
      max: 1
      slices:
        problemGPSCode:
          match: {}
          schema:
            short: Code for a problem from the SNOMED CT GPS code set
            mustSupport: true
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/core-problem-finding-situation-event-gps-uv-ips', bindingName: problemGPSCode}
            index: 5
          min: 0
          max: 1
        absentOrUnknownProblem:
          match: {}
          schema:
            short: Code for absent problem or for unknown problem
            mustSupport: true
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/absent-or-unknown-problems-uv-ips', bindingName: absentOrUnknownProblem}
            index: 6
          min: 0
          max: 1
  onsetDateTime:
    type: dateTime
    mustSupport: true
    index: 12
    slicing:
      slices:
        onsetDateTime:
          match: {}
          schema: {type: dateTime, mustSupport: true, index: 12}
  bodySite:
    type: CodeableConcept
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/body-site', bindingName: BodySite}
    index: 7
  abatementDateTime:
    type: dateTime
    mustSupport: true
    choiceOf: abatement
    index: 18
    slicing:
      slices:
        abatementDateTime:
          match: {}
          schema: {type: dateTime, mustSupport: true, choiceOf: abatement, index: 18}
  verificationStatus: {type: CodeableConcept, mustSupport: true, index: 1}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips']
    index: 8
    elements:
      reference: {mustSupport: true, index: 9}
    required: [reference]
package_version: 0.0.10
class: profile
kind: resource
url: http://www.ieb.ufsc.br/fhir/StructureDefinition/Condition-ieb
base: http://hl7.org/fhir/StructureDefinition/Condition
version: 1.0.0
required: [clinicalStatus, code]