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

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeRiskAssessment
IdRiskAssessment-ExampleSGHIRiskAssessment.json
FHIR VersionR5

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 ExampleSGHIRiskAssessment

identifier: Medical Record Number/3456789QWERTY

status: Registered

code: RiskAssessment contraindicated

subject: James Pond(official) Male, DoB: 1990-07-15 ( Medical Record Number: 12345)

encounter: Encounter: identifier = Visit Number: VN123456789 (use: official, ); status = in-progress; class = Ambulatory

basis: Example display

Predictions

-QualitativeRisk
*Low likelihood

note: @2025-02-01 10:30:00+0000

The patient tolerated the procedure well and was discharged in stable condition.


Source1

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