UNPKG

fhir-sdc-helpers

Version:

FHIR SDC Extension helper methods

255 lines 24.3 kB
/** Helper methods */ export declare namespace structuredDataCapture { const exturl_ObservationExtractCategory = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-observation-extract-category"; function getObservationExtractCategory(element: fhir4.Element | undefined): fhir4.CodeableConcept | undefined; function getObservationExtractCategorys(element: fhir4.Element | undefined): fhir4.CodeableConcept[] | undefined; function setObservationExtractCategory(element: fhir4.Element, value: fhir4.CodeableConcept): void; function addObservationExtractCategory(element: fhir4.Element, value: fhir4.CodeableConcept): void; const exturl_DisplayName = "http://hl7.org/fhir/StructureDefinition/display"; function getDisplayName(element: fhir4.Element | undefined): string | undefined; function setDisplayName(element: fhir4.Element, value: string): void; const exturl_Markdown = "http://hl7.org/fhir/StructureDefinition/rendering-markdown"; function getMarkdown(element: fhir4.Element | undefined): string | undefined; function setMarkdown(element: fhir4.Element, value: string): void; const exturl_Variable = "http://hl7.org/fhir/StructureDefinition/variable"; function getVariable(element: fhir4.Element | undefined): fhir4.Expression | undefined; function getVariables(element: fhir4.Element | undefined): fhir4.Expression[] | undefined; function setVariable(element: fhir4.Element, value: fhir4.Expression): void; function addVariable(element: fhir4.Element, value: fhir4.Expression): void; const exturl_Replaces = "http://hl7.org/fhir/StructureDefinition/replaces"; function getReplaces(element: fhir4.Element | undefined): string | undefined; function getReplacess(element: fhir4.Element | undefined): string[] | undefined; function setReplaces(element: fhir4.Element, value: string): void; function addReplaces(element: fhir4.Element, value: string): void; const exturl_Regex = "http://hl7.org/fhir/StructureDefinition/regex"; function getRegex(element: fhir4.Element | undefined): string | undefined; function setRegex(element: fhir4.Element, value: string): void; const exturl_UsageMode = "http://hl7.org/fhir/StructureDefinition/questionnaire-usageMode"; function getUsageMode(element: fhir4.Element | undefined): string | undefined; function setUsageMode(element: fhir4.Element, value: string): void; const exturl_LaunchContextExtension = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-launchContext"; const exturl_AnswerExpressionExtension = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-answerExpression"; function getAnswerExpressionExtension(element: fhir4.Element | undefined): fhir4.Expression | undefined; function setAnswerExpressionExtension(element: fhir4.Element, value: fhir4.Expression): void; const exturl_ItemPopulationContextExtension = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-itemPopulationContext"; function getItemPopulationContextExtension(element: fhir4.Element | undefined): fhir4.Expression | undefined; function setItemPopulationContextExtension(element: fhir4.Element, value: fhir4.Expression): void; const exturl_UnitValueSet = "http://hl7.org/fhir/StructureDefinition/questionnaire-unitValueSet"; function getUnitValueSet(element: fhir4.Element | undefined): string | undefined; function setUnitValueSet(element: fhir4.Element, value: string): void; const exturl_UnitOption = "http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption"; function getUnitOption(element: fhir4.Element | undefined): fhir4.Coding | undefined; function getUnitOptions(element: fhir4.Element | undefined): fhir4.Coding[] | undefined; function setUnitOption(element: fhir4.Element, value: fhir4.Coding): void; function addUnitOption(element: fhir4.Element, value: fhir4.Coding): void; const exturl_ItemExtractionContextExtension = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-itemExtractionContext"; function getItemExtractionContextExtension(element: fhir4.Element | undefined): fhir4.Expression | undefined; function setItemExtractionContextExtension(element: fhir4.Element, value: fhir4.Expression): void; const exturl_Style = "http://hl7.org/fhir/StructureDefinition/rendering-style"; function getStyle(element: fhir4.Element | undefined): string | undefined; function setStyle(element: fhir4.Element, value: string): void; const exturl_Xhtml = "http://hl7.org/fhir/StructureDefinition/rendering-xhtml"; function getXhtml(element: fhir4.Element | undefined): string | undefined; function setXhtml(element: fhir4.Element, value: string): void; const exturl_IsQuestionnaireSubjectExtension = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-isSubject"; function getIsQuestionnaireSubjectExtension(element: fhir4.Element | undefined): boolean | undefined; function setIsQuestionnaireSubjectExtension(element: fhir4.Element, value: boolean): void; const exturl_Unit = "http://hl7.org/fhir/StructureDefinition/questionnaire-unit"; function getUnit(element: fhir4.Element | undefined): fhir4.Coding | undefined; function setUnit(element: fhir4.Element, value: fhir4.Coding): void; const exturl_InitialExpressionExtension = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression"; function getInitialExpressionExtension(element: fhir4.Element | undefined): fhir4.Expression | undefined; function setInitialExpressionExtension(element: fhir4.Element, value: fhir4.Expression): void; const exturl_OptionExclusive = "http://hl7.org/fhir/StructureDefinition/questionnaire-optionExclusive"; function getOptionExclusive(element: fhir4.Element | undefined): boolean | undefined; function setOptionExclusive(element: fhir4.Element, value: boolean): void; const exturl_SupportLink = "http://hl7.org/fhir/StructureDefinition/questionnaire-supportLink"; function getSupportLink(element: fhir4.Element | undefined): string | undefined; function getSupportLinks(element: fhir4.Element | undefined): string[] | undefined; function setSupportLink(element: fhir4.Element, value: string): void; function addSupportLink(element: fhir4.Element, value: string): void; const exturl_EndpointExtension = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-endpoint"; function getEndpointExtension(element: fhir4.Element | undefined): string | undefined; function getEndpointExtensions(element: fhir4.Element | undefined): string[] | undefined; function setEndpointExtension(element: fhir4.Element, value: string): void; function addEndpointExtension(element: fhir4.Element, value: string): void; const exturl_MinOccurs = "http://hl7.org/fhir/StructureDefinition/questionnaire-minOccurs"; function getMinOccurs(element: fhir4.Element | undefined): number | undefined; function setMinOccurs(element: fhir4.Element, value: number): void; const exturl_StyleSensitive = "http://hl7.org/fhir/StructureDefinition/rendering-styleSensitive"; function getStyleSensitive(element: fhir4.Element | undefined): boolean | undefined; function setStyleSensitive(element: fhir4.Element, value: boolean): void; const exturl_EntryMode = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-entryMode"; function getEntryMode(element: fhir4.Element | undefined): string | undefined; function setEntryMode(element: fhir4.Element, value: string): void; const exturl_MaxOccurs = "http://hl7.org/fhir/StructureDefinition/questionnaire-maxOccurs"; function getMaxOccurs(element: fhir4.Element | undefined): number | undefined; function setMaxOccurs(element: fhir4.Element, value: number): void; const exturl_SliderStepValue = "http://hl7.org/fhir/StructureDefinition/questionnaire-sliderStepValue"; function getSliderStepValue(element: fhir4.Element | undefined): number | undefined; function setSliderStepValue(element: fhir4.Element, value: number): void; const exturl_PerformerTypeExtension = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-performerType"; function getPerformerTypeExtension(element: fhir4.Element | undefined): string | undefined; function getPerformerTypeExtensions(element: fhir4.Element | undefined): string[] | undefined; function setPerformerTypeExtension(element: fhir4.Element, value: string): void; function addPerformerTypeExtension(element: fhir4.Element, value: string): void; const exturl_EnableWhenExpressionExtension = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-enableWhenExpression"; function getEnableWhenExpressionExtension(element: fhir4.Element | undefined): fhir4.Expression | undefined; function setEnableWhenExpressionExtension(element: fhir4.Element, value: fhir4.Expression): void; const exturl_MinValue = "http://hl7.org/fhir/StructureDefinition/minValue"; function getMinValueAsDate(element: fhir4.Element | undefined): string | undefined; function setMinValueAsDate(element: fhir4.Element, value: string): void; function getMinValueAsDateTime(element: fhir4.Element | undefined): string | undefined; function setMinValueAsDateTime(element: fhir4.Element, value: string): void; function getMinValueAsTime(element: fhir4.Element | undefined): string | undefined; function setMinValueAsTime(element: fhir4.Element, value: string): void; function getMinValueAsDecimal(element: fhir4.Element | undefined): number | undefined; function setMinValueAsDecimal(element: fhir4.Element, value: number): void; function getMinValueAsInteger(element: fhir4.Element | undefined): number | undefined; function setMinValueAsInteger(element: fhir4.Element, value: number): void; const exturl_CalculatedExpressionExtension = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression"; function getCalculatedExpressionExtension(element: fhir4.Element | undefined): fhir4.Expression | undefined; function setCalculatedExpressionExtension(element: fhir4.Element, value: fhir4.Expression): void; const exturl_ShortTextExtension = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-shortText"; function getShortTextExtension(element: fhir4.Element | undefined): string | undefined; function setShortTextExtension(element: fhir4.Element, value: string): void; const exturl_PreferredTerminologyServerFromSDC = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-preferredTerminologyServer"; function getPreferredTerminologyServerFromSDC(element: fhir4.Element | undefined): string | undefined; function getPreferredTerminologyServerFromSDCs(element: fhir4.Element | undefined): string[] | undefined; function setPreferredTerminologyServerFromSDC(element: fhir4.Element, value: string): void; function addPreferredTerminologyServerFromSDC(element: fhir4.Element, value: string): void; const exturl_OptionalDisplayExtension = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-optionalDisplay"; function getOptionalDisplayExtension(element: fhir4.Element | undefined): boolean | undefined; function setOptionalDisplayExtension(element: fhir4.Element, value: boolean): void; const exturl_ItemControl = "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl"; function getItemControl(element: fhir4.Element | undefined): fhir4.CodeableConcept | undefined; function setItemControl(element: fhir4.Element, value: fhir4.CodeableConcept): void; const exturl_ContextExpressionExtension = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-contextExpression"; function getContextExpressionExtension(element: fhir4.Element | undefined): fhir4.Expression | undefined; function getContextExpressionExtensions(element: fhir4.Element | undefined): fhir4.Expression[] | undefined; function setContextExpressionExtension(element: fhir4.Element, value: fhir4.Expression): void; function addContextExpressionExtension(element: fhir4.Element, value: fhir4.Expression): void; const exturl_SignatureRequired = "http://hl7.org/fhir/StructureDefinition/questionnaire-signatureRequired"; function getSignatureRequired(element: fhir4.Element | undefined): fhir4.CodeableConcept | undefined; function getSignatureRequireds(element: fhir4.Element | undefined): fhir4.CodeableConcept[] | undefined; function setSignatureRequired(element: fhir4.Element, value: fhir4.CodeableConcept): void; function addSignatureRequired(element: fhir4.Element, value: fhir4.CodeableConcept): void; const exturl_MinLength = "http://hl7.org/fhir/StructureDefinition/minLength"; function getMinLength(element: fhir4.Element | undefined): number | undefined; function setMinLength(element: fhir4.Element, value: number): void; const exturl_Hidden = "http://hl7.org/fhir/StructureDefinition/questionnaire-hidden"; function getHidden(element: fhir4.Element | undefined): boolean | undefined; function setHidden(element: fhir4.Element, value: boolean): void; const exturl_CollapsibleExtension = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-collapsible"; function getCollapsibleExtension(element: fhir4.Element | undefined): string | undefined; function setCollapsibleExtension(element: fhir4.Element, value: string): void; const exturl_ReferenceResource = "http://hl7.org/fhir/StructureDefinition/questionnaire-referenceResource"; function getReferenceResource(element: fhir4.Element | undefined): string | undefined; function getReferenceResources(element: fhir4.Element | undefined): string[] | undefined; function setReferenceResource(element: fhir4.Element, value: string): void; function addReferenceResource(element: fhir4.Element, value: string): void; const exturl_MimeType = "http://hl7.org/fhir/StructureDefinition/mimeType"; function getMimeType(element: fhir4.Element | undefined): string | undefined; function getMimeTypes(element: fhir4.Element | undefined): string[] | undefined; function setMimeType(element: fhir4.Element, value: string): void; function addMimeType(element: fhir4.Element, value: string): void; const exturl_ObservationLinkPeriodExtension = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-observationLinkPeriod"; function getObservationLinkPeriodExtension(element: fhir4.Element | undefined): fhir4.Duration | undefined; function setObservationLinkPeriodExtension(element: fhir4.Element, value: fhir4.Duration): void; const exturl_QuestionnaireChoiceConstraint = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-choiceConstraint"; function getQuestionnaireChoiceConstraint(element: fhir4.Element | undefined): string | undefined; function getQuestionnaireChoiceConstraints(element: fhir4.Element | undefined): string[] | undefined; function setQuestionnaireChoiceConstraint(element: fhir4.Element, value: string): void; function addQuestionnaireChoiceConstraint(element: fhir4.Element, value: string): void; const exturl_TargetStructureMapExtension = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-targetStructureMap"; function getTargetStructureMapExtension(element: fhir4.Element | undefined): string | undefined; function getTargetStructureMapExtensions(element: fhir4.Element | undefined): string[] | undefined; function setTargetStructureMapExtension(element: fhir4.Element, value: string): void; function addTargetStructureMapExtension(element: fhir4.Element, value: string): void; const exturl_ObservationExtractExtension = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-observationExtract"; function getObservationExtractExtension(element: fhir4.Element | undefined): boolean | undefined; function setObservationExtractExtension(element: fhir4.Element, value: boolean): void; const exturl_ReferenceProfile = "http://hl7.org/fhir/StructureDefinition/questionnaire-referenceProfile"; function getReferenceProfile(element: fhir4.Element | undefined): string | undefined; function getReferenceProfiles(element: fhir4.Element | undefined): string[] | undefined; function setReferenceProfile(element: fhir4.Element, value: string): void; function addReferenceProfile(element: fhir4.Element, value: string): void; const exturl_MaxValue = "http://hl7.org/fhir/StructureDefinition/maxValue"; function getMaxValueAsDate(element: fhir4.Element | undefined): string | undefined; function setMaxValueAsDate(element: fhir4.Element, value: string): void; function getMaxValueAsDateTime(element: fhir4.Element | undefined): string | undefined; function setMaxValueAsDateTime(element: fhir4.Element, value: string): void; function getMaxValueAsTime(element: fhir4.Element | undefined): string | undefined; function setMaxValueAsTime(element: fhir4.Element, value: string): void; function getMaxValueAsInstant(element: fhir4.Element | undefined): string | undefined; function setMaxValueAsInstant(element: fhir4.Element, value: string): void; function getMaxValueAsDecimal(element: fhir4.Element | undefined): number | undefined; function setMaxValueAsDecimal(element: fhir4.Element, value: number): void; function getMaxValueAsInteger(element: fhir4.Element | undefined): number | undefined; function setMaxValueAsInteger(element: fhir4.Element, value: number): void; const exturl_SourceStructureMapExtension = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-sourceStructureMap"; function getSourceStructureMapExtension(element: fhir4.Element | undefined): string | undefined; function getSourceStructureMapExtensions(element: fhir4.Element | undefined): string[] | undefined; function setSourceStructureMapExtension(element: fhir4.Element, value: string): void; function addSourceStructureMapExtension(element: fhir4.Element, value: string): void; const exturl_Constraint = "http://hl7.org/fhir/StructureDefinition/questionnaire-constraint"; const exturl_MaxSize = "http://hl7.org/fhir/StructureDefinition/maxSize"; function getMaxSize(element: fhir4.Element | undefined): number | undefined; function setMaxSize(element: fhir4.Element, value: number): void; const exturl_ReferenceFilter = "http://hl7.org/fhir/StructureDefinition/questionnaire-referenceFilter"; function getReferenceFilter(element: fhir4.Element | undefined): string | undefined; function setReferenceFilter(element: fhir4.Element, value: string): void; const exturl_MinQuantityExtension = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-minQuantity"; function getMinQuantityExtension(element: fhir4.Element | undefined): fhir4.Quantity | undefined; function setMinQuantityExtension(element: fhir4.Element, value: fhir4.Quantity): void; const exturl_SourceQueriesExtension = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-sourceQueries"; function getSourceQueriesExtension(element: fhir4.Element | undefined): fhir4.Reference | undefined; function setSourceQueriesExtension(element: fhir4.Element, value: fhir4.Reference): void; const exturl_IsSubjectExtension = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse-isSubject"; function getIsSubjectExtension(element: fhir4.Element | undefined): boolean | undefined; function setIsSubjectExtension(element: fhir4.Element, value: boolean): void; const exturl_MaxDecimalPlaces = "http://hl7.org/fhir/StructureDefinition/maxDecimalPlaces"; function getMaxDecimalPlaces(element: fhir4.Element | undefined): number | undefined; function setMaxDecimalPlaces(element: fhir4.Element, value: number): void; const exturl_ChoiceColumnExtension = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-choiceColumn"; const exturl_MaxQuantityExtension = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-maxQuantity"; function getMaxQuantityExtension(element: fhir4.Element | undefined): fhir4.Quantity | undefined; function setMaxQuantityExtension(element: fhir4.Element, value: fhir4.Quantity): void; const exturl_ChoiceOrientation = "http://hl7.org/fhir/StructureDefinition/questionnaire-choiceOrientation"; function getChoiceOrientation(element: fhir4.Element | undefined): string | undefined; function setChoiceOrientation(element: fhir4.Element, value: string): void; const exturl_DesignNote = "http://hl7.org/fhir/StructureDefinition/designNote"; function getDesignNote(element: fhir4.Element | undefined): string | undefined; function setDesignNote(element: fhir4.Element, value: string): void; const exturl_QuestionnaireAdaptiveExtension = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-questionnaireAdaptive"; function getQuestionnaireAdaptiveExtensionAsBoolean(element: fhir4.Element | undefined): boolean | undefined; function setQuestionnaireAdaptiveExtensionAsBoolean(element: fhir4.Element, value: boolean): void; function getQuestionnaireAdaptiveExtensionAsUrl(element: fhir4.Element | undefined): string | undefined; function getQuestionnaireAdaptiveExtensionsAsUrl(element: fhir4.Element | undefined): string[] | undefined; function setQuestionnaireAdaptiveExtensionAsUrl(element: fhir4.Element, value: string): void; function addQuestionnaireAdaptiveExtensionAsUrl(element: fhir4.Element, value: string): void; const exturl_EntryFormat = "http://hl7.org/fhir/StructureDefinition/entryFormat"; function getEntryFormat(element: fhir4.Element | undefined): string | undefined; function setEntryFormat(element: fhir4.Element, value: string): void; const exturl_CandidateExpressionExtension = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-candidateExpression"; function getCandidateExpressionExtension(element: fhir4.Element | undefined): fhir4.Expression | undefined; function setCandidateExpressionExtension(element: fhir4.Element, value: fhir4.Expression): void; const exturl_OrdinalValue = "http://hl7.org/fhir/StructureDefinition/ordinalValue"; function getOrdinalValue(element: fhir4.Element | undefined): number | undefined; function setOrdinalValue(element: fhir4.Element, value: number): void; const exturl_LookupQuestionnaireExtension = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-lookupQuestionnaire"; function getLookupQuestionnaireExtension(element: fhir4.Element | undefined): string | undefined; function setLookupQuestionnaireExtension(element: fhir4.Element, value: string): void; const exturl_OptionPrefix = "http://hl7.org/fhir/StructureDefinition/questionnaire-optionPrefix"; function getOptionPrefix(element: fhir4.Element | undefined): string | undefined; function setOptionPrefix(element: fhir4.Element, value: string): void; const exturl_WidthExtension = "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-width"; function getWidthExtension(element: fhir4.Element | undefined): fhir4.Quantity | undefined; function setWidthExtension(element: fhir4.Element, value: fhir4.Quantity): void; const exturl_PreferredTerminologyServer = "http://hl7.org/fhir/StructureDefinition/terminology-server"; function getPreferredTerminologyServer(element: fhir4.Element | undefined): string | undefined; function getPreferredTerminologyServers(element: fhir4.Element | undefined): string[] | undefined; function setPreferredTerminologyServer(element: fhir4.Element, value: string): void; function addPreferredTerminologyServer(element: fhir4.Element, value: string): void; } //# sourceMappingURL=structureddatacapture-r4.d.ts.map