FHIR IG analytics| Package | synapxe.sgcdi |
| Resource Type | CarePlan |
| Id | CarePlanPutCarePlanRequest.Example.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "CarePlan",
"meta": {
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-careplan"
]
},
"contained": [
{
"resourceType": "CareTeam",
"id": "careteam-001",
"meta": {
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-careteam"
]
},
"status": "active",
"name": "Chronic Disease Management Team",
"participant": [
{
"role": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "309394004",
"display": "General practitioner principal"
}
]
}
],
"member": {
"type": "Practitioner",
"identifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/mcr",
"value": "M23456"
},
"display": "Dr. Rajesh Kumar"
}
},
{
"role": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "224535009",
"display": "Registered nurse"
}
]
}
],
"member": {
"type": "Practitioner",
"identifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/mcr",
"value": "N98765"
},
"display": "Nurse Mei Ling"
}
}
]
},
{
"resourceType": "Goal",
"id": "goal-001",
"meta": {
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-goal"
]
},
"lifecycleStatus": "active",
"achievementStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/goal-achievement",
"code": "in-progress",
"display": "In Progress"
}
]
},
"description": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "313835004",
"display": "Diabetic control"
}
],
"text": "Achieve HbA1c below 7% within 6 months"
},
"subject": {
"type": "Patient",
"identifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/nric",
"value": "S9234567B"
}
},
"startDate": "2026-02-01",
"target": [
{
"measure": {
"coding": [
{
"system": "http://loinc.org",
"code": "4548-4",
"display": "Hemoglobin A1c/Hemoglobin.total in Blood"
}
]
},
"detailQuantity": {
"value": 7,
"comparator": "<",
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"dueDate": "2026-07-31"
}
],
"note": [
{
"text": "Target HbA1c reduction from baseline 9.2% to below 7% through lifestyle modification and medication compliance"
}
]
}
],
"identifier": [
{
"system": "https://fhir.synapxe.sg/NamingSystem/record-id",
"value": "CP-2026-001234"
}
],
"status": "active",
"intent": "plan",
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/core/CodeSystem/careplan-category",
"code": "assess-plan",
"display": "Assessment and Plan of Treatment"
}
]
}
],
"subject": {
"type": "Patient",
"identifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/nric",
"value": "S9234567B"
}
},
"encounter": {
"type": "Encounter",
"identifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/eventID",
"value": "ENC-2026-04567"
}
},
"period": {
"start": "2026-02-01",
"end": "2026-07-31"
},
"contributor": [
{
"type": "Practitioner",
"identifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/mcr",
"value": "M23456"
},
"display": "Dr. Rajesh Kumar"
}
],
"careTeam": [
{
"reference": "#careteam-001"
}
],
"addresses": [
{
"reference": {
"identifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/record-id",
"value": "COND-2026-00456"
},
"display": "Type 2 Diabetes Mellitus"
}
}
],
"goal": [
{
"reference": "#goal-001"
}
],
"activity": [
{
"performedActivity": [
{
"concept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "229070002",
"display": "Diabetes mellitus education"
}
],
"text": "Diabetes management education session"
}
}
],
"progress": [
{
"authorReference": {
"type": "Practitioner",
"identifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/mcr",
"value": "M23456"
},
"display": "Dr. Rajesh Kumar"
},
"time": "2026-02-20T10:00:00+08:00",
"text": "Patient completed initial diabetes education session. HbA1c monitoring plan established. Patient was counselled on dietary modifications and home glucose monitoring."
}
]
}
],
"note": [
{
"authorReference": {
"type": "Practitioner",
"identifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/mcr",
"value": "M23456"
},
"display": "Dr. Rajesh Kumar"
},
"time": "2026-02-20T10:00:00+08:00",
"text": "Patient is a newly diagnosed type 2 diabetic. Comprehensive care plan established focusing on lifestyle modification, medication management, and regular monitoring. Patient motivated and compliant."
}
]
}