Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

referenceRange high and low not loading correctly #7

Open
hsolbrig opened this issue Dec 21, 2017 · 0 comments
Open

referenceRange high and low not loading correctly #7

hsolbrig opened this issue Dec 21, 2017 · 0 comments

Comments

@hsolbrig
Copy link
Collaborator

loadfacts --conf db_conf -u 117 --sourcesystem "FHIR R4" -l -t json --dupcheck -rm -i http://build.fhir.org/observation-example-f001-glucose.json

Does not create the correct modifier codes. Instead of:

concept_cd modifier_cd
FHIR:Observation.referenceRange FHIR:Quantity.value
FHIR:Quantity.code
...

We need:

concept_cd modifier_cd
FHIR:Observation.referenceRange FHIR:Observation.referenceRange.low.value
FHIR:Observation.referenceRange.low.code
...

(Exact details of the code still needs to be established but..)

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

No branches or pull requests

1 participant