FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeCarePlan
IdCarePlanRequest.Example.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Example CarePlan

Source1

{
  "resourceType": "CarePlan",
  "meta": {
    "extension": [
      {
        "url": "https://fhir.synapxe.sg/StructureDefinition/ext-artifact",
        "extension": [
          {
            "url": "msgId",
            "valueIdentifier": {
              "system": "https://fhir.synapxe.sg/NamingSystem/msg-id",
              "value": "CR001"
            }
          },
          {
            "url": "msgSequenceId",
            "valueIdentifier": {
              "system": "https://fhir.synapxe.sg/NamingSystem/msg-sequence-id",
              "value": "001"
            }
          },
          {
            "url": "date",
            "valueDateTime": "2026-04-01T15:00:00+08:00"
          }
        ]
      }
    ],
    "profile": [
      "https://fhir.synapxe.sg/StructureDefinition/profile-careplan"
    ],
    "source": "HPB-IDEAS",
    "tag": [
      {
        "code": "TTSH"
      }
    ]
  },
  "contained": [
    {
      "resourceType": "PractitionerRole",
      "id": "pr-001",
      "practitioner": {
        "type": "Practitioner",
        "identifier": {
          "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
          "value": "M23456"
        },
        "display": "Dr. Rajesh Kumar"
      }
    },
    {
      "resourceType": "PractitionerRole",
      "id": "pr-002",
      "practitioner": {
        "type": "Practitioner",
        "identifier": {
          "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
          "value": "N98765"
        },
        "display": "Nurse Mei Ling"
      }
    },
    {
      "resourceType": "CareTeam",
      "id": "careteam-001",
      "meta": {
        "profile": [
          "https://fhir.synapxe.sg/StructureDefinition/profile-careteam"
        ]
      },
      "identifier": [
        {
          "system": "https://fhir.synapxe.sg/NamingSystem/enrolment-id",
          "value": "ENR-2026-001234"
        }
      ],
      "status": "active",
      "category": [
        {
          "coding": [
            {
              "system": "https://fhir.synapxe.sg/CodeSystem/programme-name",
              "code": "SGHNurseNavigator",
              "display": "SGH Nurse Navigator"
            }
          ]
        }
      ],
      "subject": {
        "type": "Patient",
        "identifier": {
          "system": "https://fhir.synapxe.sg/NamingSystem/nric",
          "value": "S9234567B"
        }
      },
      "participant": [
        {
          "member": {
            "reference": "#pr-001"
          }
        },
        {
          "member": {
            "reference": "#pr-002"
          }
        }
      ],
      "managingOrganization": [
        {
          "type": "Organization",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/hci-code",
            "value": "11234"
          }
        }
      ]
    },
    {
      "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"
        }
      ]
    }
  ],
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
              }
            ]
          }
        }
      ],
      "progress": [
        {
          "authorReference": {
            "type": "Practitioner",
            "identifier": {
              "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
              "value": "M23456"
            }
          },
          "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": [
    {
      "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."
    }
  ]
}