Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PlanDefinitionActionRelatedAction

Relationship to another action in a plandefinition

Hierarchy

Index

Properties

actionId

actionId: id

What action is this related to

Optional extension

extension: Extension[]

Additional Content defined by implementations

Optional id

id: undefined | string

xml:id (or equivalent in JSON)

Optional modifierExtension

modifierExtension: Extension[]

Extensions that cannot be ignored if unrecognized

Optional offsetDuration

offsetDuration: Duration

Time offset for the relationship as Duration Only one of offsetDuration or offsetRange are allowed simultaneously

Optional offsetRange

offsetRange: Range

Time offset for the relationship as Range Only one of offsetDuration or offsetRange are allowed simultaneously

relationship

relationship: "before-start" | "before" | "before-end" | "concurrent-with-start" | "concurrent" | "concurrent-with-end" | "after-start" | "after" | "after-end"

before-start | before | before-end | concurrent-with-start | concurrent | concurrent-with-end | after-start | after | after-end (http://hl7.org/fhir/R4/valueset-action-relationship-type.html)

Generated using TypeDoc