You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fhir data evaluator should extended to support the resolving of references, so that the following fhir path is correctly resolved to extract the object for stratification:
The fhir data evaluator should extended to support the resolving of references, so that the following fhir path is correctly resolved to extract the object for stratification:
Condition.subject.resolve().ofType(Patient).gender
MedicationAdministration.medication.resolve().ofType(Medication).code.coding.where(system="http://fhir.de/CodeSystem/bfarm/atc")
Example data for testing, see:
https://github.com/medizininformatik-initiative/feasibility-deploy/blob/main/feasibility-triangle/get-mii-testdata.sh
The text was updated successfully, but these errors were encountered: