Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7.09
-
None
-
For large OMOP ontologies (i.e SNOMED) there may be a delay before seeing the observation fact. The code has to look up the concept by code ... this can take a while with large ontologies
-
tested and verified details c an be seen in the i2b2 timeline which clicking on the tick mark.
Description
In i2b2 Web Client when a user double clicks on a tick mark in the timeline, additional details about the observation will display.
However, in OMOP the data schema is setup differently in that there is no "OBSERVATION_FACT" table. The get_observationfact_by_primary_key (getIbservationfact_byPrimaryKey) service is trying to call a table that does not exist. This results in the following exception being returned from the server:
"Invalid object name 'i2b2omop.dbo.observation_fact'"
However, in OMOP the data schema is setup differently in that there is no "OBSERVATION_FACT" table. The get_observationfact_by_primary_key (getIbservationfact_byPrimaryKey) service is trying to call a table that does not exist. This results in the following exception being returned from the server:
"Invalid object name 'i2b2omop.dbo.observation_fact'"