Stream: IG creation
Topic: Referencing an interaction
Bryn Rhodes (Jan 07 2021 at 01:24):
I'm building out a PlanDefinition where one of the actions is to post a resource instance to a server. We can already specify an action to call an operation by using the canonical URL of the OperationDefinition to be called, but there is no OperationDefinition for the restful-interactions. I took a stab at an "implied" operation definition like this: http://hl7.org/fhir/OperationDefinition/Patient-create
; Grahame suggested the URL should be http://hl7.org/fhir/restful-interaction#create
, which makes sense, but how should we specify that it's a Patient
create, not any create?
Last updated: Apr 12 2022 at 19:14 UTC