HL7 FHIR Implementation Guide: Sri Lanka
0.1.0 - STU1 International flag

HL7 FHIR Implementation Guide: Sri Lanka, published by Jembi Health Systems. This is not an authorized publication; it is the continuous build for version 0.1.0. This version is based on the current content of https://github.com/jembi/Sri-Lanka and changes regularly. See the Directory of published versions

Resource Profile: Cardiovascular Risk Assessment

Official URL: http://openhie.org/fhir/sri-lanka/StructureDefinition/cvd-risk-category Version: 0.1.0
Active as of 2023-11-10 Computable Name: CVDRiskCategory

Represents the patient’s CVD risk score.

Usage:

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from RiskAssessment

NameFlagsCard.TypeDescription & Constraintsdoco
.. RiskAssessment 0..*RiskAssessmentPotential outcomes for a subject with likelihood
... code 1..1CodeableConceptType of assessment
Required Pattern: At least the following
.... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
..... system1..1uriIdentity of the terminology system
Fixed Value: http://snomed.info/sct
..... code1..1codeSymbol in syntax defined by the system
Fixed Value: 441829007
... encounter 1..1Reference(Encounter)Where was assessment performed?
... Slices for occurrence[x] 1..1dateTimeWhen was assessment made?
Slice: Unordered, Open by type:$this
.... occurrence[x]:occurrenceDateTime 1..1dateTimeWhen was assessment made?
... basis 1..*Reference(Resource)Information used in assessment
... prediction 1..*BackboneElementOutcome predicted
.... outcome 1..1CodeableConceptPossible outcome for the subject
.... Slices for probability[x] 0..1decimal, RangeLikelihood of specified outcome
Slice: Unordered, Open by type:$this
..... probability[x]:probabilityDecimal S0..1decimalLikelihood of specified outcome
.... qualitativeRisk 1..1CodeableConceptLikelihood of specified outcome as a qualitative value
Binding: Cardiovascular Risk Categories (required)
.... Slices for when[x] 1..1RangeTimeframe or age range
Slice: Unordered, Open by type:$this
..... when[x]:whenRange 1..1RangeTimeframe or age range

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSet
RiskAssessment.prediction.qualitativeRiskrequiredVSCVDRiskCategory (a valid code from Cardiovascular Risk Categories)
NameFlagsCard.TypeDescription & Constraintsdoco
.. RiskAssessment 0..*RiskAssessmentPotential outcomes for a subject with likelihood
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... status Σ1..1coderegistered | preliminary | final | amended +
Binding: ObservationStatus (required): The status of the risk assessment; e.g. preliminary, final, amended, etc.

.... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
..... system1..1uriIdentity of the terminology system
Fixed Value: http://snomed.info/sct
..... code1..1codeSymbol in syntax defined by the system
Fixed Value: 441829007
... subject Σ1..1Reference(Patient | Group)Who/what does assessment apply to?
... encounter Σ1..1Reference(Encounter)Where was assessment performed?
... Slices for occurrence[x] Σ1..1dateTimeWhen was assessment made?
Slice: Unordered, Closed by type:$this
.... occurrence[x]:occurrenceDateTime Σ1..1dateTimeWhen was assessment made?
... performer Σ1..1Reference(Practitioner | PractitionerRole | Device)Who did assessment?
... basis 1..*Reference(Resource)Information used in assessment
... prediction C1..*BackboneElementOutcome predicted
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... outcome 1..1CodeableConceptPossible outcome for the subject
Binding: (unbound) (example): The condition or other outcome; e.g. death, remission, amputation, infection, etc.

.... Slices for probability[x] C0..1Likelihood of specified outcome
Slice: Unordered, Open by type:$this
..... probabilityDecimaldecimal
..... probabilityRangeRange
..... probability[x]:probabilityDecimal SC0..1decimalLikelihood of specified outcome
.... qualitativeRisk 1..1CodeableConceptLikelihood of specified outcome as a qualitative value
Binding: Cardiovascular Risk Categories (required)
.... Slices for when[x] 1..1RangeTimeframe or age range
Slice: Unordered, Closed by type:$this
..... when[x]:whenRange 1..1RangeTimeframe or age range

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
RiskAssessment.statusrequiredObservationStatus
RiskAssessment.prediction.outcomeexample
RiskAssessment.prediction.qualitativeRiskrequiredVSCVDRiskCategory (a valid code from Cardiovascular Risk Categories)

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorRiskAssessmentIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorRiskAssessmentIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorRiskAssessmentIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorRiskAssessmentIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceRiskAssessmentA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ras-1errorRiskAssessment.prediction.probability[x], RiskAssessment.prediction.probability[x]:probabilityDecimallow and high must be percentages, if present
: (low.empty() or ((low.code = '%') and (low.system = %ucum))) and (high.empty() or ((high.code = '%') and (high.system = %ucum)))
ras-2errorRiskAssessment.predictionMust be <= 100
: probability is decimal implies (probability as decimal) <= 100
NameFlagsCard.TypeDescription & Constraintsdoco
.. RiskAssessment 0..*RiskAssessmentPotential outcomes for a subject with likelihood
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier Σ0..*IdentifierUnique identifier for the assessment
... basedOn 0..1Reference(Resource)Request fulfilled by this assessment
... parent 0..1Reference(Resource)Part of this occurrence
... status Σ1..1coderegistered | preliminary | final | amended +
Binding: ObservationStatus (required): The status of the risk assessment; e.g. preliminary, final, amended, etc.

