{
  "resourceType": "StructureDefinition",
  "id": "nl-hemoned-careplan-behandeling",
  "url": "http://logex.com/profiles/fhir/stu3/hemoned/StructureDefinition/nl-hemoned-careplan-behandeling",
  "version": "0.0.1",
  "name": "nl-hemoned-careplan-behandeling",
  "title": "nl-hemoned-careplan-behandeling",
  "status": "draft",
  "date": "2024-03-21T12:47:59.5974123+00:00",
  "publisher": "MRDM",
  "description": "StructureDefinition for CarePlan resource to describe Behandeling dataset for Hemoned registry.",
  "fhirVersion": "3.0.2",
  "kind": "resource",
  "abstract": false,
  "type": "CarePlan",
  "baseDefinition": "http://fhir.nl/fhir/StructureDefinition/nl-core-careplan",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "CarePlan.subject",
        "path": "CarePlan.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-patient"
          }
        ]
      },
      {
        "id": "CarePlan.context",
        "path": "CarePlan.context",
        "max": "0"
      },
      {
        "id": "CarePlan.activity",
        "path": "CarePlan.activity",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "type"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "CarePlan.activity:nursingIntervention",
        "path": "CarePlan.activity",
        "sliceName": "nursingIntervention",
        "max": "0"
      },
      {
        "id": "CarePlan.activity:product",
        "path": "CarePlan.activity",
        "sliceName": "product"
      },
      {
        "id": "CarePlan.activity:product.detail",
        "path": "CarePlan.activity.detail",
        "min": 1
      },
      {
        "id": "CarePlan.activity:product.detail.product[x]",
        "path": "CarePlan.activity.detail.product[x]",
        "min": 1
      },
      {
        "id": "CarePlan.activity:product.detail.dailyAmount",
        "path": "CarePlan.activity.detail.dailyAmount",
        "min": 1
      },
      {
        "id": "CarePlan.activity:product.detail.quantity",
        "path": "CarePlan.activity.detail.quantity",
        "min": 1
      }
    ]
  }
}