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

FHIR IG analytics

Packagemyhealth.eu.fhir.core
Resource TypeFlag
IdFlag-d0e1f2a3-b4c5-6789-defa-890123456789.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

Fall risk alert - John Doe

Source1

{
  "resourceType": "Flag",
  "id": "d0e1f2a3-b4c5-6789-defa-890123456789",
  "meta": {
    "profile": [
      "http://fhir.ehdsi.eu/core/StructureDefinition/flag-myhealtheu-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "129839007",
        "display": "At risk for falls"
      }
    ]
  },
  "subject": {
    "reference": "Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"
  },
  "period": {
    "start": "2024-01-01"
  },
  "author": {
    "reference": "PractitionerRole/b975ec26-4ecf-4588-9fa2-afbb0d9fc530"
  }
}