0.1.0 - ci-build

AnamnesiinRemoto - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: RiskAssessment_Patient

Official URL: http://anamnesi.na.icar.cnr/StructureDefinition/riskassessment-parent Version: 0.1.0
Draft as of 2025-06-26 Computable Name: RiskAssessment_Patient

Profilo per rappresentare valutazioni di rischio derivate da dati anamnestici e modelli predittivi clinici

Usage:

  • This Resource Profile is not used by any profiles in this Implementation Guide

Formal Views of Profile Content

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

NameFlagsCard.TypeDescription & Constraintsdoco
.. RiskAssessment 0..* RiskAssessment Potential outcomes for a subject with likelihood
dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
dom-6: A resource should have narrative for robust management
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
ele-1: All FHIR elements must have a @value or children
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
... status SΣ 1..1 code Stato della valutazione del rischio (es. preliminare, finale)
Binding: ObservationStatus (required): The status of the risk assessment; e.g. preliminary, final, amended, etc.


ele-1: All FHIR elements must have a @value or children
... code SΣ 1..1 CodeableConcept Tipo di rischio valutato (es. rischio cardiovascolare, metabolico)
ele-1: All FHIR elements must have a @value or children
... subject SΣ 1..1 Reference(Anamnesis_Patient) Riferimento al paziente oggetto della valutazione
ele-1: All FHIR elements must have a @value or children
... performer Σ 0..1 Reference(Practitioner_Anamnesis | Device_Patient) Operatore o sistema che ha generato la valutazione
ele-1: All FHIR elements must have a @value or children
... basis S 0..* Reference(Observation_Patient | Condition_Patient | FamilyMemberHistory_Patient) Fonti cliniche su cui si basa la valutazione (es. Observation, Condition, FamilyMemberHistory)
ele-1: All FHIR elements must have a @value or children
... prediction SC 1..* BackboneElement Risultati predittivi derivati dalla valutazione del rischio
ele-1: All FHIR elements must have a @value or children
ras-2: Must be <= 100
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... outcome 0..1 CodeableConcept Evento atteso o condizione potenziale (es. infarto, neoplasia)
Binding Description (No ValueSet): (example): The condition or other outcome; e.g. death, remission, amputation, infection, etc.


ele-1: All FHIR elements must have a @value or children
.... probability[x] C 0..1 Probabilità stimata dell'evento predetto
ele-1: All FHIR elements must have a @value or children
ras-1: low and high must be percentages, if present
..... probabilityDecimal decimal
..... probabilityRange Range
.... when[x] 0..1 Finestra temporale in cui si prevede possa verificarsi l'evento
ele-1: All FHIR elements must have a @value or children
..... whenPeriod Period
..... whenRange Range
... mitigation 0..1 string Azioni suggerite per ridurre o prevenire il rischio previsto
ele-1: All FHIR elements must have a @value or children

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
RiskAssessment.statusrequiredObservationStatus
http://hl7.org/fhir/ValueSet/observation-status|4.0.1
from the FHIR Standard
RiskAssessment.methodexample
RiskAssessment.prediction.outcomeexample

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]low 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

NameFlagsCard.TypeDescription & Constraintsdoco
.. RiskAssessment 0..* RiskAssessment Potential outcomes for a subject with likelihood
... status S 1..1 code Stato della valutazione del rischio (es. preliminare, finale)
... method S 0..1 CodeableConcept Metodo o algoritmo utilizzato (linea guida, modello AI, score)
... code S 1..1 CodeableConcept Tipo di rischio valutato (es. rischio cardiovascolare, metabolico)
... performer 0..1 Reference(Practitioner_Anamnesis | Device_Patient) Operatore o sistema che ha generato la valutazione
... basis S 0..* Reference(Observation_Patient | Condition_Patient | FamilyMemberHistory_Patient) Fonti cliniche su cui si basa la valutazione (es. Observation, Condition, FamilyMemberHistory)
... prediction S 1..* BackboneElement Risultati predittivi derivati dalla valutazione del rischio
.... outcome 0..1 CodeableConcept Evento atteso o condizione potenziale (es. infarto, neoplasia)
.... probability[x] 0..1 decimal, Range Probabilità stimata dell'evento predetto
.... when[x] 0..1 Period, Range Finestra temporale in cui si prevede possa verificarsi l'evento
... mitigation 0..1 string Azioni suggerite per ridurre o prevenire il rischio previsto

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. RiskAssessment 0..* RiskAssessment Potential outcomes for a subject with likelihood
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier Σ 0..* Identifier Unique identifier for the assessment
... basedOn 0..1 Reference(Resource) Request fulfilled by this assessment
... parent 0..1 Reference(Resource) Part of this occurrence
... status SΣ 1..1 code Stato della valutazione del rischio (es. preliminare, finale)
Binding: ObservationStatus (required): The status of the risk assessment; e.g. preliminary, final, amended, etc.

... method SΣ 0..1 CodeableConcept Metodo o algoritmo utilizzato (linea guida, modello AI, score)
Binding Description (No ValueSet): (example): The mechanism or algorithm used to make the assessment; e.g. TIMI, PRISM, Cardiff Type 2 diabetes, etc.

