FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.eltss
Resource TypeRiskAssessment
IdRiskAssessment-risk1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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.


Source1

{
  "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."
}