FHIR Chat · instantiates to PlanDefinition.action · implementers

Stream: implementers

Topic: instantiates to PlanDefinition.action


view this post on Zulip Lloyd McKenzie (Jun 24 2020 at 06:48):

I believe it's legitimate for instantiatesCanonical on a resource (e.g. Procedure, Observation, whatever) to not only point to the canonical URL of the PlanDefinition for the protocol the event is happening because of, but also to include the id of the specific activity within the PlanDefinition. E.g. http://someserver.com/fhir/PlanDefinition/foo#someactivityid

  1. is this in fact legitimate, or can we make it legitimate?
  2. if it is legitimate, what do you get back with the FHIRPath of SomeProcedure.instantiatesCanonical.resolve()?

view this post on Zulip Lloyd McKenzie (Jun 24 2020 at 06:48):

@Grahame Grieve @Bryn Rhodes

view this post on Zulip Grahame Grieve (Jun 24 2020 at 07:20):

no it's not legitimate. you need to use the target extension

view this post on Zulip Lloyd McKenzie (Jun 24 2020 at 14:00):

Where is that extension defined?

view this post on Zulip Grahame Grieve (Jun 24 2020 at 20:25):

it appears that it isn't.

view this post on Zulip Grahame Grieve (Jun 24 2020 at 20:36):

J#27877


Last updated: Apr 12 2022 at 19:14 UTC