Guia de Implementação do CardioRemoto
0.1.0 - release International flag

Guia de Implementação do CardioRemoto, published by Universidade Federal da Paraíba (UFPB). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/clauirton/CardioRemotoIG/ and changes regularly. See the Directory of published versions

: Controle da Pressão Arterial - JSON Representation

Raw json | Download

{
  "resourceType" : "Goal",
  "id" : "CardioRemotoGoalExample",
  "meta" : {
    "profile" : [
      🔗 "http://example.org/fhir/CardioRemotoIG/StructureDefinition/cardioremoto-goal"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Meta clínica para controle da pressão arterial.</div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://cardioremoto.ufpb.br/fhir/NamingSystem/goal-id",
      "value" : "GOAL-000001"
    }
  ],
  "lifecycleStatus" : "active",
  "category" : [
    {
      "text" : "Controle da Hipertensão"
    }
  ],
  "priority" : {
    "text" : "Alta"
  },
  "description" : {
    "text" : "Manter pressão arterial abaixo de 130/80 mmHg."
  },
  "subject" : {
    🔗 "reference" : "Patient/CardioRemotoPatientExample"
  },
  "startDate" : "2026-07-10",
  "target" : [
    {
      "measure" : {
        "text" : "Pressão arterial sistólica"
      },
      "detailQuantity" : {
        "value" : 130,
        "unit" : "mm[Hg]",
        "system" : "http://unitsofmeasure.org",
        "code" : "mm[Hg]"
      },
      "dueDate" : "2026-10-10"
    }
  ],
  "statusDate" : "2026-07-10",
  "statusReason" : "Meta definida durante a consulta inicial.",
  "expressedBy" : {
    🔗 "reference" : "Practitioner/CardioRemotoPractitionerExample"
  },
  "addresses" : [
    {
      🔗 "reference" : "Condition/CardioRemotoConditionExample"
    }
  ],
  "note" : [
    {
      "text" : "Paciente orientado a realizar aferição diária da pressão arterial."
    }
  ]
}