FirelyTeam / firely-net-sdk

The official Firely .NET SDK for HL7 FHIR
Other
829 stars 345 forks source link

Change fhirpath signature for context variables #2911

Open Kasdejong opened 1 month ago

Kasdejong commented 1 month ago

It seems like our assumptions surrounding FP context variables do not allow for compatibility with spec-defined custom variables without string replacement on invariants. For example, %extension is defined for extension context, but we still only recognise %%extension... We should change this!