Risk Assessment Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-riskassessment |
|---|---|
| Status | draft (experimental) · 1.26.0 |
| Base | RiskAssessment (constraint) |
| Source | FSH · JSON |
Nexus EMR profile for RiskAssessment -- computed clinical risk scores. First pass: status, method, predictions (outcome + probability + qualitative band), basis. Closed to SMART apps pending an exposure decision.
TypedFhir API / C#
The typed accessor surface RiskAssessment exposes for RiskAssessment — generated from this IG's compiled profile; each typed accessor has a validating raw-FHIR twin (xRaw) where marked. The three ports are parity-enforced.
class RiskAssessment : ClinicalResource — generated source
| Accessor | Type | Access | Notes |
|---|---|---|---|
| EffectiveDate | FuzzyDate? |
read-only | The resource's effective date — the first present of this profile's date elements (precedence), normalized to the canonical FuzzyDatetime f… |
| Display | string? |
read-only | The resource's human headline — a coded concept's label, else a title / name, else undefined. |
| Status | string? |
read/write | registered | preliminary | final | amended | ... | entered-in-error |
| Method | Concept? |
read/write · raw twin | Which score was computed (text-first until a method vocabulary settles) |
| Subject | Reference? |
read/write · raw twin | The patient |
| Condition | Reference? |
read/write · raw twin | The condition the assessment is about, when there is one |
| Basis | References |
read/write · raw twin | What went into the calculation (the Observations/Conditions used) |
| Prediction | Json[]? |
read/write | The score itself: outcome + probability + qualitative band |