File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 "text" : " Weight" ,
2222 "type" : " quantity" ,
2323 "linkId" : " weight" ,
24- "columnWidth" : 200 ,
24+ "columnWidth" : {
25+ "value" : 200 ,
26+ "unit" : " px"
27+ },
2528 "unitOption" : [
2629 {
2730 "code" : " kg" ,
Original file line number Diff line number Diff line change 3636 }
3737 },
3838 {
39- "url" : " https://emr-core.beda.software/StructureDefinition/columnWidth" ,
40- "valueInteger" : 200
39+ "url" : " http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-width" ,
40+ "valueQuantity" : {
41+ "value" : 200 ,
42+ "unit" : " px"
43+ }
4144 }
4245 ]
4346 }
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export enum ExtensionIdentifier {
5959 MDEditorFeature = 'https://emr-core.beda.software/StructureDefinition/mdEditorFeature' ,
6060 ChartYAxisRange = 'https://emr-core.beda.software/StructureDefinition/chartYAxisRange' ,
6161 ChartHighlight = 'https://emr-core.beda.software/StructureDefinition/chartHighlight' ,
62- CoolumnWidth = 'https ://emr-core.beda.software/ StructureDefinition/columnWidth ' ,
62+ CoolumnWidth = 'http ://hl7.org/fhir/uv/sdc/ StructureDefinition/sdc-questionnaire-width ' ,
6363}
6464
6565export type ExtensionTransformer = {
@@ -514,7 +514,7 @@ export const extensionTransformers: ExtensionTransformer = {
514514 } ,
515515 } ,
516516 [ ExtensionIdentifier . CoolumnWidth ] : {
517- path : { extension : 'valueInteger ' , questionnaire : 'columnWidth' } ,
517+ path : { extension : 'valueQuantity ' , questionnaire : 'columnWidth' } ,
518518 } ,
519519} ;
520520
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ export interface FCEQuestionnaireItem extends QuestionnaireItem {
122122 mdEditorFeature ?: string [ ] ;
123123 chartYAxisRange ?: Range ;
124124 chartHighlight ?: FCEQuestionnaireItemChartHighlight [ ] ;
125- columnWidth ?: number ;
125+ columnWidth ?: Quantity ;
126126}
127127
128128export interface FCEQuestionnaireItemText {
You can’t perform that action at this time.
0 commit comments