FHIR IG analytics| Package | synapxe.nehr |
| Resource Type | CarePlan |
| Id | CarePlanCreateRequest.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "CarePlan",
"identifier": [
{
"system": "https://fhir.synapxe.sg/identifier/careplan",
"value": "CP-2025-001234"
}
],
"status": "active",
"intent": "plan",
"subject": {
"reference": "Patient/patient-12345"
},
"encounter": {
"reference": "Encounter/encounter-67890"
},
"contributor": [
{
"reference": "Practitioner/practitioner-001"
}
],
"addresses": [
{
"concept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "44054006",
"display": "Diabetes mellitus type 2"
}
]
}
}
],
"goal": [
{
"reference": "#goal1"
}
],
"contained": [
{
"resourceType": "Goal",
"id": "goal1",
"identifier": [
{
"system": "https://fhir.synapxe.sg/identifier/goal",
"value": "GOAL-2025-001234"
}
],
"lifecycleStatus": "active",
"description": {
"text": "Maintain HbA1c below 7%"
},
"subject": {
"reference": "Patient/patient-12345"
},
"target": [
{
"measure": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "431855005",
"display": "HbA1c level"
}
]
},
"dueDate": "2025-12-31"
}
],
"statusDate": "2025-08-18",
"source": {
"reference": "Practitioner/practitioner-001"
}
}
]
}