Skip to content

Commit

Permalink
Merge pull request #722 from CMSgov/develop
Browse files Browse the repository at this point in the history
Develop changes
  • Loading branch information
shaselton-usds authored Nov 15, 2023
2 parents 344998e + 3da1915 commit a14bea7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[![CMS Transparency in Coverage](resources/images/TiC_banner.png?raw=true "Transparency in Coverage")](https://www.cms.gov/healthplan-price-transparency)

# Transparency in Coverage
The technical implementation guide for the machine readable files as required by the [Transparency in Coverage](https://www.federalregister.gov/documents/2019/11/27/2019-25011/transparency-in-coverag) final rules ([85 FR 72158](https://www.govinfo.gov/app/details/FR-2020-11-12/2020-24591)).
This is the technical implementation guide for the machine readable files as required by the [Transparency in Coverage](https://www.federalregister.gov/documents/2020/11/12/2020-24591/transparency-in-coverage) final rules (85 FR 72158).

If you are looking for the technical implementation guide for the machine readable files required by the [Hospital Price Transparency](https://www.cms.gov/priorities/key-initiatives/hospital-price-transparency) final rules (45 CFR 180), please go to https://github.com/CMSgov/hospital-price-transparency.

Overview
========
Expand Down
2 changes: 1 addition & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.2
1.6.0
1 change: 1 addition & 0 deletions schemas/provider-reference/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### Provider Reference File
**The Provider Reference File is an optional file that can be leveraged to significantly decrease file sizes of the required machine-readable files. The Transparency in Coverage final rules do not require plans and issuers to publish a Provider Reference file.**

The schema has a single root object vs an array to accommodate formats that may not allow for multiple root nodes, such as XML.

Expand Down
1 change: 1 addition & 0 deletions schemas/table-of-contents/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### Table of Contents File
**The Table of Contents File is an optional file that can be leveraged to significantly decrease file sizes of the required machine-readable files. The Transparency in Coverage final rules do not require plans and issuers to publish a Table of Contents file.**

| Field | Name | Type | Definition | Required |
| ----- | ---- | ---- | ---------- | -------- |
Expand Down
4 changes: 3 additions & 1 deletion schemas/table-of-contents/table-of-contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"type": "string"
},
"location": {
"type": "string"
"type": "string",
"format": "uri",
"pattern": "^https://"
}
},
"required":[
Expand Down

0 comments on commit a14bea7

Please sign in to comment.