:py:mod:`spark_auto_mapper_fhir.value_sets.document_storage` ============================================================ .. py:module:: spark_auto_mapper_fhir.value_sets.document_storage Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.document_storage.DocumentStorage spark_auto_mapper_fhir.value_sets.document_storage.DocumentStorageValues .. py:class:: DocumentStorage(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` v3.DocumentStorage From: http://terminology.hl7.org/ValueSet/v3-DocumentStorage in v3-codesystems.xml Identifies the storage status of a document. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/v3-DocumentStorage .. py:class:: DocumentStorageValues A storage status in which a document is available on-line. From: http://terminology.hl7.org/CodeSystem/v3-DocumentStorage in v3-codesystems.xml .. py:attribute:: Active A storage status in which a document has been stored off-line for long-term access. From: http://terminology.hl7.org/CodeSystem/v3-DocumentStorage in v3-codesystems.xml .. py:attribute:: Archived_notActive_ A storage status in which a document is no longer available in this system. From: http://terminology.hl7.org/CodeSystem/v3-DocumentStorage in v3-codesystems.xml .. py:attribute:: Purged