You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** NOTE: from extension http://hl7.org/fhir/StructureDefinition/variable */
33
33
/** Variable specifying a logic to generate a variable for use in subsequent logic. The name of the variable will be added to FHIRPath's context when processing descendants of the element that contains this extension. */
34
34
variable?: Expression[];
35
+
/** NOTE: from extension https://emr-core.beda.software/StructureDefinition/printable-cover */
36
+
printableCover?: FCEPrintableElement[];
35
37
/** NOTE: from extension https://emr-core.beda.software/StructureDefinition/printable-header */
36
-
printableHeader?: Attachment;
38
+
printableHeader?: FCEPrintableElement[];
39
+
/** NOTE: from extension https://emr-core.beda.software/StructureDefinition/printable-header-first-page */
40
+
printableHeaderFirstPage?: FCEPrintableElement[];
37
41
/** NOTE: from extension https://emr-core.beda.software/StructureDefinition/printable-footer */
38
-
printableFooter?: Attachment;
42
+
printableFooter?: FCEPrintableElement[];
43
+
/** NOTE: from extension https://emr-core.beda.software/StructureDefinition/printable-footer-last-page */
44
+
printableFooterLastPage?: FCEPrintableElement[];
39
45
/** NOTE: from extension http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-targetStructureMap */
0 commit comments