FHIR IG analytics| Package | hl7.fhir.us.eltss |
| Resource Type | RiskAssessment |
| Id | RiskAssessment-risk1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RiskAssessment
ResourceRiskAssessment "risk1" Version"1" Updated"2020-09-03 10:16:03-0400"
Information Source: #KZ0jzPjXDrhCiMif!
Profile: RiskAssessment_eltss
RiskPlan: : This points to a management plan for any risks. This is not the backup plan, which is an alternative plan for the CarePlan. The risk management plan is meant to help avoid needing the backup plan.
status: final
subject: Patient/patientBSJ1 " SMITH-JOHNSON"
prediction
outcome: At risk for falls (finding) (SNOMED CT#129839007)
prediction
outcome: At risk of stroke (SNOMED CT#866240007)
mitigation: Betsy is at risk for falls and of having a stroke. Her risk is increased due to her depression medication. She has grab bars installed in the shower and is working on her balance with a trainer.
{
"resourceType": "RiskAssessment",
"id": "risk1",
"meta": {
"versionId": "1",
"lastUpdated": "2020-09-03T10:16:03.512-04:00",
"source": "#KZ0jzPjXDrhCiMif",
"profile": [
"http://hl7.org/fhir/us/eltss/StructureDefinition/RiskAssessment-eltss"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/eltss/StructureDefinition/eltss-RiskPlan",
"valueReference": {
"display": "This points to a management plan for any risks. This is not the backup plan, which is an alternative plan for the CarePlan. The risk management plan is meant to help avoid needing the backup plan."
}
}
],
"status": "final",
"subject": {
"reference": "Patient/patientBSJ1"
},
"prediction": [
{
"outcome": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "129839007"
}
],
"text": "At risk for falls (finding)"
}
},
{
"outcome": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "866240007"
}
],
"text": "At risk of stroke"
}
}
],
"mitigation": "Betsy is at risk for falls and of having a stroke. Her risk is increased due to her depression medication. She has grab bars installed in the shower and is working on her balance with a trainer."
}