:py:mod:`spark_auto_mapper_fhir.value_sets.benefit_cost_applicability` ====================================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.benefit_cost_applicability Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.benefit_cost_applicability.BenefitCostApplicabilityCode spark_auto_mapper_fhir.value_sets.benefit_cost_applicability.BenefitCostApplicabilityCodeValues .. py:class:: BenefitCostApplicabilityCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` BenefitCostApplicability From: http://terminology.hl7.org/CodeSystem/applicability in valuesets.xml Whether the cost applies to in-network or out-of-network providers. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/applicability .. py:class:: BenefitCostApplicabilityCodeValues Provider is contracted with the health insurance company to provide services to plan members for specific pre-negotiated rates From: http://terminology.hl7.org/CodeSystem/applicability in valuesets.xml .. py:attribute:: InNetwork Provider is not contracted with the health insurance company to provide services to plan members for specific pre-negotiated rates From: http://terminology.hl7.org/CodeSystem/applicability in valuesets.xml .. py:attribute:: OutOfNetwork Other applicability From: http://terminology.hl7.org/CodeSystem/applicability in valuesets.xml .. py:attribute:: Other