Stream: implementers
Topic: Parameters.parameter.valueMeta prescribed but not existing
Gabriel Bezerra (Mar 01 2019 at 13:25):
In FHIR 4.0.0 as well as in the current build of FHIR, the $meta
operation on Resource
s needs a valueMeta
choice of the Parameters.parameter.value
field: http://build.fhir.org/resource-operation-meta.html
However, looking at the list of possible types for value
, one can see that Meta
is not a possible choice. The "R3 diff" even shows that this possibility was removed: http://build.fhir.org/parameters.html
How should one implement $meta
operation in FHIR R4 then?
Lloyd McKenzie (Mar 01 2019 at 15:45):
Yup, that's a problem. Can you submit a change request @Gabriel Bezerra ? And mark it as a candidate for the R4 patch
Gabriel Bezerra (Mar 01 2019 at 15:58):
By the way, is there a better way of marking it as candidate for R4 patch than writing it in the description?
Lloyd McKenzie (Mar 01 2019 at 16:00):
No
Gabriel Bezerra (Mar 01 2019 at 18:02):
@Lloyd McKenzie , change request submitted here: https://gforge.hl7.org/gf/project/fhir/tracker/?action=TrackerItemEdit&tracker_item_id=20487
Gabriel Bezerra (Mar 04 2019 at 09:20):
@Lloyd McKenzie , change request submitted here: https://gforge.hl7.org/gf/project/fhir/tracker/?action=TrackerItemEdit&tracker_item_id=20487
Last updated: Apr 12 2022 at 19:14 UTC