... method Σ0..1CodeableConceptEvaluation mechanism
Binding: (unbound) (example): The mechanism or algorithm used to make the assessment; e.g. TIMI, PRISM, Cardiff Type 2 diabetes, etc.

... code Σ1..1CodeableConceptType of assessment
Required Pattern: At least the following
.... id0..1stringUnique id for inter-element referencing
.... extension0..*ExtensionAdditional content defined by implementations
.... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
..... id0..1stringUnique id for inter-element referencing
..... extension0..*ExtensionAdditional content defined by implementations
..... system1..1uriIdentity of the terminology system
Fixed Value: http://snomed.info/sct
..... version0..1stringVersion of the system - if relevant
..... code1..1codeSymbol in syntax defined by the system
Fixed Value: 441829007
..... display0..1stringRepresentation defined by the system
..... userSelected0..1booleanIf this coding was chosen directly by the user
.... text0..1stringPlain text representation of the concept
... subject Σ1..1Reference(Patient | Group)Who/what does assessment apply to?
... encounter Σ1..1Reference(Encounter)Where was assessment performed?
... Slices for occurrence[x] Σ1..1dateTimeWhen was assessment made?
Slice: Unordered, Closed by type:$this
.... occurrence[x]:occurrenceDateTime Σ1..1dateTimeWhen was assessment made?
... condition Σ0..1Reference(Condition)Condition assessed
... performer Σ1..1Reference(Practitioner | PractitionerRole | Device)Who did assessment?
... reasonCode 0..*CodeableConceptWhy the assessment was necessary?
... reasonReference 0..*Reference(Condition | Observation | DiagnosticReport | DocumentReference)Why the assessment was necessary?
... basis 1..*Reference(Resource)Information used in assessment
... prediction C1..*BackboneElementOutcome predicted
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... outcome 1..1CodeableConceptPossible outcome for the subject
Binding: (unbound) (example): The condition or other outcome; e.g. death, remission, amputation, infection, etc.

.... Slices for probability[x] C0..1Likelihood of specified outcome
Slice: Unordered, Open by type:$this
..... probabilityDecimaldecimal
..... probabilityRangeRange
..... probability[x]:probabilityDecimal SC0..1decimalLikelihood of specified outcome
.... qualitativeRisk 1..1CodeableConceptLikelihood of specified outcome as a qualitative value
Binding: Cardiovascular Risk Categories (required)
.... relativeRisk 0..1decimalRelative likelihood
.... Slices for when[x] 1..1RangeTimeframe or age range
Slice: Unordered, Closed by type:$this
..... when[x]:whenRange 1..1RangeTimeframe or age range
.... rationale 0..1stringExplanation of prediction
... mitigation 0..1stringHow to reduce risk
... note 0..*AnnotationComments on the risk assessment

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
RiskAssessment.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
RiskAssessment.statusrequiredObservationStatus
RiskAssessment.methodexample
RiskAssessment.prediction.outcomeexample
RiskAssessment.prediction.qualitativeRiskrequiredVSCVDRiskCategory (a valid code from Cardiovascular Risk Categories)

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorRiskAssessmentIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorRiskAssessmentIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorRiskAssessmentIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorRiskAssessmentIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceRiskAssessmentA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ras-1errorRiskAssessment.prediction.probability[x], RiskAssessment.prediction.probability[x]:probabilityDecimallow and high must be percentages, if present
: (low.empty() or ((low.code = '%') and (low.system = %ucum))) and (high.empty() or ((high.code = '%') and (high.system = %ucum)))
ras-2errorRiskAssessment.predictionMust be <= 100
: probability is decimal implies (probability as decimal) <= 100

This structure is derived from RiskAssessment

Summary

