{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.clevermed.com/StructureDefinition/CarePlan-BNet-Preg-IntrapartumManagementPlan",
  "name": "CarePlan-BNet-Preg-IntrapartumManagementPlan",
  "status": "active",
  "date": "2025-03-25T15:48:12.9546787Z",
  "publisher": "Clevermed Ltd.",
  "contact": [
    {
      "name": "Clevermed BadgerNet Spine FHIR Team",
      "telecom": [
        {
          "system": "email",
          "value": "support@clevermed.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "",
  "copyright": "(c) Clevermed Ltd.  Usage by permission and for BadgerNet Spine Platform integration only.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "CarePlan",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/CarePlan",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "CarePlan.category",
        "path": "CarePlan.category",
        "short": "Fixed code for obstetric Intrapartum care plan.",
        "definition": "Fixed single SNOMED code that identifies this CAREPLAN resource as being for the obstetric Intrapartum care plan.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "CarePlan.category.coding.system",
        "path": "CarePlan.category.coding.system",
        "fixedUri": "bnet"
      },
      {
        "id": "CarePlan.category.coding.code",
        "path": "CarePlan.category.coding.code",
        "fixedString": "intrapartum_cp"
      },
      {
        "id": "CarePlan.category.coding.display",
        "path": "CarePlan.category.coding.display",
        "fixedString": "Obstetric Intrapartum care plan"
      },
      {
        "id": "CarePlan.created",
        "path": "CarePlan.created",
        "short": "Date and time when this is to be recorded in patient notes.",
        "definition": "",
        "min": 1,
        "max": "1"
      },
      {
        "id": "CarePlan.status",
        "path": "CarePlan.status",
        "short": "Indicates that the plan is in force and ready to be acted upon",
        "definition": "",
        "min": 1,
        "max": "1"
      },
      {
        "id": "CarePlan.intent",
        "path": "CarePlan.intent",
        "short": "Indicates the level of authority/intentionality associated with the care plan and where the care plan fits into the workflow chain.",
        "definition": "The fixed value here represents an intention which ensures that the careplan can occur without further authorisation for others to act.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "CarePlan.subject",
        "path": "CarePlan.subject",
        "short": "A reference to the patient that this care plan is for",
        "definition": "",
        "min": 1,
        "max": "1"
      },
      {
        "id": "CarePlan.activity.detail.code",
        "path": "CarePlan.activity.detail.code",
        "short": "Code to define whether this is a revised or actual management plan",
        "definition": "",
        "min": 1,
        "max": "1"
      },
      {
        "id": "CarePlan.activity.detail.code.coding.system",
        "path": "CarePlan.activity.detail.code.coding.system",
        "fixedUri": "https://fhir.clevermed.com/codesystem"
      },
      {
        "id": "CarePlan.activity.detail.code.coding.code",
        "path": "CarePlan.activity.detail.code.coding.code",
        "min": 1,
        "binding": {
          "strength": "required",
          "description": "To indicate whether the careplan is 'actual' or 'revised'",
          "valueSet": "https://simplifier.net/badgernet/ValueSet-BNet-Preg-ManagementPlanRevision"
        }
      },
      {
        "id": "CarePlan.activity.detail.description",
        "path": "CarePlan.activity.detail.description",
        "short": "Description of the Intrapartum management plan",
        "definition": "",
        "min": 1,
        "max": "1"
      },
      {
        "id": "CarePlan.activity.detail.status",
        "path": "CarePlan.activity.detail.status",
        "short": "Status of the activity",
        "definition": "",
        "min": 1,
        "max": "1"
      },
      {
        "id": "CarePlan.Extension.PlanAgreed",
        "path": "CarePlan.Extension.PlanAgreed",
        "short": "Boolean to determine whether woman agrees with the plan",
        "definition": "",
        "min": 1,
        "max": "1"
      }
    ]
  }
}