:py:mod:`spark_auto_mapper_fhir.value_sets.composition_status` ============================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.composition_status Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.composition_status.CompositionStatusCode spark_auto_mapper_fhir.value_sets.composition_status.CompositionStatusCodeValues .. py:class:: CompositionStatusCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` CompositionStatus From: http://hl7.org/fhir/composition-status in valuesets.xml The workflow/clinical status of the composition. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/composition-status .. py:class:: CompositionStatusCodeValues This is a preliminary composition or document (also known as initial or interim). The content may be incomplete or unverified. From: http://hl7.org/fhir/composition-status in valuesets.xml .. py:attribute:: Preliminary This version of the composition is complete and verified by an appropriate person and no further work is planned. Any subsequent updates would be on a new version of the composition. From: http://hl7.org/fhir/composition-status in valuesets.xml .. py:attribute:: Final The composition content or the referenced resources have been modified (edited or added to) subsequent to being released as "final" and the composition is complete and verified by an authorized person. From: http://hl7.org/fhir/composition-status in valuesets.xml .. py:attribute:: Amended The composition or document was originally created/issued in error, and this is an amendment that marks that the entire series should not be considered as valid. From: http://hl7.org/fhir/composition-status in valuesets.xml .. py:attribute:: EnteredInError