:py:mod:`spark_auto_mapper_fhir.value_sets.conformance_expectation` =================================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.conformance_expectation Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.conformance_expectation.ConformanceExpectationCode spark_auto_mapper_fhir.value_sets.conformance_expectation.ConformanceExpectationCodeValues .. py:class:: ConformanceExpectationCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` ConformanceExpectation From: http://terminology.hl7.org/CodeSystem/conformance-expectation in valuesets.xml Indicates the degree of adherence to a specified behavior or capability expected for a system to be deemed conformant with a specification. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/conformance-expectation .. py:class:: ConformanceExpectationCodeValues Support for the specified capability is required to be considered conformant. From: http://terminology.hl7.org/CodeSystem/conformance-expectation in valuesets.xml .. py:attribute:: SHALL Support for the specified capability is strongly encouraged, and failure to support it should only occur after careful consideration. From: http://terminology.hl7.org/CodeSystem/conformance-expectation in valuesets.xml .. py:attribute:: SHOULD Support for the specified capability is not necessary to be considered conformant, and the requirement should be considered strictly optional. From: http://terminology.hl7.org/CodeSystem/conformance-expectation in valuesets.xml .. py:attribute:: MAY Support for the specified capability is strongly discouraged and should occur only after careful consideration. From: http://terminology.hl7.org/CodeSystem/conformance-expectation in valuesets.xml .. py:attribute:: SHOULD_NOT