Closed sebastianhelbig closed 9 months ago
The error message indicates that this CodeSystem is missing: "HAPI-0702: Unable to expand ValueSet because CodeSystem could not be found: urn:ietf:bcp:13"
Does that CodeSystem exist in your server already, or is it an artifact in the IG?
urn:ietf:bcp:13
is one of the standard code systems listed here: https://hl7.org/fhir/R4/terminologies-systems.html. I was under the impression that these could just be used?
No - any that you are using would need to be loaded.
Thanks a lot. I got it working now.
I am adding an implementation guide which contains a valueset which uses the codesystem
urn:ietf:bcp:13
. This will crash hapi on startup. Example value set: https://hl7.org/fhir/valueset-mimetypes.json.html