spark_auto_mapper_fhir.extensions.custom.empi_processing_status
¶
Module Contents¶
Classes¶
DO NOT USE DIRECTLY! ALWAYS USE A SUB_CLASS. |
- class spark_auto_mapper_fhir.extensions.custom.empi_processing_status.EmpiProcessingStatusExtension(processing_status, request_id, date_processed)¶
Bases:
spark_auto_mapper_fhir.extensions.extension_base.ExtensionBase
DO NOT USE DIRECTLY! ALWAYS USE A SUB_CLASS.
EmpiProcessingStatus Extension type in FHIR
- Parameters
processing_status (spark_auto_mapper_fhir.fhir_types.string.FhirString) – The status of empi processing. Single value for now is ‘processed’
date_processed (spark_auto_mapper_fhir.fhir_types.date_time.FhirDateTime) – Timestamp of when the record was processed
request_id (spark_auto_mapper_fhir.fhir_types.string.FhirString) – A globally unique string of numbers to identify a specific request. Max length is 16.
- codeset(cls)¶
https://raw.githubusercontent.com/imranq2/SparkAutoMapper.FHIR/main/StructureDefinition/empi_processing_status :return: :rtype:
- Return type
spark_auto_mapper_fhir.fhir_types.uri.FhirUri