FHIR Chat · validator is telling my extensions are not allowed · IG creation

Stream: IG creation

Topic: validator is telling my extensions are not allowed


view this post on Zulip Eric Haas (Mar 13 2019 at 05:51):

This is an odd message and I don't know where to even start debugging.

 MeasureReport/datax-measurereport01: MeasureReport.evaluatedResources.extension    error   The extension http://hl7.org/fhir/ig/davinci/StructureDefinition/extension-referenceAny is unknown, and not allowed here

here is the example

.....
  },
  "date": "2018-09-05T16:59:52.404Z",
  "period": {
    "start": "2018-08-01",
    "end": "2018-09-01"
  },
  "evaluatedResources": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/ig/davinci/StructureDefinition/extension-referenceAny",
        "valueReference": {
          "reference": "Task/Task01"
        }
      }
    ]
  }
}

Structure seems ok to me.

here is example: http://build.fhir.org/ig/HL7/davinci-deqm/MeasureReport-datax-measurereport02.html

view this post on Zulip Lloyd McKenzie (Mar 13 2019 at 14:53):

Is the extension listed before the profile in your IG?

view this post on Zulip Lloyd McKenzie (Mar 13 2019 at 14:54):

And does it have the right URL as both the canonical and the fixedUrl and the right id?

view this post on Zulip Eric Haas (Mar 13 2019 at 16:19):

Thanks Lloyd - canonical is wrong...


Last updated: Apr 12 2022 at 19:14 UTC