Stream: hapi
Topic: Terminology binding for resource element
John Grimes (Oct 26 2018 at 05:53):
I want to be able to, upon receiving a Resource instance posted into my server, be able to look up the details of the terminology bindings on each of the coded elements (i.e. code, Coding or CodeableConcept).
If I had a way to retrieve the corresponding ElementDefinition, along with its ElementDefinitionBindingComponent, that would be perfect.
Grahame Grieve (Oct 26 2018 at 13:06):
the easiest way is to parse it using the element model parser
Last updated: Apr 12 2022 at 19:14 UTC