This page is part of the FHIR Specification (v4.1.0: Release 4B Ballot #1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4
Clinical Decision Support Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Device, Patient, Practitioner |
Raw JSON (canonical form + also see JSON Format Specification)
Example risk assessment
{ "resourceType": "RiskAssessment", "id": "riskexample", "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Risk assessment for reference only</div>" }, "identifier": [ { "use": "official", "system": "http://example.org", "value": "risk-assessment-breastcancer1" } ], "basedOn": { "reference": "ImmunizationRecommendation/example" }, "parent": { "reference": "DiagnosticReport/example" }, "status": "final", "code": { "coding": [ { "system": "http://browser.ihtsdotools.org/", "code": "709510001", "display": "Assessment of risk for disease (procedure)" } ] }, "subject": { "reference": "Patient/example" }, "encounter": { "reference": "Encounter/example", "display": "Encounter with patient @example" }, "occurrenceDateTime": "2017-10-10", "condition": { "reference": "Condition/example" }, "performer": { "reference": "Practitioner/example" }, "basis": [ { "reference": "DiagnosticReport/example" }, { "reference": "Observation/example" } ], "prediction": [ { "outcome": { "text": "Breast Cancer" }, "probabilityDecimal": 0.000368, "whenRange": { "low": { "value": 54, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" }, "high": { "value": 57, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" } } } ], "note": [ { "text": "This risk assessment is for reference only" } ] }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.