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

: Plano de Cuidados para Monitoramento Remoto - JSON Representation

Raw json | Download

{
  "resourceType" : "CarePlan",
  "id" : "CardioRemotoCarePlanExample",
  "meta" : {
    "profile" : [
      🔗 "http://example.org/fhir/CardioRemotoIG/StructureDefinition/cardioremoto-careplan"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Plano de cuidados para monitoramento remoto cardiovascular.</div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://cardioremoto.ufpb.br/fhir/NamingSystem/careplan-id",
      "value" : "CP-000001"
    }
  ],
  "status" : "active",
  "intent" : "plan",
  "category" : [
    {
      "text" : "Monitoramento Cardiovascular Remoto"
    }
  ],
  "title" : "Plano de Monitoramento Cardiovascular",
  "description" : "Monitoramento diário da pressão arterial, frequência cardíaca e sintomas clínicos.",
  "subject" : {
    🔗 "reference" : "Patient/CardioRemotoPatientExample"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/CardioRemotoEncounterExample"
  },
  "period" : {
    "start" : "2026-07-10",
    "end" : "2026-10-10"
  },
  "author" : {
    🔗 "reference" : "Practitioner/CardioRemotoPractitionerExample"
  },
  "contributor" : [
    {
      🔗 "reference" : "Organization/CardioRemotoOrganizationExample"
    }
  ],
  "careTeam" : [
    {
      🔗 "reference" : "CareTeam/CardioRemotoCareTeamExample"
    }
  ],
  "addresses" : [
    {
      🔗 "reference" : "Condition/CardioRemotoConditionExample"
    }
  ],
  "supportingInfo" : [
    {
      🔗 "reference" : "Condition/CardioRemotoConditionExample"
    },
    {
      🔗 "reference" : "MedicationRequest/CardioRemotoMedicationRequestExample"
    }
  ],
  "goal" : [
    {
      🔗 "reference" : "Goal/CardioRemotoGoalExample"
    }
  ]
}