Stream: conformance
Topic: Expression for SearchParameter on Extension
Simone Heckmann (Aug 14 2018 at 11:10):
I have created a profile on DocumentReference with an extension of type CodeableConcept and want to add a custom token-type SearchParameter on that extension.
I'm not sure about the correct expression, though...
My guess would be : DocumentReference.extension('<extension-url>').valueCodeableConcept
Grahame Grieve (Aug 14 2018 at 12:28):
yes
Simone Heckmann (Aug 14 2018 at 12:34):
Thanks! I wasn't sure if I need to go down to the value-level, and I couldn't get either expression to work on the FHIRPath-Testing-Tool, so I was confused...
Last updated: Apr 12 2022 at 19:14 UTC