{
  "resourceType" : "Flag",
  "id" : "CardioRemotoFlagExample",
  "meta" : {
    "profile" : ["http://example.org/fhir/CardioRemotoIG/StructureDefinition/cardio-remoto-flag"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Alerta clínico indicando manutenção do monitoramento remoto devido ao baixo risco cardiovascular identificado.</div>"
  },
  "status" : "active",
  "category" : [{
    "text" : "Monitoramento Remoto"
  }],
  "code" : {
    "text" : "Paciente em acompanhamento com baixo risco cardiovascular"
  },
  "subject" : {
    "reference" : "Patient/CardioRemotoPatientExample"
  },
  "period" : {
    "start" : "2026-07-12T09:20:00Z"
  },
  "author" : {
    "reference" : "Practitioner/CardioRemotoPractitionerExample"
  }
}