FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/BeModelCarePlan

Packagehl7.fhir.be.patient-care
Resource TypeStructureDefinition
IdBeModelCarePlan
FHIR VersionR4
Sourcehttps://www.ehealth.fgov.be/standards/fhir/patient-care/https://www.ehealth.fgov.be/standards/fhir/patient-care/1.0.0/StructureDefinition-BeModelCarePlan.html
URLhttps://www.ehealth.fgov.be/standards/fhir/patient-care/StructureDefinition/BeModelCarePlan
Version1.0.0
Statusactive
Date2025-05-08T10:13:56+02:00
NameBeModelCarePlan
TitleBeModelCarePlan
Realmbe
Authorityhl7
DescriptionLogical model for Care Plan.
Typehttps://www.ehealth.fgov.be/standards/fhir/patient-care/StructureDefinition/BeModelCarePlan
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition BeModelCarePlan

NameFlagsCard.TypeDescription & Constraintsdoco
.. BeModelCarePlan 0..*BaseBeModelCarePlan
... identifier 0..*IdentifierIdentifiers assigned to this care plan
... name 0..1stringHuman-readable name for the care plan
... category 0..*CodeableConceptType of plan
... basedOn 0..*Reference()Care plans that this care plan is based on
... partOf 0..*Reference()Care plans that this care plan is part of
... status 0..1codestatus of the care plan
... description 0..1stringDescription of the care plan
... instantiates 0..*Reference()Protocol or definition that is instantiated by this care plan
... subject 0..1Reference()Who care plan is for
... period 0..1PeriodTime period plan covers
... author 0..*Reference()Who is responsible for plan
... careTeam 0..*Reference()Care team assigned to the care plan
... goal 0..*Reference()Expressed goals that this care plan is intended to achieve
... participant 0..*BackboneElementWho is involved in the care plan
.... role 0..1CodeableConceptType of involvement
.... member 1..1Reference()Who is involved
.... period 0..1PeriodTime period of involvement
... managingOrganization 0..1Reference()Organization responsible for the care plan
... contact 0..*ContactPointContact details for the care plan
... note 0..*stringComments about the care plan

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "BeModelCarePlan",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.ehealth.fgov.be/standards/fhir/patient-care/StructureDefinition/BeModelCarePlan",
  "version": "1.0.0",
  "name": "BeModelCarePlan",
  "title": "BeModelCarePlan",
  "status": "active",
  "date": "2025-05-08T10:13:56+02:00",
  "publisher": "eHealth Platform",
  "contact": [
    {
      "name": "eHealth Platform",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ehealth.fgov.be/standards/fhir"
        },
        {
          "system": "email",
          "value": "support@be-ehealth-standards.atlassian.net"
        }
      ]
    },
    {
      "name": "Message Structure eHealth",
      "telecom": [
        {
          "system": "email",
          "value": "support@be-ehealth-standards.atlassian.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Logical model for Care Plan.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "BE",
          "display": "Belgium"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "https://www.ehealth.fgov.be/standards/fhir/patient-care/StructureDefinition/BeModelCarePlan",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "element": [
      {
        "id": "BeModelCarePlan",
        "path": "BeModelCarePlan",
        "short": "BeModelCarePlan",
        "definition": "Logical model for Care Plan.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "BeModelCarePlan.identifier",
        "path": "BeModelCarePlan.identifier",
        "short": "Identifiers assigned to this care plan",
        "definition": "Identifiers assigned to this care plan",
        "min": 0,
        "max": "*",
        "base": {
          "path": "BeModelCarePlan.identifier",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.name",
        "path": "BeModelCarePlan.name",
        "short": "Human-readable name for the care plan",
        "definition": "Human-readable name for the care plan",
        "min": 0,
        "max": "1",
        "base": {
          "path": "BeModelCarePlan.name",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.category",
        "path": "BeModelCarePlan.category",
        "short": "Type of plan",
        "definition": "Type of plan",
        "min": 0,
        "max": "*",
        "base": {
          "path": "BeModelCarePlan.category",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.basedOn",
        "path": "BeModelCarePlan.basedOn",
        "short": "Care plans that this care plan is based on",
        "definition": "Care plans that this care plan is based on",
        "min": 0,
        "max": "*",
        "base": {
          "path": "BeModelCarePlan.basedOn",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.partOf",
        "path": "BeModelCarePlan.partOf",
        "short": "Care plans that this care plan is part of",
        "definition": "Care plans that this care plan is part of",
        "min": 0,
        "max": "*",
        "base": {
          "path": "BeModelCarePlan.partOf",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.status",
        "path": "BeModelCarePlan.status",
        "short": "status of the care plan",
        "definition": "status of the care plan",
        "min": 0,
        "max": "1",
        "base": {
          "path": "BeModelCarePlan.status",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.description",
        "path": "BeModelCarePlan.description",
        "short": "Description of the care plan",
        "definition": "Description of the care plan",
        "min": 0,
        "max": "1",
        "base": {
          "path": "BeModelCarePlan.description",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.instantiates",
        "path": "BeModelCarePlan.instantiates",
        "short": "Protocol or definition that is instantiated by this care plan",
        "definition": "Protocol or definition that is instantiated by this care plan",
        "min": 0,
        "max": "*",
        "base": {
          "path": "BeModelCarePlan.instantiates",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.subject",
        "path": "BeModelCarePlan.subject",
        "short": "Who care plan is for",
        "definition": "Who care plan is for",
        "min": 0,
        "max": "1",
        "base": {
          "path": "BeModelCarePlan.subject",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.period",
        "path": "BeModelCarePlan.period",
        "short": "Time period plan covers",
        "definition": "Time period plan covers",
        "min": 0,
        "max": "1",
        "base": {
          "path": "BeModelCarePlan.period",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.author",
        "path": "BeModelCarePlan.author",
        "short": "Who is responsible for plan",
        "definition": "Who is responsible for plan",
        "min": 0,
        "max": "*",
        "base": {
          "path": "BeModelCarePlan.author",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.careTeam",
        "path": "BeModelCarePlan.careTeam",
        "short": "Care team assigned to the care plan",
        "definition": "Care team assigned to the care plan",
        "min": 0,
        "max": "*",
        "base": {
          "path": "BeModelCarePlan.careTeam",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.goal",
        "path": "BeModelCarePlan.goal",
        "short": "Expressed goals that this care plan is intended to achieve",
        "definition": "Expressed goals that this care plan is intended to achieve",
        "min": 0,
        "max": "*",
        "base": {
          "path": "BeModelCarePlan.goal",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.participant",
        "path": "BeModelCarePlan.participant",
        "short": "Who is involved in the care plan",
        "definition": "Who is involved in the care plan",
        "min": 0,
        "max": "*",
        "base": {
          "path": "BeModelCarePlan.participant",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.participant.id",
        "path": "BeModelCarePlan.participant.id",
        "representation": [
          "xmlAttr"
        ],
        "short": "Unique id for inter-element referencing",
        "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Element.id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                "valueUrl": "string"
              }
            ],
            "code": "http://hl7.org/fhirpath/System.String"
          }
        ],
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.participant.extension",
        "path": "BeModelCarePlan.participant.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "description": "Extensions are always sliced by (at least) url",
          "rules": "open"
        },
        "short": "Additional content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "alias": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "Element.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.participant.modifierExtension",
        "path": "BeModelCarePlan.participant.modifierExtension",
        "short": "Extensions that cannot be ignored even if unrecognized",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
        "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
        "alias": [
          "extensions",
          "user content",
          "modifiers"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "BackboneElement.modifierExtension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "isModifier": true,
        "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.participant.role",
        "path": "BeModelCarePlan.participant.role",
        "short": "Type of involvement",
        "definition": "Type of involvement",
        "min": 0,
        "max": "1",
        "base": {
          "path": "BeModelCarePlan.participant.role",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.participant.member",
        "path": "BeModelCarePlan.participant.member",
        "short": "Who is involved",
        "definition": "Who is involved",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BeModelCarePlan.participant.member",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.participant.period",
        "path": "BeModelCarePlan.participant.period",
        "short": "Time period of involvement",
        "definition": "Time period of involvement",
        "min": 0,
        "max": "1",
        "base": {
          "path": "BeModelCarePlan.participant.period",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.managingOrganization",
        "path": "BeModelCarePlan.managingOrganization",
        "short": "Organization responsible for the care plan",
        "definition": "Organization responsible for the care plan",
        "min": 0,
        "max": "1",
        "base": {
          "path": "BeModelCarePlan.managingOrganization",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.contact",
        "path": "BeModelCarePlan.contact",
        "short": "Contact details for the care plan",
        "definition": "Contact details for the care plan",
        "min": 0,
        "max": "*",
        "base": {
          "path": "BeModelCarePlan.contact",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "ContactPoint"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.note",
        "path": "BeModelCarePlan.note",
        "short": "Comments about the care plan",
        "definition": "Comments about the care plan",
        "min": 0,
        "max": "*",
        "base": {
          "path": "BeModelCarePlan.note",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "BeModelCarePlan",
        "path": "BeModelCarePlan",
        "short": "BeModelCarePlan",
        "definition": "Logical model for Care Plan."
      },
      {
        "id": "BeModelCarePlan.identifier",
        "path": "BeModelCarePlan.identifier",
        "short": "Identifiers assigned to this care plan",
        "definition": "Identifiers assigned to this care plan",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.name",
        "path": "BeModelCarePlan.name",
        "short": "Human-readable name for the care plan",
        "definition": "Human-readable name for the care plan",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.category",
        "path": "BeModelCarePlan.category",
        "short": "Type of plan",
        "definition": "Type of plan",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.basedOn",
        "path": "BeModelCarePlan.basedOn",
        "short": "Care plans that this care plan is based on",
        "definition": "Care plans that this care plan is based on",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.partOf",
        "path": "BeModelCarePlan.partOf",
        "short": "Care plans that this care plan is part of",
        "definition": "Care plans that this care plan is part of",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.status",
        "path": "BeModelCarePlan.status",
        "short": "status of the care plan",
        "definition": "status of the care plan",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.description",
        "path": "BeModelCarePlan.description",
        "short": "Description of the care plan",
        "definition": "Description of the care plan",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.instantiates",
        "path": "BeModelCarePlan.instantiates",
        "short": "Protocol or definition that is instantiated by this care plan",
        "definition": "Protocol or definition that is instantiated by this care plan",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.subject",
        "path": "BeModelCarePlan.subject",
        "short": "Who care plan is for",
        "definition": "Who care plan is for",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.period",
        "path": "BeModelCarePlan.period",
        "short": "Time period plan covers",
        "definition": "Time period plan covers",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.author",
        "path": "BeModelCarePlan.author",
        "short": "Who is responsible for plan",
        "definition": "Who is responsible for plan",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.careTeam",
        "path": "BeModelCarePlan.careTeam",
        "short": "Care team assigned to the care plan",
        "definition": "Care team assigned to the care plan",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.goal",
        "path": "BeModelCarePlan.goal",
        "short": "Expressed goals that this care plan is intended to achieve",
        "definition": "Expressed goals that this care plan is intended to achieve",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.participant",
        "path": "BeModelCarePlan.participant",
        "short": "Who is involved in the care plan",
        "definition": "Who is involved in the care plan",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.participant.role",
        "path": "BeModelCarePlan.participant.role",
        "short": "Type of involvement",
        "definition": "Type of involvement",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.participant.member",
        "path": "BeModelCarePlan.participant.member",
        "short": "Who is involved",
        "definition": "Who is involved",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.participant.period",
        "path": "BeModelCarePlan.participant.period",
        "short": "Time period of involvement",
        "definition": "Time period of involvement",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.managingOrganization",
        "path": "BeModelCarePlan.managingOrganization",
        "short": "Organization responsible for the care plan",
        "definition": "Organization responsible for the care plan",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.contact",
        "path": "BeModelCarePlan.contact",
        "short": "Contact details for the care plan",
        "definition": "Contact details for the care plan",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint"
          }
        ]
      },
      {
        "id": "BeModelCarePlan.note",
        "path": "BeModelCarePlan.note",
        "short": "Comments about the care plan",
        "definition": "Comments about the care plan",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}