FHIR IG analytics| Package | silfhirprofileig |
| Resource Type | RiskAssessment |
| Id | RiskAssessment-ExampleSGHIRiskAssessment.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RiskAssessment ExampleSGHIRiskAssessment
Profile: SGHI RiskAssessment
identifier: Medical Record Number/3456789QWERTY
status: Registered
code: RiskAssessment contraindicated
subject: James Pond(official) Male, DoB: 1990-07-15 ( Medical Record Number: 12345)
basis: Example display
| QualitativeRisk |
| Low likelihood |
note: @2025-02-01 10:30:00+0000
The patient tolerated the procedure well and was discharged in stable condition.
{
"resourceType": "RiskAssessment",
"id": "ExampleSGHIRiskAssessment",
"meta": {
"profile": [
"https://fhir.slade360.co.ke/fhir/StructureDefinition/riskassessment"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
]
},
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"value": "3456789QWERTY",
"assigner": {
"reference": "Organization/ExampleSGHIOrganization"
}
}
],
"status": "registered",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "183932001",
"display": "RiskAssessment contraindicated"
}
]
},
"subject": {
"reference": "Patient/ExampleSGHIPatient"
},
"encounter": {
"reference": "Encounter/ExampleSGHIEncounter"
},
"basis": [
{
"reference": "Reference(QuestionnaireResponse)",
"display": "Example display"
}
],
"prediction": [
{
"qualitativeRisk": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/risk-probability",
"code": "low",
"display": "Low likelihood"
}
]
}
}
],
"note": [
{
"time": "2025-02-01T10:30:00Z",
"text": "The patient tolerated the procedure well and was discharged in stable condition."
}
]
}