FHIR2Dataset icon indicating copy to clipboard operation
FHIR2Dataset copied to clipboard

Support AS for select attributes

Open LaRiffle opened this issue 5 years ago • 0 comments

Example

SELECT
Patient.identifier.value as identifier,
Patient.name.family as last_name,

LaRiffle avatar Mar 23 '21 10:03 LaRiffle