HL7 PT FHIR Implementation Guide: Community Health
1.0.1 - STU1
HL7 PT FHIR Implementation Guide: Community Health, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AnaCeciliaCoimbra/community-health-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "CarePlan",
"id" : "exemplo-carePlan-plano-de-tratamento-seguimento-com-medicacao",
"meta" : {
"profile" : [
🔗 "https://hl7.pt/fhir/community-health/StructureDefinition/care-plan-treatmentPlan"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan exemplo-carePlan-plano-de-tratamento-seguimento-com-medicacao</b></p><a name=\"exemplo-carePlan-plano-de-tratamento-seguimento-com-medicacao\"> </a><a name=\"hcexemplo-carePlan-plano-de-tratamento-seguimento-com-medicacao\"> </a><a name=\"exemplo-carePlan-plano-de-tratamento-seguimento-com-medicacao-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>subject</b>: <a href=\"Patient-exemplo-patient-1.html\">John Doe Male, DoB: 2009-02-09 ( https://ehr.testing.p5.pt/api/fhir#12345678)</a></p><p><b>encounter</b>: <a href=\"Encounter-exemplo-encounter-seguimento.html\">Encounter: status = finished; class = emergency (ActCode#EMER); type = Avaliador de Sintomas; serviceType = Seguimento de caso; period = 2024-10-10 14:00:06+0000 --> (ongoing)</a></p><p><b>period</b>: 2024-10-10 00:00:00+0000 --> 2024-10-20 00:00:00+0000</p><blockquote><p><b>activity</b></p><h3>Details</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Kind</b></td><td><b>Code</b></td><td><b>Status</b></td><td><b>Scheduled[x]</b></td><td><b>Description</b></td></tr><tr><td style=\"display: none\">*</td><td>ServiceRequest</td><td><span title=\"Codes:{https://ehr.testing.p5.pt/api/fhir/ValueSet/care-plan-activity-type reevaluate-date}\">reevaluate-date</span></td><td>Scheduled</td><td>2024-10-20 00:00:00+0000 --> (ongoing)</td><td>Reevaluate care plan</td></tr></table></blockquote><blockquote><p><b>activity</b></p><h3>Details</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Kind</b></td><td><b>Code</b></td><td><b>Status</b></td><td><b>Description</b></td></tr><tr><td style=\"display: none\">*</td><td>Task</td><td><span title=\"Codes:{https://ehr.testing.p5.pt/api/fhir/ValueSet/care-plan-activity-type non-pharmacological-plan}\">non-pharmacological-plan</span></td><td>In Progress</td><td>lavagem ocular com soro</td></tr></table></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"MedicationRequest-exemplo-medicationRequest-medicacao-prescrita.html\">MedicationRequest: status = active; intent = order; medication[x] = ->Medication ben-u-ron Paracetamol 500 mg</a></p><h3>Details</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Kind</b></td><td><b>Status</b></td></tr><tr><td style=\"display: none\">*</td><td>MedicationRequest</td><td>In Progress</td></tr></table></blockquote><p><b>note</b>: Paciente estava melhor, mas com dor localizada no olho direito</p></div>"
},
"status" : "active",
"intent" : "plan",
"subject" : {
🔗 "reference" : "Patient/exemplo-patient-1"
},
"encounter" : {
🔗 "reference" : "Encounter/exemplo-encounter-seguimento"
},
"period" : {
"start" : "2024-10-10T00:00:00+00:00",
"end" : "2024-10-20T00:00:00+00:00"
},
"activity" : [
{
"detail" : {
"kind" : "ServiceRequest",
"code" : {
"coding" : [
{
"system" : "https://ehr.testing.p5.pt/api/fhir/ValueSet/care-plan-activity-type",
"code" : "reevaluate-date"
}
]
},
"status" : "scheduled",
"scheduledPeriod" : {
"start" : "2024-10-20T00:00:00+00:00"
},
"description" : "Reevaluate care plan"
}
},
{
"detail" : {
"kind" : "Task",
"code" : {
"coding" : [
{
"system" : "https://ehr.testing.p5.pt/api/fhir/ValueSet/care-plan-activity-type",
"code" : "non-pharmacological-plan"
}
]
},
"status" : "in-progress",
"description" : "lavagem ocular com soro"
}
},
{
"reference" : {
🔗 "reference" : "MedicationRequest/exemplo-medicationRequest-medicacao-prescrita"
},
"detail" : {
"kind" : "MedicationRequest",
"status" : "in-progress"
}
}
],
"note" : [
{
"text" : "Paciente estava melhor, mas com dor localizada no olho direito"
}
]
}