FHIR2Dataset icon indicating copy to clipboard operation
FHIR2Dataset copied to clipboard

Support this query?

Open LaRiffle opened this issue 3 years ago • 0 comments

Description

We should support a query to extract:

  • PATIENT
    • Identifier
    • First name
    • Last name
    • birthdate
    • gender
    • code postal
  • CONDITION
    • where system is ICD-9 (Condition?code=http://hl7.org/fhir/sid/icd-9%7C)
    • display
  • MEDICATION REQUEST
    • medicationCodeableConcept.coding.display
    • dosageInstruction.doseAndRate.doseQuantity.value
    • dosageInstruction.doseAndRate.doseQuantity.unit
  • OBSERVATION
    • where system & value == [TODO]
    • valueQuantity.value
    • valueQuantity.unit

Suppl information: we shoudl have 1 line per patient, as in I2B2 exportations

LaRiffle avatar Mar 19 '21 17:03 LaRiffle