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 SNOMED code from Patient.genderIdentity #115

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

Comments

@BRoberts82-CGM
Copy link

When submitting a Patient FHIR message to the validator, we are receiving the following error:
Bundle.entry[0].resource/Patient/B7F48A0B-E42D-460A-B2AB-A7EC82A04F32/.extension[1].value.ofType(CodeableConcept).coding[0].code: Unknown code '446131000124102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201' on line 33. Jump to error.
This is the section of the FHIR message that is erroring:
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-genderIdentity",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "446131000124102",
"display": "Genderqueer"
}
],
"text": "Genderqueer"
}
}

To our knowledge, this code in the context is correct 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