Skip to content

FHIR_mappings #70

@karafecho

Description

@karafecho

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:

  1. Diagnoses

    CysticFibrosisDx:

   search_term: "cystic fibrosis"
   domain: Condition
   class: ICD10 Hierarchy
  1. Medications

    AlbuterolRx

   search_term: "albuterol"
   domain: Drug
   vocab: RxNorm
   class: Ingredient
  1. Labs

    FEV

   search_term: "forced expiratory volume"
   domain: Measurement, Observation
   class: LOINC component (optional)
   vocab: LOINC
  1. Procedures

    LungTransplant

   search_term: "lung transplant"
   domain: Procedure
   vocab: CPT4, ICD9Proc, ICD9ProcCN
  1. Patient Demographics

    Race_UNC_Health
    Hard coded

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions