Below are excerpts from qa-tx.html showing... - an expansion request on a value set that includes all codes from http://hl7.org/fhir/sid/ndc (500 - Internal Server Error response) - expansion request on a value set that includes a single ndc from http://hl7.org/fhir/sid/ndc (200 - OK response) --------------------------------------------------------------------------- Expansion fails when the value set includes all codes from http://hl7.org/fhir/sid/ndc ---------------------------------------------------------------------------- REQUEST: POST http://tx.fhir.org/r4/ValueSet/$expand?_limit=1000&_incomplete=true HTTP/1.0 User-Agent: Java FHIR Client for FHIR Accept: application/fhir+xml Content-Type: application/fhir+xml;charset=UTF-8 Accept-Charset: UTF-8 ----------------------------------------------------------------------------- RESPONSE: HTTP/1.1 500 Internal Server Error

Access violation at address 0000000000E97189 in module 'FHIRServer.exe'. Read of address 000000000000001C

---------------------------------------------------------------------- ---------------------------------------------------------------------- Expansion works when limiting the value set to a single NDC ----------------------------------------------------------------------- POST http://tx.fhir.org/r4/ValueSet/$expand?_limit=1000&_incomplete=true HTTP/1.0 User-Agent: Java FHIR Client for FHIR Accept: application/fhir+xml Content-Type: application/fhir+xml;charset=UTF-8 Accept-Charset: UTF-8 ---------------------------------------------------------------- RESPONSE: HTTP/1.1 200 OK