... code SΣ 1..1 CodeableConcept Tipo di rischio valutato (es. rischio cardiovascolare, metabolico)
... subject SΣ 1..1 Reference(Anamnesis_Patient) Riferimento al paziente oggetto della valutazione
... encounter Σ 0..1 Reference(Encounter) Where was assessment performed?
... occurrence[x] Σ 0..1 When was assessment made?
.... occurrenceDateTime dateTime
.... occurrencePeriod Period
... condition Σ 0..1 Reference(Condition) Condition assessed
... performer Σ 0..1 Reference(Practitioner_Anamnesis | Device_Patient) Operatore o sistema che ha generato la valutazione
... reasonCode 0..* CodeableConcept Why the assessment was necessary?
... reasonReference 0..* Reference(Condition | Observation | DiagnosticReport | DocumentReference) Why the assessment was necessary?
... basis S 0..* Reference(Observation_Patient | Condition_Patient | FamilyMemberHistory_Patient) Fonti cliniche su cui si basa la valutazione (es. Observation, Condition, FamilyMemberHistory)
... prediction SC 1..* BackboneElement Risultati predittivi derivati dalla valutazione del rischio
ras-2: Must be <= 100
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... outcome 0..1 CodeableConcept Evento atteso o condizione potenziale (es. infarto, neoplasia)
Binding Description (No ValueSet): (example): The condition or other outcome; e.g. death, remission, amputation, infection, etc.

.... probability[x] C 0..1 Probabilità stimata dell'evento predetto
ras-1: low and high must be percentages, if present
..... probabilityDecimal decimal
..... probabilityRange Range
.... qualitativeRisk 0..1 CodeableConcept Likelihood of specified outcome as a qualitative value
Binding: RiskProbability (example): The likelihood of the occurrence of a specified outcome.

.... relativeRisk 0..1 decimal Relative likelihood
.... when[x] 0..1 Finestra temporale in cui si prevede possa verificarsi l'evento
..... whenPeriod Period
..... whenRange Range
.... rationale 0..1 string Explanation of prediction
... mitigation 0..1 string Azioni suggerite per ridurre o prevenire il rischio previsto
... note 0..* Annotation Comments on the risk assessment

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
RiskAssessment.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
RiskAssessment.statusrequiredObservationStatus
http://hl7.org/fhir/ValueSet/observation-status|4.0.1
from the FHIR Standard
RiskAssessment.methodexample
RiskAssessment.prediction.outcomeexample
RiskAssessment.prediction.qualitativeRiskexampleRiskProbability
http://hl7.org/fhir/ValueSet/risk-probability
from the FHIR Standard

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]low 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

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. RiskAssessment 0..* RiskAssessment Potential outcomes for a subject with likelihood
dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
dom-6: A resource should have narrative for robust management
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
ele-1: All FHIR elements must have a @value or children
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
... status SΣ 1..1 code Stato della valutazione del rischio (es. preliminare, finale)
Binding: ObservationStatus (required): The status of the risk assessment; e.g. preliminary, final, amended, etc.


ele-1: All FHIR elements must have a @value or children
... code SΣ 1..1 CodeableConcept Tipo di rischio valutato (es. rischio cardiovascolare, metabolico)
ele-1: All FHIR elements must have a @value or children
... subject SΣ 1..1 Reference(Anamnesis_Patient) Riferimento al paziente oggetto della valutazione
ele-1: All FHIR elements must have a @value or children
... performer Σ 0..1 Reference(Practitioner_Anamnesis | Device_Patient) Operatore o sistema che ha generato la valutazione
ele-1: All FHIR elements must have a @value or children
... basis S 0..* Reference(Observation_Patient | Condition_Patient | FamilyMemberHistory_Patient) Fonti cliniche su cui si basa la valutazione (es. Observation, Condition, FamilyMemberHistory)
ele-1: All FHIR elements must have a @value or children
... prediction SC 1..* BackboneElement Risultati predittivi derivati dalla valutazione del rischio
ele-1: All FHIR elements must have a @value or children
ras-2: Must be <= 100
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... outcome 0..1 CodeableConcept Evento atteso o condizione potenziale (es. infarto, neoplasia)
Binding Description (No ValueSet): (example): The condition or other outcome; e.g. death, remission, amputation, infection, etc.


ele-1: All FHIR elements must have a @value or children
.... probability[x] C 0..1 Probabilità stimata dell'evento predetto
ele-1: All FHIR elements must have a @value or children
ras-1: low and high must be percentages, if present
..... probabilityDecimal decimal
..... probabilityRange Range
.... when[x] 0..1 Finestra temporale in cui si prevede possa verificarsi l'evento
ele-1: All FHIR elements must have a @value or children
..... whenPeriod Period
..... whenRange Range
... mitigation 0..1 string Azioni suggerite per ridurre o prevenire il rischio previsto
ele-1: All FHIR elements must have a @value or children

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
RiskAssessment.statusrequiredObservationStatus
http://hl7.org/fhir/ValueSet/observation-status|4.0.1
from the FHIR Standard
RiskAssessment.methodexample
RiskAssessment.prediction.outcomeexample

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]low 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

