With the following FSH :
* extension contains
complexExtension1 named myComplexExtension 0..1
* extension[myComplexExtension ].extension[subExtension1] ^short = "text 1"
* extension[myComplexExtension ].extension[subExtension1] ^definition = "text 2"
* extension[myComplexExtension ].extension[subExtension1] ^comment = "text 3"
Running SUSHI provide me the following JSON :
{
"id": "Claim.extension:myComplexExtension .extension:subExtension1",
"path": "Claim.extension.extension",
"sliceName": "Something",
"definition": "text 2",
"comment": "text 3"
},
Without any short...