{
  "resourceType" : "Flag",
  "id" : "d0e1f2a3-b4c5-6789-defa-890123456789",
  "meta" : {
    "profile" : ["http://fhir.ehdsi.eu/core/StructureDefinition/flag-myhealtheu-core"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Fall risk alert - John Doe</div>"
  },
  "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"
  }
}