description: The COST table captures records containing the cost of any medical event recorded in one of the OMOP clinical event tables such as DRUG_EXPOSURE, PROCEDURE_OCCURRENCE, VISIT_OCCURRENCE, VISIT_DETAIL, DEVICE_OCCURRENCE, OBSERVATION or MEASUREMENT.\n\nEach record in the cost table account for the amount of money transacted for the clinical event. So, the COST table may be used to represent both receivables (charges) and payments (paid), each transaction type represented by its COST_CONCEPT_ID. The COST_TYPE_CONCEPT_ID field will use concepts in the Standardized Vocabularies to designate the source (provenance) of the cost data. A reference to the health plan information in the PAYER_PLAN_PERIOD table is stored in the record for information used for the adjudication system to determine the persons benefit for the clinical event. package_name: hl7.fhir.uv.omop derivation: specialization name: Cost type: http://hl7.org/fhir/uv/omop/StructureDefinition/Cost elements: revenue_code_source_value: {type: string, short: Revenue Code Source Value, index: 19} cost_id: {type: code, short: Cost Identifier, index: 0} paid_dispensing_fee: {type: integer, short: Paid Dispensing Fee, index: 15} paid_by_patient: {type: integer, short: Paid by Patient, index: 9} total_cost: {type: integer, short: Total Cost, index: 6} payer_plan_period_id: type: Reference short: Payer Plan Period refers: ['http://hl7.org/fhir/uv/omop/StructureDefinition/PayerPlanPeriod'] index: 16 cost_domain_id: {type: string, short: Cost Domain Identifier, index: 2} currency_concept_id: {type: code, short: Currency, index: 4} drg_source_value: {type: string, short: Diagnosis Related Groups Source Value, index: 21} amount_allowed: {type: integer, short: Amount Allowed, index: 17} paid_patient_copay: {type: integer, short: Paid Patient Copay, index: 10} total_paid: {type: integer, short: Total Paid, index: 7} cost_event_id: {type: integer, short: Cost Event Identifier, index: 1} drg_concept_id: {type: integer, short: Diagnosis Related Groups, index: 20} cost_type_concept_id: {type: code, short: Cost Type, index: 3} paid_patient_coinsurance: {type: integer, short: Paid Patient Coinsurance, index: 11} total_charge: {type: integer, short: Total Charge, index: 5} paid_by_payer: {type: integer, short: Paid by Payer, index: 8} paid_by_primary: {type: integer, short: Paid by Primary, index: 13} revenue_code_concept_id: {type: code, short: Revenue Code, index: 18} paid_ingredient_cost: {type: integer, short: Paid Ingredent Cost, index: 14} paid_patient_deductible: {type: integer, short: Paid Patient Deductible, index: 12} package_version: 1.0.0-ballot class: logical kind: logical url: http://hl7.org/fhir/uv/omop/StructureDefinition/Cost base: http://hl7.org/fhir/StructureDefinition/Base version: 1.0.0-ballot required: [cost_domain_id, cost_event_id, cost_id, cost_type_concept_id]