spark_auto_mapper_fhir.value_sets.invoice_status
¶
Module Contents¶
Classes¶
InvoiceStatus |
|
the invoice has been prepared but not yet finalized. |
- class spark_auto_mapper_fhir.value_sets.invoice_status.InvoiceStatusCode(value)¶
Bases:
spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode
InvoiceStatus From: http://hl7.org/fhir/invoice-status in valuesets.xml
Codes identifying the lifecycle stage of an Invoice.
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/invoice-status¶
- class spark_auto_mapper_fhir.value_sets.invoice_status.InvoiceStatusCodeValues¶
the invoice has been prepared but not yet finalized. From: http://hl7.org/fhir/invoice-status in valuesets.xml
- Draft¶
the invoice has been finalized and sent to the recipient. From: http://hl7.org/fhir/invoice-status in valuesets.xml
- Issued¶
the invoice has been balaced / completely paid. From: http://hl7.org/fhir/invoice-status in valuesets.xml
- Balanced¶
the invoice was cancelled. From: http://hl7.org/fhir/invoice-status in valuesets.xml
- Cancelled¶
the invoice was determined as entered in error before it was issued. From: http://hl7.org/fhir/invoice-status in valuesets.xml
- EnteredInError¶