Foundation
This
page
is
part
of
the
Continuous
Integration
Build
of
FHIR
Specification
(v5.0.0:
R5
-
STU
).
This
is
the
current
published
version
in
it's
permanent
home
(it
will
always
(will
be
available
incorrect/inconsistent
at
this
URL).
For
a
full
list
of
available
versions,
see
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
| Responsible Owner: Clinical Decision Support Work Group | Standards Status : Informative | Compartments : No defined compartments |
ShEx statement for plandefinition
PREFIX fhir: <http://hl7.org/fhir/> PREFIX fhirvs: <http://hl7.org/fhir/ValueSet/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>IMPORT <id.shex> IMPORT <uri.shex># ShEx Version 2.2 IMPORT <Uri.shex> IMPORT <Age.shex>IMPORT <code.shex> IMPORT <date.shex>IMPORT <Code.shex> IMPORT <Date.shex> IMPORT <Group.shex> IMPORT <Range.shex> IMPORT <Ratio.shex>IMPORT <string.shex>IMPORT <String.shex> IMPORT <Coding.shex> IMPORT <Period.shex> IMPORT <Timing.shex> IMPORT <Device.shex>IMPORT <boolean.shex> IMPORT <integer.shex>IMPORT <Boolean.shex> IMPORT <Measure.shex> IMPORT <Patient.shex>IMPORT <dateTime.shex> IMPORT <markdown.shex>IMPORT <Integer.shex> IMPORT <DateTime.shex> IMPORT <Markdown.shex> IMPORT <Duration.shex>IMPORT <Quantity.shex>IMPORT <CareTeam.shex> IMPORT <Endpoint.shex> IMPORT <Location.shex> IMPORT <Specimen.shex> IMPORT <Quantity.shex> IMPORT <Reference.shex>IMPORT <canonical.shex>IMPORT <Canonical.shex> IMPORT <Substance.shex> IMPORT <Identifier.shex> IMPORT <Medication.shex> IMPORT <Expression.shex> IMPORT <UsageContext.shex> IMPORT <RelativeTime.shex> IMPORT <Organization.shex> IMPORT <Practitioner.shex> IMPORT <ContactDetail.shex> IMPORT <Questionnaire.shex> IMPORT <RelatedPerson.shex> IMPORT <DomainResource.shex> IMPORT <CodeableConcept.shex> IMPORT <RelatedArtifact.shex> IMPORT <BackboneElement.shex> IMPORT <DataRequirement.shex> IMPORT <EvidenceVariable.shex>IMPORT <DeviceDefinition.shex>IMPORT <PractitionerRole.shex> IMPORT <TriggerDefinition.shex> IMPORT <CodeableReference.shex> IMPORT <MessageDefinition.shex> IMPORT <HealthcareService.shex> IMPORT <ActivityDefinition.shex> IMPORT <SpecimenDefinition.shex> IMPORT <SubstanceDefinition.shex> IMPORT <OperationDefinition.shex> IMPORT <ObservationDefinition.shex> IMPORT <PackagedProductDefinition.shex> IMPORT <MedicinalProductDefinition.shex> IMPORT <ManufacturedItemDefinition.shex> IMPORT <BiologicallyDerivedProduct.shex> IMPORT <AdministrableProductDefinition.shex> start=@<PlanDefinition> AND {fhir:nodeRole [fhir:treeRoot]} # The definition of a plan for a series of actions, independent of any specific patient or context <PlanDefinition> EXTENDS @<DomainResource> CLOSED { a [fhir:PlanDefinition]?;fhir:nodeRole [fhir:treeRoot]?;a [fhir:PlanDefinition]?; fhir:nodeRole [fhir:treeRoot]?; fhir:url @<uri>?; # Canonical identifier for this planfhir:url @<Uri>?; # Canonical identifier for this plan # definition, represented as a URI # (globally unique) fhir:identifier @<OneOrMore_Identifier>?; # Additional identifier for the plan # definitionfhir:version @<string>?; # Business version of the planfhir:version @<String>?; # Business version of the plan # definitionfhir:versionAlgorithm @<string> ORfhir:versionAlgorithm @<String> OR @<Coding> ?; # How to compare versionsfhir:name @<string>?; # Name for this plan definitionfhir:name @<String>?; # Name for this plan definition # (computer friendly)fhir:title @<string>?; # Name for this plan definitionfhir:title @<String>?; # Name for this plan definition # (human friendly)fhir:subtitle @<string>?; # Subordinate title of the planfhir:subtitle @<String>?; # Subordinate title of the plan # definitionfhir:type @<CodeableConcept>?; # order-set | clinical-protocol | # eca-rule | workflow-definition fhir:status @<code> ANDfhir:type @<CodeableConcept>?; # order-set | protocol | eca-rule | # workflow-definition | etc. fhir:status @<Code> AND {fhir:v @fhirvs:publication-status}; # draft | active | retired | unknownfhir:experimental @<boolean>?; # For testing purposes, not realfhir:experimental @<Boolean>?; # For testing only - never for real # usage fhir:subject @<CodeableConcept> OR(@<Reference> AND {fhir:link @<Group> OR(@<Reference> AND {fhir:l @<Group> OR @<MedicinalProductDefinition> OR @<SubstanceDefinition> OR @<AdministrableProductDefinition> OR @<ManufacturedItemDefinition> OR @<PackagedProductDefinition> }) OR(@<canonical> AND {fhir:link @<EvidenceVariable> }) ?; # Type of individual the plan(@<Canonical> AND {fhir:l @<EvidenceVariable> }) ?; # Type of individual the plan # definition is focused onfhir:date @<dateTime>?; # Date last changed fhir:publisher @<string>?; # Name of the publisher/stewardfhir:date @<DateTime>?; # Date last changed fhir:publisher @<String>?; # Name of the publisher/steward # (organization or individual) fhir:contact @<OneOrMore_ContactDetail>?; # Contact details for the publisherfhir:description @<markdown>?; # Natural language description offhir:description @<Markdown>?; # Natural language description of # the plan definition fhir:useContext @<OneOrMore_UsageContext>?; # The context that the content is # intended to supportfhir:jurisdiction @<OneOrMore_CodeableConcept>?; # Intended jurisdiction for plan # definition (if applicable) fhir:purpose @<markdown>?; # Why this plan definition is defined fhir:usage @<markdown>?; # Describes the clinical usage offhir:jurisdiction @<OneOrMore_CodeableConcept>?; # Jurisdiction of the authority that # maintains the plan definition (if # applicable) fhir:purpose @<Markdown>?; # Why this plan definition is defined fhir:usage @<Markdown>?; # Describes the clinical usage of # the planfhir:copyright @<markdown>?; # Use and/or publishing restrictions fhir:copyrightLabel @<string>?; # Copyright holder and year(s) fhir:approvalDate @<date>?; # When the plan definition wasfhir:copyright @<Markdown>?; # Notice about intellectual property # ownership, can include # restrictions on use fhir:copyrightLabel @<String>?; # Copyright holder and year(s) fhir:approvalDate @<Date>?; # When the plan definition was # approved by publisherfhir:lastReviewDate @<date>?; # When the plan definition was lastfhir:lastReviewDate @<Date>?; # When the plan definition was last # reviewed by the publisher fhir:effectivePeriod @<Period>?; # When the plan definition is # expected to be used fhir:topic @<OneOrMore_CodeableConcept>?; # E.g. Education, Treatment, # Assessment fhir:author @<OneOrMore_ContactDetail>?; # Who authored the content fhir:editor @<OneOrMore_ContactDetail>?; # Who edited the content fhir:reviewer @<OneOrMore_ContactDetail>?; # Who reviewed the content fhir:endorser @<OneOrMore_ContactDetail>?; # Who endorsed the content fhir:relatedArtifact @<OneOrMore_RelatedArtifact>?; # Additional documentation, citationsfhir:library @<OneOrMore_canonical>?; # Logic used by the plan definitionfhir:library @<OneOrMore_Canonical>?; # Logic used by the plan definition fhir:goal @<OneOrMore_PlanDefinition.goal>?; # What the plan is trying to # accomplish fhir:actor @<OneOrMore_PlanDefinition.actor>?; # Actors within the plan fhir:action @<OneOrMore_PlanDefinition.action>?; # Action defined by the planfhir:asNeeded @<boolean> ORfhir:asNeeded @<Boolean> OR @<CodeableConcept> ?; # Preconditions for service } # Action defined by the plan <PlanDefinition.action> EXTENDS @<BackboneElement> CLOSED {fhir:linkId @<string>?; # Unique id for the action in thefhir:linkId @<String>?; # Unique id for the action in the # PlanDefinitionfhir:prefix @<string>?; # User-visible prefix for the actionfhir:prefix @<String>?; # User-visible prefix for the action # (e.g. 1. or A.)fhir:title @<string>?; # User-visible title fhir:description @<markdown>?; # Brief description of the action fhir:textEquivalent @<markdown>?; # Static text equivalent of thefhir:title @<String>?; # User-visible title fhir:description @<Markdown>?; # Brief description of the action fhir:textEquivalent @<Markdown>?; # Static text equivalent of the # action, used if the dynamic # aspects cannot be interpreted by # the receiving systemfhir:priority @<code> ANDfhir:priority @<Code> AND {fhir:v @fhirvs:request-priority}?; # routine | urgent | asap | stat fhir:code @<CodeableConcept>?; # Code representing the meaning of # the action or sub-actions fhir:reason @<OneOrMore_CodeableConcept>?; # Why the action should be performed fhir:documentation @<OneOrMore_RelatedArtifact>?; # Supporting documentation for the # intended performer of the actionfhir:goalId @<OneOrMore_id>?; # What goals this action supportsfhir:goalId @<OneOrMore_String>?; # What goals this action supports fhir:subject @<CodeableConcept> OR(@<Reference> AND {fhir:link @<Group> }) OR @<canonical> ?; # Type of individual the action is(@<Reference> AND {fhir:l @<Group> }) OR @<Canonical> ?; # Type of individual the action is # focused on fhir:trigger @<OneOrMore_TriggerDefinition>?; # When the action should be triggered fhir:condition @<OneOrMore_PlanDefinition.action.condition>?; # Whether or not the action is # applicable fhir:input @<OneOrMore_PlanDefinition.action.input>?; # Input data requirements fhir:output @<OneOrMore_PlanDefinition.action.output>?; # Output data definition fhir:relatedAction @<OneOrMore_PlanDefinition.action.relatedAction>?; # Relationship to another action fhir:timing @<Age> OR @<Duration> OR @<Range> OR@<Timing> ?; # When the action should take place@<Timing> OR @<RelativeTime> ?; # When the action should take place fhir:location @<CodeableReference>?; # Where it should happen fhir:participant @<OneOrMore_PlanDefinition.action.participant>?; # Who should participate in the # action fhir:type @<CodeableConcept>?; # create | update | remove |# fire-event fhir:groupingBehavior @<code> AND# fire-event | etc. fhir:applicabilityBehavior @<Code> AND {fhir:v @fhirvs:action-applicability-behavior}?; # all | any fhir:groupingBehavior @<Code> AND {fhir:v @fhirvs:action-grouping-behavior}?; # visual-group | logical-group | # sentence-groupfhir:selectionBehavior @<code> ANDfhir:selectionBehavior @<Code> AND {fhir:v @fhirvs:action-selection-behavior}?; # any | all | all-or-none | # exactly-one | at-most-one | # one-or-morefhir:requiredBehavior @<code> ANDfhir:requiredBehavior @<Code> AND {fhir:v @fhirvs:action-required-behavior}?; # must | could | # must-unless-documentedfhir:precheckBehavior @<code> ANDfhir:precheckBehavior @<Code> AND {fhir:v @fhirvs:action-precheck-behavior}?; # yes | nofhir:cardinalityBehavior @<code> ANDfhir:cardinalityBehavior @<Code> AND {fhir:v @fhirvs:action-cardinality-behavior}?; # single | multiplefhir:definition (@<canonical> AND {fhir:link @<ActivityDefinition> ORfhir:definition (@<Canonical> AND {fhir:l @<ActivityDefinition> OR @<Measure> OR @<MessageDefinition> OR @<ObservationDefinition> OR @<OperationDefinition> OR @<PlanDefinition> OR @<Questionnaire> OR @<SpecimenDefinition> }) OR@<uri> ?; # Description of the activity to be@<Uri> ?; # Description of the activity to be # performedfhir:transform @<canonical>?; # Transform to apply the templatefhir:transform @<Canonical>?; # Transform to apply the template fhir:dynamicValue @<OneOrMore_PlanDefinition.action.dynamicValue>?; # Dynamic aspects of the definition fhir:action @<OneOrMore_PlanDefinition.action>?; # A sub-action } # Relationship to another action <PlanDefinition.action.relatedAction> EXTENDS @<BackboneElement> CLOSED {fhir:targetId @<id>; # What action is this related to fhir:relationship @<code> ANDfhir:targetId @<String>; # What action is this related to fhir:relationship @<Code> AND {fhir:v @fhirvs:action-relationship-type}; # before | before-start | before-end # | concurrent | # concurrent-with-start | # concurrent-with-end | after | # after-start | after-endfhir:endRelationship @<code> ANDfhir:endRelationship @<Code> AND {fhir:v @fhirvs:action-relationship-type}?; # before | before-start | before-end # | concurrent | # concurrent-with-start | # concurrent-with-end | after | # after-start | after-end fhir:offset @<Duration> OR @<Range> ?; # Time offset for the relationship }# Actors within the plan <PlanDefinition.actor> EXTENDS @<BackboneElement> CLOSED { fhir:title @<string>?; # User-visible title fhir:description @<markdown>?; # Describes the actor fhir:option @<OneOrMore_PlanDefinition.actor.option>; # Who or what can be this actor } # Target outcome for the goal <PlanDefinition.goal.target> EXTENDS @<BackboneElement> CLOSED { fhir:measure @<CodeableConcept>?; # The parameter whose value is to be # tracked fhir:detail @<Quantity> OR @<Range> OR @<CodeableConcept> OR @<string> OR @<boolean> OR @<integer> OR @<Ratio> ?; # The target value to be achieved fhir:due @<Duration>?; # Reach goal within# A sub-action <PlanDefinition.action.actionnull> CLOSED { }# Dynamic aspects of the definition <PlanDefinition.action.dynamicValue> EXTENDS @<BackboneElement> CLOSED { fhir:path @<string>?; # The path to the element to be set # dynamically fhir:expression @<Expression>?; # An expression that provides the # dynamic value for the # customization# Output data definition <PlanDefinition.action.output> EXTENDS @<BackboneElement> CLOSED { fhir:title @<String>?; # User-visible title fhir:requirement @<DataRequirement>?; # What data is provided fhir:relatedData @<String>?; # What data is provided }# Input data requirements <PlanDefinition.action.input> EXTENDS @<BackboneElement> CLOSED { fhir:title @<string>?; # User-visible title fhir:requirement @<DataRequirement>?; # What data is provided fhir:relatedData @<id>?; # What data is provided# Who should participate in the action <PlanDefinition.action.participant> EXTENDS @<BackboneElement> CLOSED { fhir:actorId @<String>?; # What actor fhir:type @<Code> AND {fhir:v @fhirvs:action-participant-type}?; # careteam | device | group | # healthcareservice | location | # organization | patient | # practitioner | practitionerrole | # relatedperson fhir:typeCanonical @<Canonical>?; # Who or what can participate fhir:typeReference @<Reference> AND {fhir:l @<BiologicallyDerivedProduct> OR @<CareTeam> OR @<Device> OR @<Endpoint> OR @<HealthcareService> OR @<Location> OR @<Medication> OR @<MedicinalProductDefinition> OR @<Organization> OR @<Patient> OR @<Practitioner> OR @<PractitionerRole> OR @<RelatedPerson> OR @<Specimen> OR @<Substance> OR @<SubstanceDefinition> ? }?; # Who or what can participate fhir:role @<CodeableConcept>?; # E.g. Nurse, Surgeon, Parent fhir:function @<CodeableConcept>?; # E.g. Author, Reviewer, Witness, etc }# Whether or not the action is applicable <PlanDefinition.action.condition> EXTENDS @<BackboneElement> CLOSED { fhir:kind @<code> AND {fhir:v @fhirvs:action-condition-kind}; # applicability | start | stop fhir:expression @<Expression>?; # Boolean-valued expression# Actors within the plan <PlanDefinition.actor> EXTENDS @<BackboneElement> CLOSED { fhir:title @<String>?; # User-visible title fhir:description @<Markdown>?; # Describes the actor fhir:option @<OneOrMore_PlanDefinition.actor.option>; # Who or what can be this actor } # Who or what can be this actor <PlanDefinition.actor.option> EXTENDS @<BackboneElement> CLOSED {fhir:type @<code> ANDfhir:type @<Code> AND {fhir:v @fhirvs:action-participant-type}?; # careteam | device | group | # healthcareservice | location | # organization | patient | # practitioner | practitionerrole | # relatedpersonfhir:typeCanonical @<canonical>?; # Who or what can participate fhir:typeReference @<Reference> AND {fhir:linkfhir:typeCanonical @<Canonical>?; # Who or what can participate fhir:typeReference @<Reference> AND {fhir:l @<BiologicallyDerivedProduct> OR @<CareTeam> OR @<Device> OR@<DeviceDefinition> OR@<Endpoint> OR@<Group> OR@<HealthcareService> OR @<Location> OR @<Medication> OR @<MedicinalProductDefinition> OR @<Organization> OR @<Patient> OR @<Practitioner> OR @<PractitionerRole> OR@<RelatedPerson> ? }?; # Who or what can participate@<RelatedPerson> OR @<Specimen> OR @<Substance> OR @<SubstanceDefinition> ? }?; # Who or what can participate fhir:role @<CodeableConcept>?; # E.g. Nurse, Surgeon, Parent } # Whether or not the action is applicable <PlanDefinition.action.condition> EXTENDS @<BackboneElement> CLOSED { fhir:kind @<Code> AND {fhir:v @fhirvs:action-condition-kind}; # applicability | start | stop fhir:expression @<Expression>?; # Boolean-valued expression } # What the plan is trying to accomplish <PlanDefinition.goal> EXTENDS @<BackboneElement> CLOSED { fhir:category @<CodeableConcept>?; # E.g. Treatment, dietary, behavioral fhir:description @<CodeableConcept>; # Code or text describing the goal fhir:priority @<CodeableConcept>?; # high-priority | medium-priority | # low-priority fhir:start @<CodeableConcept>?; # When goal pursuit begins fhir:addresses @<OneOrMore_CodeableConcept>?; # What does the goal address fhir:documentation @<OneOrMore_RelatedArtifact>?; # Supporting documentation for the # goal fhir:target @<OneOrMore_PlanDefinition.goal.target>?; # Target outcome for the goal }# Output data definition <PlanDefinition.action.output> EXTENDS @<BackboneElement> CLOSED { fhir:title @<string>?; # User-visible title fhir:requirement @<DataRequirement>?; # What data is provided fhir:relatedData @<string>?; # What data is provided# Dynamic aspects of the definition <PlanDefinition.action.dynamicValue> EXTENDS @<BackboneElement> CLOSED { fhir:path @<String>?; # The path to the element to be set # dynamically fhir:expression @<Expression>?; # An expression that provides the # dynamic value for the # customization }# A sub-action <PlanDefinition.action.actionnull> CLOSED {# Target outcome for the goal <PlanDefinition.goal.target> EXTENDS @<BackboneElement> CLOSED { fhir:measure @<CodeableConcept>?; # The parameter whose value is to be # tracked fhir:detail @<Quantity> OR @<Range> OR @<CodeableConcept> OR @<String> OR @<Boolean> OR @<Integer> OR @<Ratio> ?; # The target value to be achieved fhir:due @<Duration>?; # Reach goal within }# Who should participate in the action <PlanDefinition.action.participant> EXTENDS @<BackboneElement> CLOSED { fhir:actorId @<string>?; # What actor fhir:type @<code> AND {fhir:v @fhirvs:action-participant-type}?; # careteam | device | group | # healthcareservice | location | # organization | patient | # practitioner | practitionerrole | # relatedperson fhir:typeCanonical @<canonical>?; # Who or what can participate fhir:typeReference @<Reference> AND {fhir:link @<CareTeam> OR @<Device> OR @<DeviceDefinition> OR @<Endpoint> OR @<Group> OR @<HealthcareService> OR @<Location> OR @<Organization> OR @<Patient> OR @<Practitioner> OR @<PractitionerRole> OR @<RelatedPerson> ? }?; # Who or what can participate fhir:role @<CodeableConcept>?; # E.g. Nurse, Surgeon, Parent fhir:function @<CodeableConcept>?; # E.g. Author, Reviewer, Witness, etc# Input data requirements <PlanDefinition.action.input> EXTENDS @<BackboneElement> CLOSED { fhir:title @<String>?; # User-visible title fhir:requirement @<DataRequirement>?; # What data is provided fhir:relatedData @<String>?; # What data is provided } #---------------------- Cardinality Types (OneOrMore) ------------------- <OneOrMore_Identifier> CLOSED { rdf:first @<Identifier> ; rdf:rest [rdf:nil] OR @<OneOrMore_Identifier> } <OneOrMore_ContactDetail> CLOSED { rdf:first @<ContactDetail> ; rdf:rest [rdf:nil] OR @<OneOrMore_ContactDetail> } <OneOrMore_UsageContext> CLOSED { rdf:first @<UsageContext> ; rdf:rest [rdf:nil] OR @<OneOrMore_UsageContext> } <OneOrMore_CodeableConcept> CLOSED { rdf:first @<CodeableConcept> ; rdf:rest [rdf:nil] OR @<OneOrMore_CodeableConcept> } <OneOrMore_RelatedArtifact> CLOSED { rdf:first @<RelatedArtifact> ; rdf:rest [rdf:nil] OR @<OneOrMore_RelatedArtifact> }<OneOrMore_canonical> CLOSED { rdf:first @<canonical> ; rdf:rest [rdf:nil] OR @<OneOrMore_canonical><OneOrMore_Canonical> CLOSED { rdf:first @<Canonical> ; rdf:rest [rdf:nil] OR @<OneOrMore_Canonical> } <OneOrMore_PlanDefinition.goal> CLOSED { rdf:first @<PlanDefinition.goal> ; rdf:rest [rdf:nil] OR @<OneOrMore_PlanDefinition.goal> } <OneOrMore_PlanDefinition.actor> CLOSED { rdf:first @<PlanDefinition.actor> ; rdf:rest [rdf:nil] OR @<OneOrMore_PlanDefinition.actor> } <OneOrMore_PlanDefinition.action> CLOSED { rdf:first @<PlanDefinition.action> ; rdf:rest [rdf:nil] OR @<OneOrMore_PlanDefinition.action> }<OneOrMore_id> CLOSED { rdf:first @<id> ; rdf:rest [rdf:nil] OR @<OneOrMore_id><OneOrMore_String> CLOSED { rdf:first @<String> ; rdf:rest [rdf:nil] OR @<OneOrMore_String> } <OneOrMore_TriggerDefinition> CLOSED { rdf:first @<TriggerDefinition> ; rdf:rest [rdf:nil] OR @<OneOrMore_TriggerDefinition> } <OneOrMore_PlanDefinition.action.condition> CLOSED { rdf:first @<PlanDefinition.action.condition> ; rdf:rest [rdf:nil] OR @<OneOrMore_PlanDefinition.action.condition> } <OneOrMore_PlanDefinition.action.input> CLOSED { rdf:first @<PlanDefinition.action.input> ; rdf:rest [rdf:nil] OR @<OneOrMore_PlanDefinition.action.input> } <OneOrMore_PlanDefinition.action.output> CLOSED { rdf:first @<PlanDefinition.action.output> ; rdf:rest [rdf:nil] OR @<OneOrMore_PlanDefinition.action.output> } <OneOrMore_PlanDefinition.action.relatedAction> CLOSED { rdf:first @<PlanDefinition.action.relatedAction> ; rdf:rest [rdf:nil] OR @<OneOrMore_PlanDefinition.action.relatedAction> } <OneOrMore_PlanDefinition.action.participant> CLOSED { rdf:first @<PlanDefinition.action.participant> ; rdf:rest [rdf:nil] OR @<OneOrMore_PlanDefinition.action.participant> } <OneOrMore_PlanDefinition.action.dynamicValue> CLOSED { rdf:first @<PlanDefinition.action.dynamicValue> ; rdf:rest [rdf:nil] OR @<OneOrMore_PlanDefinition.action.dynamicValue> } <OneOrMore_PlanDefinition.actor.option> CLOSED { rdf:first @<PlanDefinition.actor.option> ; rdf:rest [rdf:nil] OR @<OneOrMore_PlanDefinition.actor.option> } <OneOrMore_PlanDefinition.goal.target> CLOSED { rdf:first @<PlanDefinition.goal.target> ; rdf:rest [rdf:nil] OR @<OneOrMore_PlanDefinition.goal.target> } #---------------------- Value Sets ------------------------ # Defines applicability behavior of a group. fhirvs:action-applicability-behavior ["all" "any"] # Defines behavior for an action or a group for how many times that item may be repeated. fhirvs:action-cardinality-behavior ["single" "multiple"] # Defines the kinds of conditions that can appear on actions. fhirvs:action-condition-kind ["applicability" "start" "stop"] # Defines organization behavior of a group. fhirvs:action-grouping-behavior ["visual-group" "logical-group" "sentence-group"] # The type of participant for the action. fhirvs:action-participant-type ["careteam" "device" "group" "healthcareservice" "location" "organization" "patient" "practitioner" "practitionerrole" "relatedperson"] # Defines selection frequency behavior for an action or group. fhirvs:action-precheck-behavior ["yes" "no"] # Defines the types of relationships between actions. fhirvs:action-relationship-type ["before" "before-start" "before-end" "concurrent" "concurrent-with-start" "concurrent-with-end" "after" "after-start" "after-end"] # Defines expectations around whether an action or action group is required. fhirvs:action-required-behavior ["must" "could" "must-unless-documented"] # Defines selection behavior of a group. fhirvs:action-selection-behavior ["any" "all" "all-or-none" "exactly-one" "at-most-one" "one-or-more"] # The lifecycle status of an artifact. fhirvs:publication-status ["draft" "active" "retired" "unknown"] # Identifies the level of importance to be assigned to actioning the request. fhirvs:request-priority ["routine" "urgent" "asap" "stat"]
Usage note: every effort has been made to ensure that the ShEx files are correct and useful, but they are not a normative part of the specification.
FHIR
®©
HL7.org
2011+.
FHIR
R5
hl7.fhir.core#5.0.0
R6
hl7.fhir.core#6.0.0-ballot3
generated
on
Sun,
Mar
26,
2023
15:25+1100.
Wed,
Nov
12,
2025
19:45+0000.
Links:
Search
|
Version
History
|
Contents
|
Glossary
|
QA
|
Compare
to
R4
|
Compare
to
R4B
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change