-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
This issue is intended to track progress on our FHIR_mappings effort.
To recap, Hong generated code to convert the manually generated input YAML file here, which contains Athena search terms and parameters for ICEES feature variables, to FHIR mappings with systems + codes to enable FHIR PIT to retrieve patient data from FHIR files.
The search schema for different variable domains is as follows.
Athena Query Rules - Examples:
-
Diagnoses
CysticFibrosisDx:
search_term: "cystic fibrosis"
domain: Condition
class: ICD10 Hierarchy
-
Medications
AlbuterolRx
search_term: "albuterol"
domain: Drug
vocab: RxNorm
class: Ingredient
-
Labs
FEV
search_term: "forced expiratory volume"
domain: Measurement, Observation
class: LOINC component (optional)
vocab: LOINC
-
Procedures
LungTransplant
search_term: "lung transplant"
domain: Procedure
vocab: CPT4, ICD9Proc, ICD9ProcCN
-
Patient Demographics
Race_UNC_Health
Hard coded