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
| 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:
Description of Profiles, Differentials, Snapshots and how the different presentations work.
| Name | Flags | Card. | Type | Description & Constraints![]() |
|---|---|---|---|---|
![]() |
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 | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created ele-1: All FHIR elements must have a @value or children |
![]() ![]() |
?! | 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 |
![]() ![]() |
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 |
![]() ![]() |
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. ele-1: All FHIR elements must have a @value or children |
![]() ![]() |
SΣ | 1..1 | CodeableConcept | Tipo di rischio valutato (es. rischio cardiovascolare, metabolico) ele-1: All FHIR elements must have a @value or children |
![]() ![]() |
SΣ | 1..1 | Reference(Anamnesis_Patient) | Riferimento al paziente oggetto della valutazione ele-1: All FHIR elements must have a @value or children |
![]() ![]() |
Σ | 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 |
![]() ![]() |
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 |
![]() ![]() |
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 |
![]() ![]() ![]() |
?!Σ | 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 |
![]() ![]() ![]() |
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 | |
![]() ![]() ![]() |
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 | |
![]() ![]() ![]() ![]() |
decimal | |||
![]() ![]() ![]() ![]() |
Range | |||
![]() ![]() ![]() |
0..1 | Finestra temporale in cui si prevede possa verificarsi l'evento ele-1: All FHIR elements must have a @value or children | ||
![]() ![]() ![]() ![]() |
Period | |||
![]() ![]() ![]() ![]() |
Range | |||
![]() ![]() |
0..1 | string | Azioni suggerite per ridurre o prevenire il rischio previsto ele-1: All FHIR elements must have a @value or children | |
Documentation for this format | ||||
| Path | Conformance | ValueSet | URI |
| RiskAssessment.status | required | ObservationStatushttp://hl7.org/fhir/ValueSet/observation-status|4.0.1from the FHIR Standard | |
| RiskAssessment.method | example | ||
| RiskAssessment.prediction.outcome | example |
| Id | Grade | Path(s) | Details | Requirements |
| dom-2 | error | RiskAssessment | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
| dom-3 | error | RiskAssessment | 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 : 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-4 | error | RiskAssessment | If 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-5 | error | RiskAssessment | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
| dom-6 | best practice | RiskAssessment | A resource should have narrative for robust management : text.`div`.exists() | |
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
| ras-1 | error | RiskAssessment.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-2 | error | RiskAssessment.prediction | Must be <= 100 : probability is decimal implies (probability as decimal) <= 100 |
This structure is derived from RiskAssessment
| Name | Flags | Card. | Type | Description & Constraints![]() |
|---|---|---|---|---|
![]() |
0..* | RiskAssessment | Potential outcomes for a subject with likelihood | |
![]() ![]() |
S | 1..1 | code | Stato della valutazione del rischio (es. preliminare, finale) |
![]() ![]() |
S | 0..1 | CodeableConcept | Metodo o algoritmo utilizzato (linea guida, modello AI, score) |
![]() ![]() |
S | 1..1 | CodeableConcept | Tipo di rischio valutato (es. rischio cardiovascolare, metabolico) |
![]() ![]() |
S | 1..1 | Reference(Anamnesis_Patient) | Riferimento al paziente oggetto della valutazione |
![]() ![]() |
0..1 | Reference(Practitioner_Anamnesis | Device_Patient) | Operatore o sistema che ha generato la valutazione | |
![]() ![]() |
S | 0..* | Reference(Observation_Patient | Condition_Patient | FamilyMemberHistory_Patient) | Fonti cliniche su cui si basa la valutazione (es. Observation, Condition, FamilyMemberHistory) |
![]() ![]() |
S | 1..* | BackboneElement | Risultati predittivi derivati dalla valutazione del rischio |
![]() ![]() ![]() |
0..1 | CodeableConcept | Evento atteso o condizione potenziale (es. infarto, neoplasia) | |
![]() ![]() ![]() |
0..1 | decimal, Range | Probabilità stimata dell'evento predetto | |
![]() ![]() ![]() |
0..1 | Period, Range | Finestra temporale in cui si prevede possa verificarsi l'evento | |
![]() ![]() |
0..1 | string | Azioni suggerite per ridurre o prevenire il rischio previsto | |
Documentation for this format | ||||
| Name | Flags | Card. | Type | Description & Constraints![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | RiskAssessment | Potential outcomes for a subject with likelihood | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
Σ | 0..* | Identifier | Unique identifier for the assessment | ||||
![]() ![]() |
0..1 | Reference(Resource) | Request fulfilled by this assessment | |||||
![]() ![]() |
0..1 | Reference(Resource) | Part of this occurrence | |||||
![]() ![]() |
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. | ||||
![]() ![]() |
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. | ||||
![]() ![]() |
SΣ | 1..1 | CodeableConcept | Tipo di rischio valutato (es. rischio cardiovascolare, metabolico) | ||||
![]() ![]() |
SΣ | 1..1 | Reference(Anamnesis_Patient) | Riferimento al paziente oggetto della valutazione | ||||
![]() ![]() |
Σ | 0..1 | Reference(Encounter) | Where was assessment performed? | ||||
![]() ![]() |
Σ | 0..1 | When was assessment made? | |||||
![]() ![]() ![]() |
dateTime | |||||||
![]() ![]() ![]() |
Period | |||||||
![]() ![]() |
Σ | 0..1 | Reference(Condition) | Condition assessed | ||||
![]() ![]() |
Σ | 0..1 | Reference(Practitioner_Anamnesis | Device_Patient) | Operatore o sistema che ha generato la valutazione | ||||
![]() ![]() |
0..* | CodeableConcept | Why the assessment was necessary? | |||||
![]() ![]() |
0..* | Reference(Condition | Observation | DiagnosticReport | DocumentReference) | Why the assessment was necessary? | |||||
![]() ![]() |
S | 0..* | Reference(Observation_Patient | Condition_Patient | FamilyMemberHistory_Patient) | Fonti cliniche su cui si basa la valutazione (es. Observation, Condition, FamilyMemberHistory) | ||||
![]() ![]() |
SC | 1..* | BackboneElement | Risultati predittivi derivati dalla valutazione del rischio ras-2: Must be <= 100 | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
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. | |||||
![]() ![]() ![]() |
C | 0..1 | Probabilità stimata dell'evento predetto ras-1: low and high must be percentages, if present | |||||
![]() ![]() ![]() ![]() |
decimal | |||||||
![]() ![]() ![]() ![]() |
Range | |||||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Likelihood of specified outcome as a qualitative value Binding: RiskProbability (example): The likelihood of the occurrence of a specified outcome. | |||||
![]() ![]() ![]() |
0..1 | decimal | Relative likelihood | |||||
![]() ![]() ![]() |
0..1 | Finestra temporale in cui si prevede possa verificarsi l'evento | ||||||
![]() ![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() ![]() |
Range | |||||||
![]() ![]() ![]() |
0..1 | string | Explanation of prediction | |||||
![]() ![]() |
0..1 | string | Azioni suggerite per ridurre o prevenire il rischio previsto | |||||
![]() ![]() |
0..* | Annotation | Comments on the risk assessment | |||||
Documentation for this format | ||||||||
| Path | Conformance | ValueSet | URI | |||
| RiskAssessment.language | preferred | CommonLanguageshttp://hl7.org/fhir/ValueSet/languagesfrom the FHIR Standard
| ||||
| RiskAssessment.status | required | ObservationStatushttp://hl7.org/fhir/ValueSet/observation-status|4.0.1from the FHIR Standard | ||||
| RiskAssessment.method | example | |||||
| RiskAssessment.prediction.outcome | example | |||||
| RiskAssessment.prediction.qualitativeRisk | example | RiskProbabilityhttp://hl7.org/fhir/ValueSet/risk-probabilityfrom the FHIR Standard |
| Id | Grade | Path(s) | Details | Requirements |
| dom-2 | error | RiskAssessment | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
| dom-3 | error | RiskAssessment | 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 : 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-4 | error | RiskAssessment | If 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-5 | error | RiskAssessment | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
| dom-6 | best practice | RiskAssessment | A resource should have narrative for robust management : text.`div`.exists() | |
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
| ras-1 | error | RiskAssessment.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-2 | error | RiskAssessment.prediction | Must be <= 100 : probability is decimal implies (probability as decimal) <= 100 |
This structure is derived from RiskAssessment
Summary
Mandatory: 2 elements
Must-Support: 6 elements
Structures
This structure refers to these other structures:
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints![]() |
|---|---|---|---|---|
![]() |
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 | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created ele-1: All FHIR elements must have a @value or children |
![]() ![]() |
?! | 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 |
![]() ![]() |
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 |
![]() ![]() |
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. ele-1: All FHIR elements must have a @value or children |
![]() ![]() |
SΣ | 1..1 | CodeableConcept | Tipo di rischio valutato (es. rischio cardiovascolare, metabolico) ele-1: All FHIR elements must have a @value or children |
![]() ![]() |
SΣ | 1..1 | Reference(Anamnesis_Patient) | Riferimento al paziente oggetto della valutazione ele-1: All FHIR elements must have a @value or children |
![]() ![]() |
Σ | 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 |
![]() ![]() |
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 |
![]() ![]() |
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 |
![]() ![]() ![]() |
?!Σ | 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 |
![]() ![]() ![]() |
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 | |
![]() ![]() ![]() |
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 | |
![]() ![]() ![]() ![]() |
decimal | |||
![]() ![]() ![]() ![]() |
Range | |||
![]() ![]() ![]() |
0..1 | Finestra temporale in cui si prevede possa verificarsi l'evento ele-1: All FHIR elements must have a @value or children | ||
![]() ![]() ![]() ![]() |
Period | |||
![]() ![]() ![]() ![]() |
Range | |||
![]() ![]() |
0..1 | string | Azioni suggerite per ridurre o prevenire il rischio previsto ele-1: All FHIR elements must have a @value or children | |
Documentation for this format | ||||
| Path | Conformance | ValueSet | URI |
| RiskAssessment.status | required | ObservationStatushttp://hl7.org/fhir/ValueSet/observation-status|4.0.1from the FHIR Standard | |
| RiskAssessment.method | example | ||
| RiskAssessment.prediction.outcome | example |
| Id | Grade | Path(s) | Details | Requirements |
| dom-2 | error | RiskAssessment | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
| dom-3 | error | RiskAssessment | 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 : 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-4 | error | RiskAssessment | If 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-5 | error | RiskAssessment | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
| dom-6 | best practice | RiskAssessment | A resource should have narrative for robust management : text.`div`.exists() | |
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
| ras-1 | error | RiskAssessment.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-2 | error | RiskAssessment.prediction | Must be <= 100 : probability is decimal implies (probability as decimal) <= 100 |
Differential View
This structure is derived from RiskAssessment
| Name | Flags | Card. | Type | Description & Constraints![]() |
|---|---|---|---|---|
![]() |
0..* | RiskAssessment | Potential outcomes for a subject with likelihood | |
![]() ![]() |
S | 1..1 | code | Stato della valutazione del rischio (es. preliminare, finale) |
![]() ![]() |
S | 0..1 | CodeableConcept | Metodo o algoritmo utilizzato (linea guida, modello AI, score) |
![]() ![]() |
S | 1..1 | CodeableConcept | Tipo di rischio valutato (es. rischio cardiovascolare, metabolico) |
![]() ![]() |
S | 1..1 | Reference(Anamnesis_Patient) | Riferimento al paziente oggetto della valutazione |
![]() ![]() |
0..1 | Reference(Practitioner_Anamnesis | Device_Patient) | Operatore o sistema che ha generato la valutazione | |
![]() ![]() |
S | 0..* | Reference(Observation_Patient | Condition_Patient | FamilyMemberHistory_Patient) | Fonti cliniche su cui si basa la valutazione (es. Observation, Condition, FamilyMemberHistory) |
![]() ![]() |
S | 1..* | BackboneElement | Risultati predittivi derivati dalla valutazione del rischio |
![]() ![]() ![]() |
0..1 | CodeableConcept | Evento atteso o condizione potenziale (es. infarto, neoplasia) | |
![]() ![]() ![]() |
0..1 | decimal, Range | Probabilità stimata dell'evento predetto | |
![]() ![]() ![]() |
0..1 | Period, Range | Finestra temporale in cui si prevede possa verificarsi l'evento | |
![]() ![]() |
0..1 | string | Azioni suggerite per ridurre o prevenire il rischio previsto | |
Documentation for this format | ||||
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | RiskAssessment | Potential outcomes for a subject with likelihood | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
Σ | 0..* | Identifier | Unique identifier for the assessment | ||||
![]() ![]() |
0..1 | Reference(Resource) | Request fulfilled by this assessment | |||||
![]() ![]() |
0..1 | Reference(Resource) | Part of this occurrence | |||||
![]() ![]() |
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. | ||||
![]() ![]() |
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. | ||||
![]() ![]() |
SΣ | 1..1 | CodeableConcept | Tipo di rischio valutato (es. rischio cardiovascolare, metabolico) | ||||
![]() ![]() |
SΣ | 1..1 | Reference(Anamnesis_Patient) | Riferimento al paziente oggetto della valutazione | ||||
![]() ![]() |
Σ | 0..1 | Reference(Encounter) | Where was assessment performed? | ||||
![]() ![]() |
Σ | 0..1 | When was assessment made? | |||||
![]() ![]() ![]() |
dateTime | |||||||
![]() ![]() ![]() |
Period | |||||||
![]() ![]() |
Σ | 0..1 | Reference(Condition) | Condition assessed | ||||
![]() ![]() |
Σ | 0..1 | Reference(Practitioner_Anamnesis | Device_Patient) | Operatore o sistema che ha generato la valutazione | ||||
![]() ![]() |
0..* | CodeableConcept | Why the assessment was necessary? | |||||
![]() ![]() |
0..* | Reference(Condition | Observation | DiagnosticReport | DocumentReference) | Why the assessment was necessary? | |||||
![]() ![]() |
S | 0..* | Reference(Observation_Patient | Condition_Patient | FamilyMemberHistory_Patient) | Fonti cliniche su cui si basa la valutazione (es. Observation, Condition, FamilyMemberHistory) | ||||
![]() ![]() |
SC | 1..* | BackboneElement | Risultati predittivi derivati dalla valutazione del rischio ras-2: Must be <= 100 | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
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. | |||||
![]() ![]() ![]() |
C | 0..1 | Probabilità stimata dell'evento predetto ras-1: low and high must be percentages, if present | |||||
![]() ![]() ![]() ![]() |
decimal | |||||||
![]() ![]() ![]() ![]() |
Range | |||||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Likelihood of specified outcome as a qualitative value Binding: RiskProbability (example): The likelihood of the occurrence of a specified outcome. | |||||
![]() ![]() ![]() |
0..1 | decimal | Relative likelihood | |||||
![]() ![]() ![]() |
0..1 | Finestra temporale in cui si prevede possa verificarsi l'evento | ||||||
![]() ![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() ![]() |
Range | |||||||
![]() ![]() ![]() |
0..1 | string | Explanation of prediction | |||||
![]() ![]() |
0..1 | string | Azioni suggerite per ridurre o prevenire il rischio previsto | |||||
![]() ![]() |
0..* | Annotation | Comments on the risk assessment | |||||
Documentation for this format | ||||||||
| Path | Conformance | ValueSet | URI | |||
| RiskAssessment.language | preferred | CommonLanguageshttp://hl7.org/fhir/ValueSet/languagesfrom the FHIR Standard
| ||||
| RiskAssessment.status | required | ObservationStatushttp://hl7.org/fhir/ValueSet/observation-status|4.0.1from the FHIR Standard | ||||
| RiskAssessment.method | example | |||||
| RiskAssessment.prediction.outcome | example | |||||
| RiskAssessment.prediction.qualitativeRisk | example | RiskProbabilityhttp://hl7.org/fhir/ValueSet/risk-probabilityfrom the FHIR Standard |
| Id | Grade | Path(s) | Details | Requirements |
| dom-2 | error | RiskAssessment | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
| dom-3 | error | RiskAssessment | 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 : 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-4 | error | RiskAssessment | If 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-5 | error | RiskAssessment | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
| dom-6 | best practice | RiskAssessment | A resource should have narrative for robust management : text.`div`.exists() | |
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
| ras-1 | error | RiskAssessment.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-2 | error | RiskAssessment.prediction | Must be <= 100 : probability is decimal implies (probability as decimal) <= 100 |
This structure is derived from RiskAssessment
Summary
Mandatory: 2 elements
Must-Support: 6 elements
Structures
This structure refers to these other structures:
Other representations of profile: CSV, Excel, Schematron