Skip to content

Implementing AllergyIntollerance and Substance resources#5

Open
ewall wants to merge 8 commits intoi3l:FHIR-DSTUfrom
ewall:allergies
Open

Implementing AllergyIntollerance and Substance resources#5
ewall wants to merge 8 commits intoi3l:FHIR-DSTUfrom
ewall:allergies

Conversation

@ewall
Copy link

@ewall ewall commented Apr 21, 2015

Submitted for extra credit in the CS6440 Intro to Health Informatics class, Spring 2015.

This makes AllergyIntolerance and Substance resources available from the FHIR server. It loads all data from the SyntheticEHR/ExactData tables.

  1. In MySql, run the following scripts in HealthPort context to create the empty tables:
    • sql/create_SUBSTANCE_table.sql
    • sql/create_ALLERGYINTOLERANCE_table.sql
  2. To load data, run HealthPort web app and browse to http://localhost:8080/HealthPort/UpdateFHIRdB?r=ALLERGYINTOLERANCE --> This should populate the following data:
    • 12 rows in HealthPort.SUBSTANCE (3 from ExactDataSample and 9 from ExactDataCancer since 2 are re-used)
    • 15 rows in HealthPort.ALLERGYINTOLERANCE (3 from ExactDataSample and 12 from ExactDataCancer)
  3. Test with URLs like the following:

--Eric Wallace (ewallace8 at gatech dot edu)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant