spark_auto_mapper_fhir.value_sets.context_control

Module Contents

Classes

ContextControl

v3.ContextControl

ContextControlValues

The association adds to the existing context associated with the Act. Both

class spark_auto_mapper_fhir.value_sets.context_control.ContextControl(value)

Bases: spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode

v3.ContextControl From: http://terminology.hl7.org/ValueSet/v3-ContextControl in v3-codesystems.xml

A code that specifies how an ActRelationship or Participation contributes to

the context of an Act, and whether it may be propagated to descendent Acts whose association allows such propagation (see also attributes Participation.contextControlCode, ActRelationship.contextControlCode, ActRelationship.contextConductionInd).

Parameters

value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –

codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/v3-ContextControl
class spark_auto_mapper_fhir.value_sets.context_control.ContextControlValues

The association adds to the existing context associated with the Act. Both this association and any associations propagated from ancestor Acts are interpreted as being related to this Act. From: http://terminology.hl7.org/CodeSystem/v3-ContextControl in v3-codesystems.xml

ContextControlAdditive

The association applies only to the current Act and will not propagate to any child Acts that are related via a conducting ActRelationship (refer to contextConductionInd). From: http://terminology.hl7.org/CodeSystem/v3-ContextControl in v3-codesystems.xml

ContextControlNonPropagating

The association adds to the existing context associated with the Act, but replaces associations propagated from ancestor Acts whose typeCodes are the same or more specific. From: http://terminology.hl7.org/CodeSystem/v3-ContextControl in v3-codesystems.xml

ContextControlOverriding

The association propagates to any child Acts that are related via a conducting ActRelationship (refer to contextConductionInd). From: http://terminology.hl7.org/CodeSystem/v3-ContextControl in v3-codesystems.xml

ContextControlPropagating