You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: