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: [onsetDateTime, onsetAge, onsetPeriod, onsetRange, onsetString] index: 9 category: type: CodeableConcept binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/problem-type-uv-ips'} mustSupport: true index: 2 clinicalStatus: {type: CodeableConcept, mustSupport: true, index: 0} onsetRange: {type: Range, mustSupport: true, choiceOf: onset, index: 13} onsetAge: {type: Age, mustSupport: true, choiceOf: onset, index: 11} onsetPeriod: {type: Period, mustSupport: true, choiceOf: onset, index: 12} onsetString: {type: string, mustSupport: true, choiceOf: onset, index: 14} 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-snomed-absent-unknown-uv-ips'} mustSupport: true index: 4 onsetDateTime: {type: dateTime, mustSupport: true, choiceOf: onset, index: 10} bodySite: type: CodeableConcept binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/body-site'} index: 5 verificationStatus: {type: CodeableConcept, 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: 1.1.0 class: profile kind: resource url: http://hl7.org/fhir/uv/ips/StructureDefinition/Condition-uv-ips base: http://hl7.org/fhir/StructureDefinition/Condition version: 1.1.0 required: [clinicalStatus, code]