Mandatory: 11 elements
Must-Support: 1 element

Slices

This structure defines the following Slices:

  • The element RiskAssessment.occurrence[x] is sliced based on the value of type:$this
  • The element RiskAssessment.prediction.probability[x] is sliced based on the value of type:$this
  • The element RiskAssessment.prediction.when[x] is sliced based on the value of type:$this

Differential View

This structure is derived from RiskAssessment

NameFlagsCard.TypeDescription & Constraintsdoco
.. RiskAssessment 0..*RiskAssessmentPotential outcomes for a subject with likelihood
... code 1..1CodeableConceptType of assessment
Required Pattern: At least the following
.... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
..... system1..1uriIdentity of the terminology system
Fixed Value: http://snomed.info/sct
..... code1..1codeSymbol in syntax defined by the system
Fixed Value: 441829007
... encounter 1..1Reference(Encounter)Where was assessment performed?
... Slices for occurrence[x] 1..1dateTimeWhen was assessment made?
Slice: Unordered, Open by type:$this
.... occurrence[x]:occurrenceDateTime 1..1dateTimeWhen was assessment made?
... basis 1..*Reference(Resource)Information used in assessment
... prediction 1..*BackboneElementOutcome predicted
.... outcome 1..1CodeableConceptPossible outcome for the subject
.... Slices for probability[x] 0..1decimal, RangeLikelihood of specified outcome
Slice: Unordered, Open by type:$this
..... probability[x]:probabilityDecimal S0..1decimalLikelihood of specified outcome
.... qualitativeRisk 1..1CodeableConceptLikelihood of specified outcome as a qualitative value
Binding: Cardiovascular Risk Categories (required)
.... Slices for when[x] 1..1RangeTimeframe or age range
Slice: Unordered, Open by type:$this
..... when[x]:whenRange 1..1RangeTimeframe or age range

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSet
RiskAssessment.prediction.qualitativeRiskrequiredVSCVDRiskCategory (a valid code from Cardiovascular Risk Categories)

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. RiskAssessment 0..*RiskAssessmentPotential outcomes for a subject with likelihood
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... status Σ1..1coderegistered | preliminary | final | amended +
Binding: ObservationStatus (required): The status of the risk assessment; e.g. preliminary, final, amended, etc.

.... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
..... system1..1uriIdentity of the terminology system
Fixed Value: http://snomed.info/sct
..... code1..1codeSymbol in syntax defined by the system
Fixed Value: 441829007
... subject Σ1..1Reference(Patient | Group)Who/what does assessment apply to?
... encounter Σ1..1Reference(Encounter)Where was assessment performed?
... Slices for occurrence[x] Σ1..1dateTimeWhen was assessment made?
Slice: Unordered, Closed by type:$this
.... occurrence[x]:occurrenceDateTime Σ1..1dateTimeWhen was assessment made?
... performer Σ1..1Reference(Practitioner | PractitionerRole | Device)Who did assessment?
... basis 1..*Reference(Resource)Information used in assessment
... prediction C1..*BackboneElementOutcome predicted
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... outcome 1..1CodeableConceptPossible outcome for the subject
Binding: (unbound) (example): The condition or other outcome; e.g. death, remission, amputation, infection, etc.

.... Slices for probability[x] C0..1Likelihood of specified outcome
Slice: Unordered, Open by type:$this
..... probabilityDecimaldecimal
..... probabilityRangeRange
..... probability[x]:probabilityDecimal SC0..1decimalLikelihood of specified outcome
.... qualitativeRisk 1..1CodeableConceptLikelihood of specified outcome as a qualitative value
Binding: Cardiovascular Risk Categories (required)
.... Slices for when[x] 1..1RangeTimeframe or age range
Slice: Unordered, Closed by type:$this
..... when[x]:whenRange 1..1RangeTimeframe or age range

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
RiskAssessment.statusrequiredObservationStatus
RiskAssessment.prediction.outcomeexample
RiskAssessment.prediction.qualitativeRiskrequiredVSCVDRiskCategory (a valid code from Cardiovascular Risk Categories)

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorRiskAssessmentIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorRiskAssessmentIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorRiskAssessmentIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorRiskAssessmentIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceRiskAssessmentA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ras-1errorRiskAssessment.prediction.probability[x], RiskAssessment.prediction.probability[x]:probabilityDecimallow and high must be percentages, if present
: (low.empty() or ((low.code = '%') and (low.system = %ucum))) and (high.empty() or ((high.code = '%') and (high.system = %ucum)))
ras-2errorRiskAssessment.predictionMust be <= 100
: probability is decimal implies (probability as decimal) <= 100

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. RiskAssessment 0..*RiskAssessmentPotential outcomes for a subject with likelihood
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier Σ0..*IdentifierUnique identifier for the assessment
... basedOn 0..1Reference(Resource)Request fulfilled by this assessment
... parent 0..1Reference(Resource)Part of this occurrence
... status Σ1..1coderegistered | preliminary | final | amended +
Binding: ObservationStatus (required): The status of the risk assessment; e.g. preliminary, final, amended, etc.

