Stream: IG creation
Topic: modifierExtension removed by IG publisher
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"
}
]
}
David Hay (Oct 20 2020 at 20:11):
any thoughts on this?
Grahame Grieve (Oct 27 2020 at 03:32):
how do I reproduce this
Last updated: Apr 12 2022 at 19:14 UTC