spark_auto_mapper_fhir.value_sets.processing_id
¶
Module Contents¶
Classes¶
v3.ProcessingID |
|
Identifies debugging type of processing. |
- class spark_auto_mapper_fhir.value_sets.processing_id.ProcessingID(value)¶
Bases:
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.
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/v3-ProcessingID¶
- class spark_auto_mapper_fhir.value_sets.processing_id.ProcessingIDValues¶
Identifies debugging type of processing. From: http://terminology.hl7.org/CodeSystem/v3-ProcessingID in v3-codesystems.xml
- Debugging¶
Identifies production type of processing. From: http://terminology.hl7.org/CodeSystem/v3-ProcessingID in v3-codesystems.xml
- Production¶
Identifies training type of processing. From: http://terminology.hl7.org/CodeSystem/v3-ProcessingID in v3-codesystems.xml
- Training¶