{
  "resourceType": "StructureDefinition",
  "id": "CarePlan-id-core",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2022-05-11T03:47:35.4218675+00:00"
  },
  "url": "http://fhir.hie.moh.gov.id/StructureDefinition/CarePlan-id-core",
  "version": "1.0.0",
  "name": "CarePlanIdCore",
  "title": "CarePlan (ID Core)",
  "status": "active",
  "date": "2023-06-07T07:16:10.3933867+00:00",
  "description": "Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions.",
  "purpose": "Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "CarePlan",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/CarePlan",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "CarePlan.identifier",
        "path": "CarePlan.identifier",
        "max": "1"
      },
      {
        "id": "CarePlan.intent",
        "path": "CarePlan.intent",
        "binding": {
          "strength": "required",
          "valueSet": "http://hl7.org/fhir/ValueSet/care-plan-intent/4.0.1"
        }
      }
    ]
  }
}