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

: Consulta Inicial de Monitoramento - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "CardioRemotoEncounterExample",
  "meta" : {
    "profile" : [
      🔗 "http://example.org/fhir/CardioRemotoIG/StructureDefinition/cardioremoto-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Consulta inicial para inclusão do paciente no programa CardioRemoto.</div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://cardioremoto.ufpb.br/fhir/NamingSystem/encounter-id",
      "value" : "ENC-000001"
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "VR",
    "display" : "Virtual"
  },
  "type" : [
    {
      "text" : "Consulta inicial de monitoramento remoto"
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/CardioRemotoPatientExample"
  },
  "participant" : [
    {
      "individual" : {
        🔗 "reference" : "Practitioner/CardioRemotoPractitionerExample"
      }
    }
  ],
  "period" : {
    "start" : "2026-07-10T09:00:00Z",
    "end" : "2026-07-10T09:30:00Z"
  },
  "reasonCode" : [
    {
      "text" : "Inclusão no programa CardioRemoto"
    }
  ]
}