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

FHIR IG Statistics: StructureDefinition/PlanOfCare

Packagehl7.eu.fhir.pcsp
TypeStructureDefinition
IdPlanOfCare
FHIR VersionR4
Sourcehttp://hl7.eu/fhir/ig/pcsp/http://hl7.eu/fhir/ig/pcsp/0.1.0/StructureDefinition-PlanOfCare.html
URLhttp://hl7.eu/fhir/ig/pcsp/StructureDefinition/PlanOfCare
Version0.1.0
Statusactive
Date2023-01-26T09:50:21+01:00
NamePlanOfCare
TitleCare Plan
Realmeu
Authorityhl7
DescriptionCare Plan Maturity Level: 0 - Draft
Typehttp://hl7.eu/fhir/ig/pcsp/StructureDefinition/PlanOfCare
Kindlogical

Resources that use this resource

StructureDefinition
SurPassSurPass V2.0

Resources that this resource uses

No resources found


Narrative

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

NameFlagsCard.TypeDescription & Constraintsdoco
.. PlanOfCare 0..*BaseCare Plan
... identifier 1..*IdentifierCare plan Identifier
... addressedProblem 0..*IdentifierProblems addressed by this plan
... author 0..1BackboneElementAuthor
... creationTime 0..1dateTimeDate the plan was created
... note 0..1stringPlan note
... chronicConditions 0..1stringChronic condition
... reccomandation 1..*BackboneElementReccomandation
.... riskFactor 0..*CodeableConceptRisk factors
.... conditionAtRisk 0..*CodeableConceptConditions at risk
.... reccomandation 0..1CodeableConceptSuggested reccomandation
.... note 0..1stringNote

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "PlanOfCare",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/PlanOfCare",
  "version": "0.1.0",
  "name": "PlanOfCare",
  "title": "Care Plan",
  "status": "active",
  "date": "2023-01-26T09:50:21+01:00",
  "publisher": "PanCareSurPass Project",
  "contact": [
    {
      "name": "PanCareSurPass Project",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.pancaresurpass.eu/"
        }
      ]
    },
    {
      "name": "PanCareSurPass Project",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.pancaresurpass.eu/"
        }
      ]
    }
  ],
  "description": "Care Plan\nMaturity Level: 0 - Draft",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "fhir",
      "uri": "hl7.org/fhir/r4",
      "name": "PlanOfCare model to PCSP HL7 FHIR R4 Profiles"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/PlanOfCare",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "element": [
      {
        "id": "PlanOfCare",
        "path": "PlanOfCare",
        "short": "Care Plan",
        "definition": "Care Plan\nMaturity Level: 0 - Draft",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "fhir",
            "map": "CarePlan.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/CarePlan-eu-pcsp')"
          }
        ]
      },
      {
        "id": "PlanOfCare.identifier",
        "path": "PlanOfCare.identifier",
        "short": "Care plan Identifier",
        "definition": "Care plan business identifier",
        "min": 1,
        "max": "*",
        "base": {
          "path": "PlanOfCare.identifier",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": ".identifier"
          }
        ]
      },
      {
        "id": "PlanOfCare.addressedProblem",
        "path": "PlanOfCare.addressedProblem",
        "short": "Problems addressed by this plan",
        "definition": "Problems (e.g. primary cancer) addressed by this plan",
        "min": 0,
        "max": "*",
        "base": {
          "path": "PlanOfCare.addressedProblem",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": ".addresses"
          }
        ]
      },
      {
        "id": "PlanOfCare.author",
        "path": "PlanOfCare.author",
        "short": "Author",
        "definition": "Author",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PlanOfCare.author",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": ".author"
          }
        ]
      },
      {
        "id": "PlanOfCare.creationTime",
        "path": "PlanOfCare.creationTime",
        "short": "Date the plan was created",
        "definition": "Date the plan was created",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PlanOfCare.creationTime",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": ".created"
          }
        ]
      },
      {
        "id": "PlanOfCare.note",
        "path": "PlanOfCare.note",
        "short": "Plan note",
        "definition": "Plan note",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PlanOfCare.note",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": ".note.where(extension(' http://hl7.eu/fhir/ig/pcsp/StructureDefinition/annotation-type').valueCodeableConcept=CsGenericPcsp#nar-planNotes)"
          }
        ]
      },
      {
        "id": "PlanOfCare.chronicConditions",
        "path": "PlanOfCare.chronicConditions",
        "short": "Chronic condition",
        "definition": "Chronic condition",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PlanOfCare.chronicConditions",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": ".note.where(extension(' http://hl7.eu/fhir/ig/pcsp/StructureDefinition/annotation-type').valueCodeableConcept=CsGenericPcsp#nar-chronicCond)"
          }
        ]
      },
      {
        "id": "PlanOfCare.reccomandation",
        "path": "PlanOfCare.reccomandation",
        "short": "Reccomandation",
        "definition": "Reccomandation",
        "min": 1,
        "max": "*",
        "base": {
          "path": "PlanOfCare.reccomandation",
          "min": 1,
          "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"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": ".activity.detail"
          }
        ]
      },
      {
        "id": "PlanOfCare.reccomandation.id",
        "path": "PlanOfCare.reccomandation.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": "PlanOfCare.reccomandation.extension",
        "path": "PlanOfCare.reccomandation.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": "PlanOfCare.reccomandation.modifierExtension",
        "path": "PlanOfCare.reccomandation.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": "PlanOfCare.reccomandation.riskFactor",
        "path": "PlanOfCare.reccomandation.riskFactor",
        "short": "Risk factors",
        "definition": "Risk factors considered for generating this care plan",
        "min": 0,
        "max": "*",
        "base": {
          "path": "PlanOfCare.reccomandation.riskFactor",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": ".activity.detail.reasonReference"
          }
        ]
      },
      {
        "id": "PlanOfCare.reccomandation.conditionAtRisk",
        "path": "PlanOfCare.reccomandation.conditionAtRisk",
        "short": "Conditions at risk",
        "definition": "Conditions at risk",
        "min": 0,
        "max": "*",
        "base": {
          "path": "PlanOfCare.reccomandation.conditionAtRisk",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": "activity.detail.reasonCode"
          }
        ]
      },
      {
        "id": "PlanOfCare.reccomandation.reccomandation",
        "path": "PlanOfCare.reccomandation.reccomandation",
        "short": "Suggested reccomandation",
        "definition": "Reccomandation suggested by the algorithm",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PlanOfCare.reccomandation.reccomandation",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": "activity.detail.code"
          }
        ]
      },
      {
        "id": "PlanOfCare.reccomandation.note",
        "path": "PlanOfCare.reccomandation.note",
        "short": "Note",
        "definition": "Note",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PlanOfCare.reccomandation.note",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": "activity.detail.description"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "PlanOfCare",
        "path": "PlanOfCare",
        "short": "Care Plan",
        "definition": "Care Plan\nMaturity Level: 0 - Draft",
        "mapping": [
          {
            "identity": "fhir",
            "map": "CarePlan.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/CarePlan-eu-pcsp')"
          }
        ]
      },
      {
        "id": "PlanOfCare.identifier",
        "path": "PlanOfCare.identifier",
        "short": "Care plan Identifier",
        "definition": "Care plan business identifier",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": ".identifier"
          }
        ]
      },
      {
        "id": "PlanOfCare.addressedProblem",
        "path": "PlanOfCare.addressedProblem",
        "short": "Problems addressed by this plan",
        "definition": "Problems (e.g. primary cancer) addressed by this plan",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": ".addresses"
          }
        ]
      },
      {
        "id": "PlanOfCare.author",
        "path": "PlanOfCare.author",
        "short": "Author",
        "definition": "Author",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": ".author"
          }
        ]
      },
      {
        "id": "PlanOfCare.creationTime",
        "path": "PlanOfCare.creationTime",
        "short": "Date the plan was created",
        "definition": "Date the plan was created",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": ".created"
          }
        ]
      },
      {
        "id": "PlanOfCare.note",
        "path": "PlanOfCare.note",
        "short": "Plan note",
        "definition": "Plan note",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": ".note.where(extension(' http://hl7.eu/fhir/ig/pcsp/StructureDefinition/annotation-type').valueCodeableConcept=CsGenericPcsp#nar-planNotes)"
          }
        ]
      },
      {
        "id": "PlanOfCare.chronicConditions",
        "path": "PlanOfCare.chronicConditions",
        "short": "Chronic condition",
        "definition": "Chronic condition",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": ".note.where(extension(' http://hl7.eu/fhir/ig/pcsp/StructureDefinition/annotation-type').valueCodeableConcept=CsGenericPcsp#nar-chronicCond)"
          }
        ]
      },
      {
        "id": "PlanOfCare.reccomandation",
        "path": "PlanOfCare.reccomandation",
        "short": "Reccomandation",
        "definition": "Reccomandation",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": ".activity.detail"
          }
        ]
      },
      {
        "id": "PlanOfCare.reccomandation.riskFactor",
        "path": "PlanOfCare.reccomandation.riskFactor",
        "short": "Risk factors",
        "definition": "Risk factors considered for generating this care plan",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": ".activity.detail.reasonReference"
          }
        ]
      },
      {
        "id": "PlanOfCare.reccomandation.conditionAtRisk",
        "path": "PlanOfCare.reccomandation.conditionAtRisk",
        "short": "Conditions at risk",
        "definition": "Conditions at risk",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": "activity.detail.reasonCode"
          }
        ]
      },
      {
        "id": "PlanOfCare.reccomandation.reccomandation",
        "path": "PlanOfCare.reccomandation.reccomandation",
        "short": "Suggested reccomandation",
        "definition": "Reccomandation suggested by the algorithm",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": "activity.detail.code"
          }
        ]
      },
      {
        "id": "PlanOfCare.reccomandation.note",
        "path": "PlanOfCare.reccomandation.note",
        "short": "Note",
        "definition": "Note",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": "activity.detail.description"
          }
        ]
      }
    ]
  }
}