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: HIE2.packages derivation: constraint name: ConditionUvIps type: Condition elements: onset: mustSupport: false choices: [onsetPeriod] index: 16 slicing: slices: onsetPeriod: match: {} schema: mustSupport: false choices: [onsetPeriod] index: 16 category: type: CodeableConcept binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/problem-type-uv-ips'} index: 2 clinicalStatus: {type: CodeableConcept, index: 0} onsetPeriod: type: Period mustSupport: false choiceOf: onset index: 17 slicing: slices: onsetPeriod: match: {} schema: {type: Period, mustSupport: false, choiceOf: onset, index: 17} abatement: mustSupport: false choices: [abatementPeriod] index: 24 slicing: slices: abatementPeriod: match: {} schema: mustSupport: false choices: [abatementPeriod] index: 24 abatementPeriod: type: Period mustSupport: false choiceOf: abatement index: 25 slicing: slices: abatementPeriod: match: {} schema: {type: Period, mustSupport: false, choiceOf: abatement, index: 25} asserter: {mustSupport: true, index: 26} severity: type: CodeableConcept binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/condition-severity-uv-ips'} index: 3 code: type: CodeableConcept index: 4 slicing: rules: open description: Discriminated by the bound value set discriminator: - {path: $this, type: pattern} min: 1 slices: problemGPSCode: match: {} schema: short: Code for a problem from the SNOMED CT GPS code set binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/core-problem-finding-situation-event-gps-uv-ips'} mustSupport: true index: 5 absentOrUnknownProblem: match: {} schema: short: Code for absent problem or for unknown problem binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/absent-or-unknown-problems-uv-ips'} mustSupport: true index: 6 onsetDateTime: type: dateTime mustSupport: true choiceOf: onset index: 14 slicing: slices: onsetDateTime: match: {} schema: {type: dateTime, mustSupport: true, choiceOf: onset, index: 14} bodySite: {type: CodeableConcept, index: 7} abatementDateTime: type: dateTime mustSupport: true choiceOf: abatement index: 22 slicing: slices: abatementDateTime: match: {} schema: {type: dateTime, mustSupport: true, choiceOf: abatement, index: 22} verificationStatus: {type: CodeableConcept, 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.1.1 class: profile kind: resource url: http://hl7.org/fhir/uv/ips/StructureDefinition/Condition-uv-ips base: http://hl7.org/fhir/StructureDefinition/Condition version: 1.0.0 required: [clinicalStatus, code]