<?xml version="1.0" encoding="UTF-8"?>

<Flag xmlns="http://hl7.org/fhir">
  <id value="d0e1f2a3-b4c5-6789-defa-890123456789"/>
  <meta>
    <profile value="http://fhir.ehdsi.eu/core/StructureDefinition/flag-myhealtheu-core"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml">Fall risk alert - John Doe</div>
  </text>
  <status value="active"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="129839007"/>
      <display value="At risk for falls"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"/>
  </subject>
  <period>
    <start value="2024-01-01"/>
  </period>
  <author>
    <reference value="PractitionerRole/b975ec26-4ecf-4588-9fa2-afbb0d9fc530"/>
  </author>
</Flag>