Stream: implementers
Topic: gg DSTU server fluentpath
Eric Haas (Jun 11 2016 at 04:02):
re :this invariant:"nsd-1: Root systems cannot have uuid identifiers (expression: kind != 'root' or uniqueId.type = 'uuid')"
in gg DSTU2 server. i get error message:"
col 0)Root systems cannot have uuid or sid identifiers () kind != 'root' or uniqueId in ('uuid' | 'ruid')invariant" for..
<?xml version="1.0" encoding="UTF-8"?> <NamingSystem xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns="http://hl7.org/fhir"> ... <kind value="codesystem"/> ... <uniqueId> <type value="oid"/> <value value="urn:oid:2.16.840.1.114222.4.11.1066"/> <preferred value="false"/> </uniqueId> <uniqueId> <type value="uri"/> <value value="http://www.nucc.org"/> <preferred value="true"/> </uniqueId> </NamingSystem>
Grahame Grieve (Jun 14 2016 at 23:40):
Eric - I'
Grahame Grieve (Jun 14 2016 at 23:41):
I'm pretty behind. I'm hoping to get to this next week some time - can you report an issue here please: https://github.com/grahamegrieve/fhirserver
Last updated: Apr 12 2022 at 19:14 UTC