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

FHIR IG analytics

Packagebr.ufpb.cardioremoto
Resource TypeGoal
IdGoal-CardioRemotoGoalExample.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

Meta clínica para controle da pressão arterial.

Source1

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