... method Σ0..1CodeableConceptEvaluation mechanism
Binding: (unbound) (example): The mechanism or algorithm used to make the assessment; e.g. TIMI, PRISM, Cardiff Type 2 diabetes, etc.

... code Σ1..1CodeableConceptType of assessment
Required Pattern: At least the following
.... id0..1stringUnique id for inter-element referencing
.... extension0..*ExtensionAdditional content defined by implementations
.... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
..... id0..1stringUnique id for inter-element referencing
..... extension0..*ExtensionAdditional content defined by implementations
..... system1..1uriIdentity of the terminology system
Fixed Value: http://snomed.info/sct
..... version0..1stringVersion of the system - if relevant
..... code1..1codeSymbol in syntax defined by the system
Fixed Value: 441829007
..... display0..1stringRepresentation defined by the system
..... userSelected0..1booleanIf this coding was chosen directly by the user
.... text0..1stringPlain text representation of the concept
... subject Σ1..1Reference(Patient | Group)Who/what does assessment apply to?
... encounter Σ1..1Reference(Encounter)Where was assessment performed?
... Slices for occurrence[x] Σ1..1dateTimeWhen was assessment made?
Slice: Unordered, Closed by type:$this
.... occurrence[x]:occurrenceDateTime Σ1..1dateTimeWhen was assessment made?
... condition Σ0..1Reference(Condition)Condition assessed
... performer Σ1..1Reference(Practitioner | PractitionerRole | Device)Who did assessment?
... reasonCode 0..*CodeableConceptWhy the assessment was necessary?
... reasonReference 0..*Reference(Condition | Observation | DiagnosticReport | DocumentReference)Why the assessment was necessary?
... basis 1..*Reference(Resource)Information used in assessment
... prediction C1..*BackboneElementOutcome predicted
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... outcome 1..1CodeableConceptPossible outcome for the subject
Binding: (unbound) (example): The condition or other outcome; e.g. death, remission, amputation, infection, etc.

.... Slices for probability[x] C0..1Likelihood of specified outcome
Slice: Unordered, Open by type:$this
..... probabilityDecimaldecimal
..... probabilityRangeRange
..... probability[x]:probabilityDecimal SC0..1decimalLikelihood of specified outcome
.... qualitativeRisk 1..1CodeableConceptLikelihood of specified outcome as a qualitative value
Binding: Cardiovascular Risk Categories (required)
.... relativeRisk 0..1decimalRelative likelihood
.... Slices for when[x] 1..1RangeTimeframe or age range
Slice: Unordered, Closed by type:$this
..... when[x]:whenRange 1..1RangeTimeframe or age range
.... rationale 0..1stringExplanation of prediction
... mitigation 0..1stringHow to reduce risk
... note 0..*AnnotationComments on the risk assessment

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
RiskAssessment.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
RiskAssessment.statusrequiredObservationStatus
RiskAssessment.methodexample
RiskAssessment.prediction.outcomeexample
RiskAssessment.prediction.qualitativeRiskrequiredVSCVDRiskCategory (a valid code from Cardiovascular Risk Categories)

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorRiskAssessmentIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorRiskAssessmentIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorRiskAssessmentIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorRiskAssessmentIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceRiskAssessmentA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ras-1errorRiskAssessment.prediction.probability[x], RiskAssessment.prediction.probability[x]:probabilityDecimallow and high must be percentages, if present
: (low.empty() or ((low.code = '%') and (low.system = %ucum))) and (high.empty() or ((high.code = '%') and (high.system = %ucum)))
ras-2errorRiskAssessment.predictionMust be <= 100
: probability is decimal implies (probability as decimal) <= 100

This structure is derived from RiskAssessment

Summary

Mandatory: 11 elements
Must-Support: 1 element

Slices

This structure defines the following Slices:

  • The element RiskAssessment.occurrence[x] is sliced based on the value of type:$this
  • The element RiskAssessment.prediction.probability[x] is sliced based on the value of type:$this
  • The element RiskAssessment.prediction.when[x] is sliced based on the value of type:$this

 

Other representations of profile: CSV, Excel, Schematron