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