spark_auto_mapper_fhir.value_sets.graph_compartment_rule

Module Contents

Classes

GraphCompartmentRuleCode

GraphCompartmentRule

GraphCompartmentRuleCodeValues

The compartment must be identical (the same literal reference).

class spark_auto_mapper_fhir.value_sets.graph_compartment_rule.GraphCompartmentRuleCode(value)

Bases: spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode

GraphCompartmentRule From: http://hl7.org/fhir/graph-compartment-rule in valuesets.xml

How a compartment must be linked.

Parameters

value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –

codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/graph-compartment-rule
class spark_auto_mapper_fhir.value_sets.graph_compartment_rule.GraphCompartmentRuleCodeValues

The compartment must be identical (the same literal reference). From: http://hl7.org/fhir/graph-compartment-rule in valuesets.xml

Identical

The compartment must be the same - the record must be about the same patient, but the reference may be different. From: http://hl7.org/fhir/graph-compartment-rule in valuesets.xml

Matching

The compartment must be different. From: http://hl7.org/fhir/graph-compartment-rule in valuesets.xml

Different

The compartment rule is defined in the accompanying FHIRPath expression. From: http://hl7.org/fhir/graph-compartment-rule in valuesets.xml

Custom