FHIR IG analytics| Package | br.ufpb.cardioremoto |
| Resource Type | CarePlan |
| Id | CarePlan-CardioRemotoCarePlanExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "CarePlan",
"id": "CardioRemotoCarePlanExample",
"meta": {
"profile": [
"http://example.org/fhir/CardioRemotoIG/StructureDefinition/cardioremoto-careplan"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}