From 1a36b163e7bd9efb6d5bddcfe3e5889837069c02 Mon Sep 17 00:00:00 2001 From: c4lm Date: Thu, 28 Dec 2017 17:14:02 +0300 Subject: [PATCH] Typo in description of cost_domain_id --- StandardizedHealthEconomicsDataTables/COST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandardizedHealthEconomicsDataTables/COST.md b/StandardizedHealthEconomicsDataTables/COST.md index a5a4015..0c1bcce 100644 --- a/StandardizedHealthEconomicsDataTables/COST.md +++ b/StandardizedHealthEconomicsDataTables/COST.md @@ -6,7 +6,7 @@ Field|Required|Type|Description :-----------------------------|:--------|:------------|:---------------------------------------------------- |cost_id|Yes|integer|A unique identifier for each COST record.| |cost_event_id|Yes|integer|A foreign key identifier to the event (e.g. Measurement, Procedure, Visit, Drug Exposure, etc) record for which cost data are recorded.| -|cost_domain_id|Yes|string(20)|The concept representing the domain of the cost event, from which the corresponding table can be inferred that contains the entity for which cost information is recorded.| +|cost_domain_id|Yes|string(20)|The domain of the cost event, from which the corresponding table can be inferred that contains the entity for which cost information is recorded.| |cost_type_concept_id|Yes|integer|A foreign key identifier to a concept in the CONCEPT table for the provenance or the source of the COST data: Calculated from insurance claim information, provider revenue, calculated from cost-to-charge ratio, reported from accounting database, etc.| |currency_concept_id|No|integer|A foreign key identifier to the concept representing the 3-letter code used to delineate international currencies, such as USD for US Dollar.| |total_charge|No|float|The total amount charged by some provider of goods or services (e.g. hospital, physician pharmacy, dme provider) to payers (insurance companies, the patient).|