FHIR Chat · modifierExtension removed by IG publisher · IG creation

Stream: IG creation

Topic: modifierExtension removed by IG publisher


view this post on Zulip David Hay (Oct 14 2020 at 06:22):

When the following resource instance is processed by the IG Publisher, the action.modifierExtension is removed (leaving the description). The other modifierExtension is fine...

  "resourceType": "PlanDefinition",
  "id": "tp1",
  "meta": {
    "profile": [
      "http://clinfhir.com/fhir/StructureDefinition/testPlan"
    ]
  },
  "status": "active",
  "modifierExtension": [
    {
      "extension": [
        {
          "url": "day",
          "valueInteger": 1
        },
        {
          "url": "instructions",
          "valueString": "test"
        }
      ],
      "url": "http://clinfhir.com/fhir/StructureDefinition/testExt"
    }
  ],
  "action": [
    {
      "modifierExtension": [
        {
          "extension": [
            {
              "url": "day",
              "valueInteger": 1
            },
            {
              "url": "instructions",
              "valueString": "test"
            }
          ],
          "url": "http://clinfhir.com/fhir/StructureDefinition/testExt"
        }
      ],
      "description": "First description"
    }
  ]
}

view this post on Zulip David Hay (Oct 20 2020 at 20:11):

any thoughts on this?

view this post on Zulip Grahame Grieve (Oct 27 2020 at 03:32):

how do I reproduce this


Last updated: Apr 12 2022 at 19:14 UTC