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

<Flag xmlns="http://hl7.org/fhir">
  <id value="Flag1"/>
  <meta>
    <profile value="https://hl7.cz/fhir/hdr/StructureDefinition/cz-flag-hdr"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml">Flag indicating a history of cardiac arrest from 2023-10-01.</div>
  </text>
  <status value="active"/>
  <code>
    <coding>
      <system value="http://hl7.org/fhir/sid/icd-10"/>
      <code value="I46.9"/>
      <display value="Cardiac arrest, unspecified"/>
    </coding>
    <text value="History of cardiac arrest"/>
  </code>
  <subject>
    <reference value="Patient/Mracena"/>
  </subject>
  <period>
    <start value="2023-10-01"/>
  </period>
  <author>
    <reference value="Practitioner/Sova"/>
  </author>
</Flag>