description: TBD - Element to capture the presence or absence of specific factors (criteria) associated with serious adverse events. package_name: hl7.fhir.uv.ae-research-ig derivation: constraint name: SeriousnessCriteria type: Extension elements: extension: array: true min: 2 index: 0 slicing: slices: criterionCode: match: {} schema: short: Action criteria usually associated with events that pose a threat to a patient's life or functioning mustSupport: true _required: true index: 1 extensions: {} elements: extension: {index: 2} url: pattern: {type: Uri, value: criterionCode} index: 3 value: choices: [valueCodeableConcept] index: 5 valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 6} required: [value, valueCodeableConcept] criterionPresent: match: {} schema: short: Presence or absence of the specified criteria _required: true index: 7 extensions: {} elements: extension: {index: 8} url: pattern: {type: Uri, value: criterionPresent} index: 9 value: choices: [valueBoolean] index: 11 valueBoolean: {type: boolean, choiceOf: value, index: 12} required: [value, valueBoolean] url: pattern: {type: Uri, value: 'http://hl7.org/fhir/uv/ae-research-ig/StructureDefinition/seriousness-criteria'} index: 13 value: choices: [] index: 15 package_version: 1.0.0-ballot extensions: criterionCode: url: null short: Action criteria usually associated with events that pose a threat to a patient's life or functioning mustSupport: true _required: true index: 1 extensions: {} elements: extension: {index: 2} url: pattern: {type: Uri, value: criterionCode} index: 3 value: choices: [valueCodeableConcept] index: 5 valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 6} required: [value, valueCodeableConcept] criterionPresent: url: null short: Presence or absence of the specified criteria _required: true index: 7 extensions: {} elements: extension: {index: 8} url: pattern: {type: Uri, value: criterionPresent} index: 9 value: choices: [valueBoolean] index: 11 valueBoolean: {type: boolean, choiceOf: value, index: 12} required: [value, valueBoolean] class: extension kind: complex-type url: http://hl7.org/fhir/uv/ae-research-ig/StructureDefinition/seriousness-criteria base: http://hl7.org/fhir/StructureDefinition/Extension version: 1.0.0-ballot