Stream: implementers
Topic: Resource.id for Parameters in Operations
Ken Sinn (Jan 31 2020 at 16:33):
I noticed that on https://www.hl7.org/fhir/resource-definitions.html#Resource.id, "The only time that a resource does not have an id is when it is being submitted to the server using a create operation."
Is there any reason this would not apply to an inbound Parameters resource on a FHIR Operation? Wondering about the use of an id on a transient resource that won't be used anywhere else.
Ken Sinn (Jan 31 2020 at 16:37):
The example on https://www.hl7.org/fhir/patient-operation-match.html does not include a parameter.id value
Grahame Grieve (Jan 31 2020 at 19:20):
I thought we had caught and fixed the statement. it's only correct when talking about a resource on the restful API. there's lots of other contexts where a resource doesn't have an id - like in operations
Lloyd McKenzie (Jan 31 2020 at 22:35):
@Ken Sinn Can you submit a change request for us to clarify the language?
Ken Sinn (May 07 2020 at 04:56):
Created - https://jira.hl7.org/browse/FHIR-27052
Last updated: Apr 12 2022 at 19:14 UTC