Guia de Implementação do CardioRemoto
0.1.0 - release
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
{
"resourceType" : "Observation",
"id" : "CardioRemotoObservationExample",
"meta" : {
"profile" : [
🔗 "http://example.org/fhir/CardioRemotoIG/StructureDefinition/cardioremoto-observation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Observação de monitoramento remoto registrada na plataforma CardioRemoto.</div>"
},
"identifier" : [
{
"use" : "official",
"system" : "http://example.org/fhir/CardioRemotoIG/identifier/observation",
"value" : "OBS-000001"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "survey"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "75325-1",
"display" : "Symptom"
}
],
"text" : "Observação de monitoramento remoto"
},
"subject" : {
🔗 "reference" : "Patient/CardioRemotoPatientExample"
},
"encounter" : {
🔗 "reference" : "Encounter/CardioRemotoEncounterExample"
},
"effectiveDateTime" : "2026-07-12T08:30:00Z",
"issued" : "2026-07-12T08:35:00Z",
"performer" : [
{
🔗 "reference" : "Practitioner/CardioRemotoPractitionerExample"
}
],
"valueString" : "Paciente acompanhado em monitoramento remoto.",
"interpretation" : [
{
"text" : "Observação registrada durante acompanhamento."
}
],
"note" : [
{
"text" : "Registro utilizado para acompanhamento longitudinal do paciente."
}
]
}