From b1b6891ea3abd339ae0973a4c03904215961d6c4 Mon Sep 17 00:00:00 2001 From: Joaquin Date: Thu, 5 Dec 2024 17:55:09 -0800 Subject: [PATCH] [EDITORIAL] ChargeCategory: convert normative statement into bullet points (#651) This PR is related to issue #606 and converts normative statements into bullet points. --- specification/columns/chargecategory.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/specification/columns/chargecategory.md b/specification/columns/chargecategory.md index e3e672ad9..9f85820f9 100644 --- a/specification/columns/chargecategory.md +++ b/specification/columns/chargecategory.md @@ -2,7 +2,10 @@ Charge Category represents the highest-level classification of a charge based on the nature of how it is billed. Charge Category is commonly used to identify and distinguish between types of charges that may require different handling. -The ChargeCategory column MUST be present in a [*FOCUS dataset*](#glossary:FOCUS-dataset) and MUST NOT be null. This column is of type String and MUST be one of the allowed values. +The ChargeCategory column adheres to the following requirements: + +* The ChargeCategory column MUST be present in a [*FOCUS dataset*](#glossary:FOCUS-dataset) and MUST NOT be null. +* This column is of type String and MUST be one of the allowed values. ## Column ID