PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.ips@0.3.0
    http://hl7.org/fhir/uv/ips/StructureDefinition/Condition-uv-ips
description: This profile represents the constraints applied to the Condition resource by the International Patient Summary (IPS) FHIR Implementation Guide. A record of problem is represented in the patient summary as an instance of the Condition resource constrained by this profile.
package_name: hl7.fhir.uv.ips
derivation: constraint
name: ConditionUvIps
type: Condition
elements:
  category:
    type: CodeableConcept
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/problem-type-uv-ips'}
    mustSupport: true
    index: 5
  clinicalStatus: {type: CodeableConcept, mustSupport: true, index: 3}
  meta:
    mustSupport: true
    index: 1
    elements:
      profile:
        mustSupport: true
        pattern: {type: Canonical, value: 'http://hl7.org/fhir/uv/ips/StructureDefinition/Condition-uv-ips'}
        index: 2
  abatement:
    mustSupport: true
    choices: []
    index: 14
  asserter: {mustSupport: true, index: 15}
  id: {mustSupport: true, index: 0}
  severity:
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/condition-severity-uv-ips'}
    mustSupport: true
    index: 6
  code:
    type: CodeableConcept
    mustSupport: true
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/core-problem-list-disorders-uv-ips'}
    index: 7
    slicing:
      rules: open
      description: Discriminated by the bound value set
      discriminator:
      - {path: $this, type: pattern}
      min: 1
      max: 1
      slices:
        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'}
            index: 8
          min: 0
          max: 1
  onsetDateTime: {type: dateTime, mustSupport: true, index: 12}
  bodySite:
    type: CodeableConcept
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/body-site'}
    mustSupport: true
    index: 9
  verificationStatus: {type: CodeableConcept, mustSupport: true, index: 4}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips']
    index: 10
    elements:
      reference: {mustSupport: true, index: 11}
    required: [reference]
package_version: 0.3.0
class: profile
kind: resource
url: http://hl7.org/fhir/uv/ips/StructureDefinition/Condition-uv-ips
base: http://hl7.org/fhir/StructureDefinition/Condition
version: 0.3.0
required: [clinicalStatus, code]