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

NIST Inferno error on valid RXNorm code from MedicationRequest.medicationCodeableConcept #116

Open
BRoberts82-CGM opened this issue Aug 26, 2024 · 0 comments

Comments

@BRoberts82-CGM
Copy link

When submitting a MedicationRequest message to the FHIR NIST validator, we are getting the following error:
Bundle.entry[0].resource/MedicationRequest/278632C0-1B62-4356-81D4-2E1C57DB5049/.medication.ofType(CodeableConcept).coding[0].code: Unknown code '2619154' in the CodeSystem 'http://www.nlm.nih.gov/research/umls/rxnorm' version '??rx1' on line 40. Jump to error.
The section in error is:
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "2619154"
}
To our knowledge, this is a valid RXNorm code and should not error

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