AudaciousInquiry / fhir-saner

Situation Awareness for Novel Epidemic Response (COVID-19 driven project to track resource availability)
17 stars 0 forks source link

Measure Automation #103

Open keithboone opened 3 years ago

keithboone commented 3 years ago

There are several ways to express the automation of a measure

FHIR Queries: http://hl7.org/fhir/uv/sdc/2019May/expressions.html#x-fhir-query-enhancements Such as: Observation?code=http://loinc.org|65972-2&date=gt&subject=

FHIR Path: http://hl7.org/fhirpath/ FHIRPath https://www.hl7.org/fhir/fhirpath.html Restricted subset: https://www.hl7.org/fhir/fhirpath.html#simple

keithboone commented 3 years ago

We agreed that FHIRPath was the preferred expression format, and that other formats were also acceptable.