{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.clevermed.com/StructureDefinition/CarePlan-BNet-Preg-PlannedPlaceOfBirth",
  "name": "CarePlan-BNet-Preg-PlannedPlaceOfBirth",
  "status": "active",
  "date": "2025-03-25T15:48:12.9566795Z",
  "publisher": "Clevermed Ltd.",
  "contact": [
    {
      "name": "Clevermed BadgerNet Spine FHIR Team",
      "telecom": [
        {
          "system": "email",
          "value": "support@clevermed.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This element provides the planned place or facility of birth. The information recorded is the location and location type.\nThe facility identifier data element is mandatory upon any response other then 'Home' or 'Other' to the insert request.",
  "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 planned place of Birth.",
        "definition": "Fixed single SNOMED code that identifies this CAREPLAN resource as being for the update of Planned Place Of Birth.",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "CarePlan.category.coding.system",
        "path": "CarePlan.category.coding.system",
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "CarePlan.category.coding.code",
        "path": "CarePlan.category.coding.code",
        "fixedString": "310585007"
      },
      {
        "id": "CarePlan.category.coding.display",
        "path": "CarePlan.category.coding.display",
        "fixedString": "Planned place of birth"
      },
      {
        "id": "CarePlan.created",
        "path": "CarePlan.created",
        "short": "Date and time for when this information is to be recorded in the patient notes.",
        "definition": "Clients can send multiple separate instances of this resource with a different created datetime stamp in each.  This models to the concept of keeping a time-based record of when the intended place of birth is changed.",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "CarePlan.activity.detail.code",
        "path": "CarePlan.activity.detail.code",
        "short": "Place or facility where the woman plans to give birth",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "CarePlan.activity.detail.code.coding.system",
        "path": "CarePlan.activity.detail.code.coding.system",
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "CarePlan.activity.detail.code.coding.code",
        "path": "CarePlan.activity.detail.code.coding.code",
        "min": 1,
        "binding": {
          "strength": "required",
          "description": "Place or facility where the woman plans to give birth",
          "valueSet": "https://simplifier.net/badgernet/ValueSet-BNet-Preg-PlannedPlaceOfBirth"
        }
      },
      {
        "id": "CarePlan.activity.detail.code.text",
        "path": "CarePlan.activity.detail.code.text",
        "short": "A free text string for when 'other' is used in 'activity.detail.code'",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "CarePlan.activity.detail.performer",
        "path": "CarePlan.activity.detail.performer",
        "short": "National ID for care location.",
        "definition": "NHS Organisation code or NZ National organisation code provided as an organisation identifier.\n        \nWhere the \"Facility Type\" element is defined as a primary birthing facility, a seconday birthing facility or a tertiary birthing facility, the client must provide the organisation reference as an identifier. Otherwise, it is non-mandatory.\n\nThe reference is provided with the reference.identifier element. For this element, the clients operating in New Zealand will send the NZ HPI Facility ID as defined by https://standards.digital.health.nz/ns/hpi-facility-id.",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "CarePlan.activity.detail.status",
        "path": "CarePlan.activity.detail.status",
        "short": "Fixed code to set this care plan to 'scheduled'",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "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",
        "mustSupport": true
      }
    ]
  }
}