spark_auto_mapper_fhir.value_sets.structure_map_transform

Module Contents

Classes

StructureMapTransformCode

StructureMapTransform

StructureMapTransformCodeValues

create(type : string) - type is passed through to the application on the

class spark_auto_mapper_fhir.value_sets.structure_map_transform.StructureMapTransformCode(value)

Bases: spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode

StructureMapTransform From: http://hl7.org/fhir/map-transform in valuesets.xml

How data is copied/created.

Parameters

value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –

codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/map-transform
class spark_auto_mapper_fhir.value_sets.structure_map_transform.StructureMapTransformCodeValues

create(type : string) - type is passed through to the application on the standard API, and must be known by it. From: http://hl7.org/fhir/map-transform in valuesets.xml

Create

copy(source). From: http://hl7.org/fhir/map-transform in valuesets.xml

Copy

truncate(source, length) - source must be stringy type. From: http://hl7.org/fhir/map-transform in valuesets.xml

Truncate

escape(source, fmt1, fmt2) - change source from one kind of escaping to another (plain, java, xml, json). note that this is for when the string itself is escaped. From: http://hl7.org/fhir/map-transform in valuesets.xml

Escape

cast(source, type?) - case source from one type to another. target type can be left as implicit if there is one and only one target type known. From: http://hl7.org/fhir/map-transform in valuesets.xml

Cast

append(source…) - source is element or string. From: http://hl7.org/fhir/map-transform in valuesets.xml

Append

translate(source, uri_of_map) - use the translate operation. From: http://hl7.org/fhir/map-transform in valuesets.xml

Translate

reference(source : object) - return a string that references the provided tree properly. From: http://hl7.org/fhir/map-transform in valuesets.xml

Reference

Perform a date operation. Parameters to be documented. From: http://hl7.org/fhir/map-transform in valuesets.xml

DateOp

Generate a random UUID (in lowercase). No Parameters. From: http://hl7.org/fhir/map-transform in valuesets.xml

Uuid

Return the appropriate string to put in a reference that refers to the resource provided as a parameter. From: http://hl7.org/fhir/map-transform in valuesets.xml

Pointer

Execute the supplied FHIRPath expression and use the value returned by that. From: http://hl7.org/fhir/map-transform in valuesets.xml

Evaluate

Create a CodeableConcept. Parameters = (text) or (system. Code[, display]). From: http://hl7.org/fhir/map-transform in valuesets.xml

Cc

Create a Coding. Parameters = (system. Code[, display]). From: http://hl7.org/fhir/map-transform in valuesets.xml

C

Create a quantity. Parameters = (text) or (value, unit, [system, code]) where text is the natural representation e.g. [comparator]value[space]unit. From: http://hl7.org/fhir/map-transform in valuesets.xml

Qty

Create an identifier. Parameters = (system, value[, type]) where type is a code from the identifier type value set. From: http://hl7.org/fhir/map-transform in valuesets.xml

Id

Create a contact details. Parameters = (value) or (system, value). If no system is provided, the system should be inferred from the content of the value. From: http://hl7.org/fhir/map-transform in valuesets.xml

Cp