Appendix B -Developer Documentation

CMS-10558 - Developer Documentation Appendix B Index Schema.pdf

Information Collection for Machine Readable Data for Provider Network and Prescription Formulary Content for FFM QHPs (CMS-10558)

Appendix B -Developer Documentation

OMB: 0938-1284

Document [pdf]
Download: pdf | pdf
Appendix B

Index document
To support discovery of the machine-readable issuer JSON files for plans, providers, and formularies,
issuers MUST publish an index document, in JSON format, to a well-known URL on their web site.
The path of the index document SHALL BE /cms-data-index.json.
Assume an issuer has a public web site at the domain name example-issuer.com. A fully-qualified wellknown URL therefore would be:
http://example-issuer.com/cms-data-index.json

This standard does not provide guidance on the use of https vs. http for a scheme: either or both are
valid for the purposes of the index document's URL.
This standard does not provide guidance on the MIME media type the document should be. According to
RFC 4627, the media type for JSON text is application/json.

Schema
The schema of the index document is as follows:
Field
provider_urls

formulary_urls

plan_urls

Description
An array of URLs of JSON files that conform to the provider schema, minimum
of 1 required
An array of URLs of JSON files that conform to the formulary schema, minimum
of 1 required
An array of URLs of JSON files that conform to the plan schema, minimum of 1
required

Example
{
"provider_urls": [
"http://example-issuer.com/data/providers-1.json",
"http://example-issuer.com/data/providers-2.json"
],
"formulary_urls": [

Required?
Required

Required

Required

Appendix B
"http://example-issuer.com/data/formularies-1.json",
"http://example-issuer.com/data/formularies-2.json",
"http://example-issuer.com/data/formularies-3.json"
],
"plan_urls": [
"http://example-issuer.com/data/plans.json"
]
}


File Typeapplication/pdf
File TitleDeveloper Documentation Appendix B Index Schema
AuthorLISA ANN BAILEY
File Modified2015-11-18
File Created2015-09-01

© 2024 OMB.report | Privacy Policy