PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.ips@2.0.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 a 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:
  onset:
    mustSupport: true
    choices: []
    index: 9
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        onsetDateTime:
          match: {}
          schema:
            mustSupport: true
            choices: [onsetDateTime]
            index: 11
          min: 0
          max: 1
  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}
  severity:
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/condition-severity'}
    mustSupport: true
    index: 3
  code:
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/problems-uv-ips'}
    mustSupport: true
    index: 4
  onsetDateTime:
    type: dateTime
    mustSupport: true
    choiceOf: onset
    index: 12
    slicing:
      slices:
        onsetDateTime:
          match: {}
          schema: {type: dateTime, mustSupport: true, choiceOf: onset, index: 12}
          min: 0
          max: 1
  bodySite:
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/body-site'}
    index: 5
  verificationStatus: {index: 1}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips']
    index: 6
    elements:
      reference: {mustSupport: true, index: 7}
    required: [reference]
package_version: 2.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/uv/ips/StructureDefinition/Condition-uv-ips
base: http://hl7.org/fhir/StructureDefinition/Condition
version: 2.0.0
required: [code]