Skip to content

Commit c7b8812

Browse files
Updating Schema v2.0 (#886)
* Both enum fix (#770) * providing a schema fix for the 'both' enum to support the billing_class * version bump * Update ruby.yml * Update README.md Fixing documentation. * adding the latest FAQ for TiC * updating table-of-contents documentation to match what is in the schema. This documentation was previously included, but was removed during the v2.0 merge. (#846) * fixing documentation bug (#878) * Removing minimum restrictions for allowed amounts file. (#877) * Documentation Fix (#847) * updating table-of-contents documentation to match what is in the schema. This documentation was previously included, but was removed during the v2.0 merge. (#846) * version bump * relaxing restrictions for the allow-amount file to remain empty if there is nothing to report. * removing old examples not relevant to 2.0 updates. * clarifying 'network_name' documentation for provider groups. (#884) * removing left over setting attribute in the allowed amount field (#885)
1 parent 3c37877 commit c7b8812

File tree

4 files changed

+5
-29
lines changed

4 files changed

+5
-29
lines changed

VERSION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.2
1+
2.0.1

examples/provider-reference/provider-reference.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

schemas/allowed-amounts/allowed-amounts.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
"items": {
4747
"$ref": "#/definitions/allowed_amounts"
4848
},
49-
"default": [],
50-
"minItems": 1
49+
"default": []
5150
}
5251
},
5352
"required": [
@@ -92,12 +91,6 @@
9291
"institutional"
9392
]
9493
},
95-
"setting": {
96-
"enum": [
97-
"inpatient",
98-
"outpatient"
99-
]
100-
},
10194
"payments": {
10295
"type": "array",
10396
"items": {
@@ -110,7 +103,6 @@
110103
"required": [
111104
"tin",
112105
"billing_class",
113-
"setting",
114106
"payments"
115107
],
116108
"if": {
@@ -293,4 +285,4 @@
293285
"plan_id"
294286
]
295287
}
296-
}
288+
}

schemas/in-network-rates/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
| **plan_sponsor_name** | Plan Sponsor Name | String | If the `plan_id_type` is "EIN", the common business name of the plan sponsor | No |
1212
| **plan_market_type** | Market Type | String | Allowed values: "group" and "individual" | No |
1313
| **in_network** | In-Network Negotiated Rates | Array | An array of [in-network object types](#in-network-object) | Yes |
14-
| **provider_references** | Provider References | Array | An array of [provider reference object types.](#provider-reference-object) | No |
14+
| **provider_references** | Provider References | Array | An array of [provider reference object types.](#provider-reference-object) | Yes |
1515
| **last_updated_on** | Last Updated On | String | The date in which the file was last updated. Date must be in an ISO 8601 format (i.e. YYYY-MM-DD) | Yes |
1616
| **version** | Version | String | The version of the schema for the produced information | Yes |
1717

@@ -77,7 +77,7 @@ This type defines a provider reference object. This object is used in the `provi
7777
| Field | Name | Type | Definition | Required |
7878
| ----- | ---- | ---- | ---------- | -------- |
7979
| **provider_group_id** | Provider Group Id | Number | The unique, primary key for the associated `provider_group` object | Yes |
80-
| **network_name** | Network Name | Array | An array of strings. The issuer's common provider network name that the provider group is part of. | Yes |
80+
| **network_name** | Network Name | Array | An array of strings. The common provider network name of which the provider group is a part. This is the name most familiar to members and the public. | Yes |
8181
| **provider_groups** | Provider Groups | Array | The [providers object](#providers-object) defines information about the provider and their associated TIN related to the negotiated price. | Yes |
8282

8383
#### Negotiated Price Object

0 commit comments

Comments
 (0)