spark_auto_mapper_fhir.value_sets.conformance_expectation
¶
Module Contents¶
Classes¶
ConformanceExpectation |
|
Support for the specified capability is required to be considered conformant. |
- class spark_auto_mapper_fhir.value_sets.conformance_expectation.ConformanceExpectationCode(value)¶
Bases:
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.
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/conformance-expectation¶
- class spark_auto_mapper_fhir.value_sets.conformance_expectation.ConformanceExpectationCodeValues¶
Support for the specified capability is required to be considered conformant. From: http://terminology.hl7.org/CodeSystem/conformance-expectation in valuesets.xml
- 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
- 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
- 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
- SHOULD_NOT¶