planOfCare-example

{
"resourceType": "CarePlan",
"id": "planOfCare-example",
"meta": {
"profile": [
"http://fire.ly/fhir/firely-ig-gen/StructureDefinition/PlanOfCare"
]
},
"status": "active",
"intent": "plan",
"description": "Quarterly HbA1c monitoring and annual ophthalmological examination for diabetic patient. Target HbA1c < 7.0%.",
"subject": {
"reference": "Patient/patientIdentification-example"
},
"period": {
"start": "2024-04-01"
},
"author": {
"display": "Dr. A. de Vries"
},
{
"reference": "Condition/currentProblem-example"
}
],
{
"detail": {
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "43252007",
"display": "Ophthalmological examination"
}
],
"text": "Annual diabetic eye screening"
},
"status": "scheduled"
}
}
]
}
<CarePlan xmlns="http://hl7.org/fhir">
<id value="planOfCare-example" />
<profile value="http://fire.ly/fhir/firely-ig-gen/StructureDefinition/PlanOfCare" />
</meta>
<status value="active" />
<intent value="plan" />
<description value="Quarterly HbA1c monitoring and annual ophthalmological examination for diabetic patient. Target HbA1c < 7.0%." />
<reference value="Patient/patientIdentification-example" />
</subject>
<start value="2024-04-01" />
</period>
<display value="Dr. A. de Vries" />
</author>
<reference value="Condition/currentProblem-example" />
</addresses>
<system value="http://snomed.info/sct" />
<code value="43252007" />
<display value="Ophthalmological examination" />
</coding>
<text value="Annual diabetic eye screening" />
</code>
<status value="scheduled" />
</detail>
</activity>
</CarePlan>
CarePlan
CarePlan.id[0]planOfCare-example
CarePlan.meta[0].profile[0]http://fire.ly/fhir/firely-ig-gen/StructureDefinition/PlanOfCare
CarePlan.status[0]active
CarePlan.intent[0]plan
CarePlan.description[0]Quarterly HbA1c monitoring and annual ophthalmological examination for diabetic patient. Target HbA1c < 7.0%.
CarePlan.subject[0].reference[0]Patient/patientIdentification-example
CarePlan.period[0].start[0]2024-04-01
CarePlan.author[0].display[0]Dr. A. de Vries
CarePlan.addresses[0].reference[0]Condition/currentProblem-example
CarePlan.activity[0].detail[0].code[0].coding[0].system[0]http://snomed.info/sct
CarePlan.activity[0].detail[0].code[0].coding[0].code[0]43252007
CarePlan.activity[0].detail[0].code[0].coding[0].display[0]Ophthalmological examination
CarePlan.activity[0].detail[0].code[0].text[0]Annual diabetic eye screening
CarePlan.activity[0].detail[0].status[0]scheduled