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

FHIR IG analytics

Packagebr.ufpb.cardioremoto
Resource TypeFlag
IdFlag-CardioRemotoFlagExample.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

Alerta clínico indicando manutenção do monitoramento remoto devido ao baixo risco cardiovascular identificado.

Source1

{
  "resourceType": "Flag",
  "id": "CardioRemotoFlagExample",
  "meta": {
    "profile": [
      "http://example.org/fhir/CardioRemotoIG/StructureDefinition/cardio-remoto-flag"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
  }
}