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

FHIR IG analytics

Packagesynapxe.nehr
Resource TypeCarePlan
IdCarePlanCreateRequest.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",
  "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"
      }
    }
  ]
}