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

FHIR IG analytics

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

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CarePlan",
  "meta": {
    "profile": [
      "https://fhir.synapxe.sg/StructureDefinition/profile-careplan"
    ]
  },
  "extension": [
    {
      "url": "http://ihis.sg/extension/enrollment-status-reason",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://ihis.sg/ValueSet/hsg-enrollment-status-reason",
            "code": "enrollment",
            "display": "Enrollment"
          }
        ]
      }
    },
    {
      "url": "http://ihis.sg/extension/enrollment-provided-by",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://ihis.sg/ValueSet/hsg-provided-by",
            "code": "clinic",
            "display": "Clinic"
          }
        ]
      }
    },
    {
      "url": "http://ihis.sg/extension/override-capacity-flag",
      "valueBoolean": false
    }
  ],
  "contained": [
    {
      "resourceType": "CareTeam",
      "id": "careteam-enrol-001",
      "meta": {
        "profile": [
          "https://fhir.synapxe.sg/StructureDefinition/profile-careteam"
        ]
      },
      "status": "active",
      "name": "Healthier SG Primary Care 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": "M45678"
            },
            "display": "Dr. Lim Boon Keng"
          }
        }
      ]
    }
  ],
  "identifier": [
    {
      "system": "https://fhir.synapxe.sg/NamingSystem/record-id",
      "value": "ENROL-2026-00123"
    }
  ],
  "status": "completed",
  "intent": "plan",
  "category": [
    {
      "coding": [
        {
          "system": "http://ihis.sg/ValueSet/hsg-care-plan-category",
          "code": "pophealth-enrolment",
          "display": "Population Health Enrolment"
        }
      ]
    }
  ],
  "subject": {
    "type": "Patient",
    "identifier": {
      "system": "https://fhir.synapxe.sg/NamingSystem/nric",
      "value": "S9876543C"
    }
  },
  "encounter": {
    "type": "Encounter",
    "identifier": {
      "system": "https://fhir.synapxe.sg/NamingSystem/eventID",
      "value": "ENC-2026-07890"
    }
  },
  "period": {
    "start": "2026-02-20"
  },
  "contributor": [
    {
      "type": "Practitioner",
      "identifier": {
        "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
        "value": "M45678"
      },
      "display": "Dr. Lim Boon Keng"
    }
  ],
  "careTeam": [
    {
      "reference": "#careteam-enrol-001"
    }
  ],
  "addresses": [
    {
      "reference": {
        "identifier": {
          "system": "https://fhir.synapxe.sg/NamingSystem/record-id",
          "value": "COND-2026-00789"
        },
        "display": "Hypertension"
      }
    },
    {
      "reference": {
        "identifier": {
          "system": "https://fhir.synapxe.sg/NamingSystem/record-id",
          "value": "COND-2026-00790"
        },
        "display": "Type 2 Diabetes Mellitus"
      }
    }
  ],
  "activity": [
    {
      "performedActivity": [
        {
          "concept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "398162007",
                "display": "Health screening"
              }
            ],
            "text": "Healthier SG enrolment health screening"
          }
        }
      ],
      "progress": [
        {
          "authorReference": {
            "type": "Practitioner",
            "identifier": {
              "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
              "value": "M45678"
            },
            "display": "Dr. Lim Boon Keng"
          },
          "time": "2026-02-20T09:30:00+08:00",
          "text": "Patient enrolled in Healthier SG programme. Baseline health assessment completed. Patient assigned to Dr. Lim Boon Keng as primary care physician."
        }
      ]
    }
  ],
  "note": [
    {
      "authorReference": {
        "type": "Practitioner",
        "identifier": {
          "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
          "value": "M45678"
        },
        "display": "Dr. Lim Boon Keng"
      },
      "time": "2026-02-20T09:30:00+08:00",
      "text": "Patient enrolled in Healthier SG programme for chronic disease management. Patient has existing conditions of hypertension and type 2 diabetes. Enrolled at patient's own initiative after HSG outreach."
    }
  ]
}