:py:mod:`spark_auto_mapper_fhir.value_sets.processing_id` ========================================================= .. py:module:: spark_auto_mapper_fhir.value_sets.processing_id Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.processing_id.ProcessingID spark_auto_mapper_fhir.value_sets.processing_id.ProcessingIDValues .. py:class:: ProcessingID(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` v3.ProcessingID From: http://terminology.hl7.org/ValueSet/v3-ProcessingID in v3-codesystems.xml Codes used to specify whether a message is part of a production, training, or debugging system. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/v3-ProcessingID .. py:class:: ProcessingIDValues Identifies debugging type of processing. From: http://terminology.hl7.org/CodeSystem/v3-ProcessingID in v3-codesystems.xml .. py:attribute:: Debugging Identifies production type of processing. From: http://terminology.hl7.org/CodeSystem/v3-ProcessingID in v3-codesystems.xml .. py:attribute:: Production Identifies training type of processing. From: http://terminology.hl7.org/CodeSystem/v3-ProcessingID in v3-codesystems.xml .. py:attribute:: Training