:py:mod:`spark_auto_mapper_fhir.value_sets.graph_compartment_rule` ================================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.graph_compartment_rule Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.graph_compartment_rule.GraphCompartmentRuleCode spark_auto_mapper_fhir.value_sets.graph_compartment_rule.GraphCompartmentRuleCodeValues .. py:class:: GraphCompartmentRuleCode(value) Bases: :py:obj:`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. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/graph-compartment-rule .. py:class:: GraphCompartmentRuleCodeValues The compartment must be identical (the same literal reference). From: http://hl7.org/fhir/graph-compartment-rule in valuesets.xml .. py:attribute:: 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 .. py:attribute:: Matching The compartment must be different. From: http://hl7.org/fhir/graph-compartment-rule in valuesets.xml .. py:attribute:: Different The compartment rule is defined in the accompanying FHIRPath expression. From: http://hl7.org/fhir/graph-compartment-rule in valuesets.xml .. py:attribute:: Custom