WorldHealthOrganization / smart-anc

WHO Antenatal Care Guidelines IG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ValueSet names are too long

citizenrich opened this issue · comments

I'm using the IG to test an IG loader tool and get errors from HAPI that I believe show that the IDs are too long for some of the ValueSets.

Here's an example.

400 Bad Request
http://build.fhir.org/ig/WorldHealthOrganization/smart-anc/ValueSet-tetanus-toxoid-containing-vaccine-ttcv-immunization-history-no-doses-choices.json
{
  "resourceType": "OperationOutcome",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h1>Operation Outcome</h1><table border=\"0\"><tr><td style=\"font-weight: bold;\">ERROR</td><td>[]</td><td><pre>Can not process entity with ID[tetanus-toxoid-containing-vaccine-ttcv-immunization-history-no-doses-choices], this is not a valid FHIR ID</pre></td>\n\t\t\t</tr>\n\t\t</table>\n\t</div>"
  },
  "issue": [ {
    "severity": "error",
    "code": "processing",
    "diagnostics": "Can not process entity with ID[tetanus-toxoid-containing-vaccine-ttcv-immunization-history-no-doses-choices], this is not a valid FHIR ID"
  } ]
}

Addressed this, thank you for the feedback and please let us know if this is still an issue.