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

FHIR IG analytics

Packagemyhealth.eu.fhir.eps
Resource TypeFlag
IdFlag-cd36f1a7-9223-4a3b-860d-71b17e07158d.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

Patient flagged as at risk for falls.


Source1

{
  "resourceType": "Flag",
  "id": "cd36f1a7-9223-4a3b-860d-71b17e07158d",
  "meta": {
    "profile": [
      "http://fhir.ehdsi.eu/eps/StructureDefinition/flag-myhealtheu-eps"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/flag-category",
          "code": "safety",
          "display": "Safety"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "129839007",
        "display": "At risk for falls"
      }
    ]
  },
  "subject": {
    "reference": "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3"
  },
  "period": {
    "start": "2025-08-01"
  },
  "author": {
    "reference": "PractitionerRole/01d682e6-bb2d-4b31-9d3c-51cdc6dfb39b"
  }
}