PlanDefinition
open class PlanDefinition: DomainResource
The definition of a plan for a series of actions, independent of any specific patient or context.
This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical artifacts such as clinical decision support rules, order sets and protocols.
-
The definition of a plan for a series of actions, independent of any specific patient or context.
This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical artifacts such as clinical decision support rules, order sets and protocols.
Declaration
Swift
override open class var resourceType: String -
Action defined by the plan.
Declaration
Swift
public var action: [PlanDefinitionAction]? -
When the plan definition was approved by publisher.
Declaration
Swift
public var approvalDate: FHIRDate? -
Contact details for the publisher.
Declaration
Swift
public var contact: [ContactDetail]? -
A content contributor.
Declaration
Swift
public var contributor: [Contributor]? -
Use and/or publishing restrictions.
Declaration
Swift
public var copyright: FHIRString? -
Date this was last changed.
Declaration
Swift
public var date: DateTime? -
Natural language description of the plan definition.
Declaration
Swift
public var description_fhir: FHIRString? -
When the plan definition is expected to be used.
Declaration
Swift
public var effectivePeriod: Period? -
For testing purposes, not real usage.
Declaration
Swift
public var experimental: FHIRBool? -
What the plan is trying to accomplish.
Declaration
Swift
public var goal: [PlanDefinitionGoal]? -
Additional identifier for the plan definition.
Declaration
Swift
public var identifier: [Identifier]? -
Intended jurisdiction for plan definition (if applicable).
Declaration
Swift
public var jurisdiction: [CodeableConcept]? -
When the plan definition was last reviewed.
Declaration
Swift
public var lastReviewDate: FHIRDate? -
Logic used by the plan definition.
Declaration
Swift
public var library: [Reference]? -
Name for this plan definition (computer friendly).
Declaration
Swift
public var name: FHIRString? -
Name of the publisher (organization or individual).
Declaration
Swift
public var publisher: FHIRString? -
Why this plan definition is defined.
Declaration
Swift
public var purpose: FHIRString? -
Related artifacts for the asset.
Declaration
Swift
public var relatedArtifact: [RelatedArtifact]? -
The status of this plan definition. Enables tracking the life-cycle of the content.
Declaration
Swift
public var status: PublicationStatus? -
Name for this plan definition (human friendly).
Declaration
Swift
public var title: FHIRString? -
E.g. Education, Treatment, Assessment, etc.
Declaration
Swift
public var topic: [CodeableConcept]? -
order-set | protocol | eca-rule.
Declaration
Swift
public var type: CodeableConcept? -
Logical URI to reference this plan definition (globally unique).
Declaration
Swift
public var url: FHIRURL? -
Describes the clinical usage of the asset.
Declaration
Swift
public var usage: FHIRString? -
Context the content is intended to support.
Declaration
Swift
public var useContext: [UsageContext]? -
Business version of the plan definition.
Declaration
Swift
public var version: FHIRString? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(status: PublicationStatus) -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext) -
Undocumented
Declaration
Swift
open class PlanDefinition: DomainResource
View on GitHub
Install in Dash
PlanDefinition Class Reference