Differential View

This structure is derived from RiskAssessment

NameFlagsCard.TypeDescription & Constraintsdoco
.. RiskAssessment 0..* RiskAssessment Potential outcomes for a subject with likelihood
... status S 1..1 code Stato della valutazione del rischio (es. preliminare, finale)
... method S 0..1 CodeableConcept Metodo o algoritmo utilizzato (linea guida, modello AI, score)
... code S 1..1 CodeableConcept Tipo di rischio valutato (es. rischio cardiovascolare, metabolico)
... performer 0..1 Reference(Practitioner_Anamnesis | Device_Patient) Operatore o sistema che ha generato la valutazione
... basis S 0..* Reference(Observation_Patient | Condition_Patient | FamilyMemberHistory_Patient) Fonti cliniche su cui si basa la valutazione (es. Observation, Condition, FamilyMemberHistory)
... prediction S 1..* BackboneElement Risultati predittivi derivati dalla valutazione del rischio
.... outcome 0..1 CodeableConcept Evento atteso o condizione potenziale (es. infarto, neoplasia)
.... probability[x] 0..1 decimal, Range Probabilità stimata dell'evento predetto
.... when[x] 0..1 Period, Range Finestra temporale in cui si prevede possa verificarsi l'evento
... mitigation 0..1 string Azioni suggerite per ridurre o prevenire il rischio previsto

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. RiskAssessment 0..* RiskAssessment Potential outcomes for a subject with likelihood
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier Σ 0..* Identifier Unique identifier for the assessment
... basedOn 0..1 Reference(Resource) Request fulfilled by this assessment
... parent 0..1 Reference(Resource) Part of this occurrence
... status SΣ 1..1 code Stato della valutazione del rischio (es. preliminare, finale)
Binding: ObservationStatus (required): The status of the risk assessment; e.g. preliminary, final, amended, etc.

... method SΣ 0..1 CodeableConcept Metodo o algoritmo utilizzato (linea guida, modello AI, score)
Binding Description (No ValueSet): (example): The mechanism or algorithm used to make the assessment; e.g. TIMI, PRISM, Cardiff Type 2 diabetes, etc.

... code SΣ 1..1 CodeableConcept Tipo di rischio valutato (es. rischio cardiovascolare, metabolico)
... subject SΣ 1..1 Reference(Anamnesis_Patient) Riferimento al paziente oggetto della valutazione
... encounter Σ 0..1 Reference(Encounter) Where was assessment performed?
... occurrence[x] Σ 0..1 When was assessment made?
.... occurrenceDateTime dateTime
.... occurrencePeriod Period
... condition Σ 0..1 Reference(Condition) Condition assessed
... performer Σ 0..1 Reference(Practitioner_Anamnesis | Device_Patient) Operatore o sistema che ha generato la valutazione
... reasonCode 0..* CodeableConcept Why the assessment was necessary?
... reasonReference 0..* Reference(Condition | Observation | DiagnosticReport | DocumentReference) Why the assessment was necessary?
... basis S 0..* Reference(Observation_Patient | Condition_Patient | FamilyMemberHistory_Patient) Fonti cliniche su cui si basa la valutazione (es. Observation, Condition, FamilyMemberHistory)
... prediction SC 1..* BackboneElement Risultati predittivi derivati dalla valutazione del rischio
ras-2: Must be <= 100
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... outcome 0..1 CodeableConcept Evento atteso o condizione potenziale (es. infarto, neoplasia)
Binding Description (No ValueSet): (example): The condition or other outcome; e.g. death, remission, amputation, infection, etc.

.... probability[x] C 0..1 Probabilità stimata dell'evento predetto
ras-1: low and high must be percentages, if present
..... probabilityDecimal decimal
..... probabilityRange Range
.... qualitativeRisk 0..1 CodeableConcept Likelihood of specified outcome as a qualitative value
Binding: RiskProbability (example): The likelihood of the occurrence of a specified outcome.

.... relativeRisk 0..1 decimal Relative likelihood
.... when[x] 0..1 Finestra temporale in cui si prevede possa verificarsi l'evento
..... whenPeriod Period
..... whenRange Range
.... rationale 0..1 string Explanation of prediction
... mitigation 0..1 string Azioni suggerite per ridurre o prevenire il rischio previsto
... note 0..* Annotation Comments on the risk assessment

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
RiskAssessment.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
RiskAssessment.statusrequiredObservationStatus
http://hl7.org/fhir/ValueSet/observation-status|4.0.1
from the FHIR Standard
RiskAssessment.methodexample
RiskAssessment.prediction.outcomeexample
RiskAssessment.prediction.qualitativeRiskexampleRiskProbability
http://hl7.org/fhir/ValueSet/risk-probability
from the FHIR Standard

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]low 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

 

Other representations of profile: CSV, Excel, Schematron