Most of the profiles out there, have some type of non structural rule expressed in terms of:
- hasValue()
- exists()
- contains()
- all()
- empty()
- implies
- …
Where can I find the specification of such expression language?
Thanks.
Most of the profiles out there, have some type of non structural rule expressed in terms of:
Where can I find the specification of such expression language?
Thanks.
Is there a parser for FHIR paths in HAPI FHIR?
org.hl7.fhir.r5.utils.FHIRPathEngine
you rock, thanks! . .