Skip to content

Commit 1f89fc8

Browse files
committed
Add MDEDitorFeatures complex extension
1 parent 0e0c899 commit 1f89fc8

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

input/fsh/structure-definition-fhir-emr-questionnaire.fsh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ Description: "Profile of the Questionnaire resource that contains SDC extensions
4747
* item.extension contains DefaultSort named defaultSort 0..1
4848
* item.extension contains EnableSort named enableSort 0..1
4949
* item.extension contains EnableFiltering named enableFiltering 0..1
50+
* item.extension contains MDEditorFeatures named mdEditorFeatures 0..1
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
CodeSystem: MDEditorFeaturesCS
2+
Title: "Markdown Editor Features Code System"
3+
* #image "Image upload" "Enable image upload feature"
4+
5+
ValueSet: MDEditorFeaturesVS
6+
Title: "Markdown Editor Features Value Set"
7+
* codes from system MDEditorFeaturesCS
8+
9+
Extension: MDEditorFeatures
10+
Id: mdEditorFeatures
11+
Title: "Markdown Editor Features"
12+
Description: "Markdown editor features extension"
13+
* extension contains mdEditorFeature 0..*
14+
* extension[mdEditorFeature].value[x] only code
15+
* extension[mdEditorFeature].valueCode from MDEditorFeaturesVS (required)
16+
* extension[mdEditorFeature] ^short = "Markdown editor feature"

0 commit comments

Comments
 (0)