spark_auto_mapper_fhir.value_sets.coding_rationale
¶
Module Contents¶
Classes¶
v3.CodingRationale |
|
Description: Originally produced code. |
- class spark_auto_mapper_fhir.value_sets.coding_rationale.CodingRationale(value)¶
Bases:
spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode
v3.CodingRationale From: http://terminology.hl7.org/ValueSet/v3-CodingRationale in v3-codesystems.xml
Identifies how to interpret the instance of the code, codeSystem value in a
set of translations. Since HL7 (or a government body) may mandate that codes from certain code systems be sent in conformant messages, other synonyms that are sent in the translation set need to be distinguished among the originally captured source, the HL7 specified code, or some future role. When this code is NULL, it indicates that the translation is an undefined type. When valued, this property must contain one of the following values: SRC - Source (or original) code HL7 - HL7 Specified or Mandated SH - both HL7 mandated and the original code (precoordination) There may be additional values added to this value set as we work through the use of codes in messages and determine other Use Cases requiring special interpretation of the translations.
- 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-CodingRationale¶
- class spark_auto_mapper_fhir.value_sets.coding_rationale.CodingRationaleValues¶
Description: Originally produced code. From: http://terminology.hl7.org/CodeSystem/v3-CodingRationale in v3-codesystems.xml
- OriginallyProducedCode¶
Originally produced code, required by the specification describing the use of the coded concept. From: http://terminology.hl7.org/CodeSystem/v3-CodingRationale in v3-codesystems.xml
- OriginalAndRequired¶
Description: Post-coded from free text source</description> From: http://terminology.hl7.org/CodeSystem/v3-CodingRationale in v3-codesystems.xml
- Post_coded¶
Post-coded from free text source, required by the specification describing the use of the coded concept. From: http://terminology.hl7.org/CodeSystem/v3-CodingRationale in v3-codesystems.xml
- Post_codedAndRequired¶
Description: Required standard code for HL7. From: http://terminology.hl7.org/CodeSystem/v3-CodingRationale in v3-codesystems.xml
- Required¶
HL7 Specified or Mandated From: http://terminology.hl7.org/CodeSystem/v3-CodingRationale in v3-codesystems.xml
- HL7SpecifiedOrMandated¶
Both HL7 mandated and the original code (precoordination) From: http://terminology.hl7.org/CodeSystem/v3-CodingRationale in v3-codesystems.xml
- BothHL7MandatedAndTheOriginalCode¶
Source (or original) code From: http://terminology.hl7.org/CodeSystem/v3-CodingRationale in v3-codesystems.xml
- Source_orOriginal_Code¶