FHIR Chat · Spurious error for STU3 CapStatement · IG creation

Stream: IG creation

Topic: Spurious error for STU3 CapStatement


view this post on Zulip Eric Haas (Oct 13 2019 at 01:52):

This error for all my STU3 CapabilityStatements:

CapabilityStatement/producer-server: CapabilityStatement    error   Profile http://hl7.org/fhir/StructureDefinition/CapabilityStatement, Element 'CapabilityStatement.acceptUnknown': minimum required = 1, but only found 0

but it is there for example here:

{
   "id": "consumer-client",
   "text": {
...
   },
   "acceptUnknown": "both",
   "contact": [
      {
         "telecom": [
....

See the DEQM repo for example: https://github.com/HL7/davinci-deqm/tree/master/source/resources


view this post on Zulip Grahame Grieve (Oct 15 2019 at 13:12):

fixed next release (sometime today)

view this post on Zulip Eric Haas (Oct 15 2019 at 15:11):

ty


Last updated: Apr 12 2022 at 19:14 UTC