changedInput schema / examples
Previous value: -[
- {
- "document_id": "355",
- "document_type": "NCD"
- }
-]New value: +[
+ {
+ "document_id": "310.1",
+ "document_type": "NCD"
+ },
+ {
+ "document_id": "1",
+ "document_type": "NCD"
+ },
+ {
+ "document_id": "CAG-00450N",
+ "document_type": "NCA"
+ },
+ {
+ "document_id": "150",
+ "document_type": "CAL"
+ }
+]
addedInput schema / properties / document_id / description
Added value: +"Either the public identifier (NCD section number like \"310.1\", NCA/CAL tracking number like \"CAG-00450N\", LCD number like \"L34246\") or CMS's internal numeric document id. A leading \"NCD \"/\"NCA \"/\"CAL \"/\"LCD \" word is accepted and ignored. A digits-only value is read as the internal id: CMS numbers the two identifier spaces independently, so internal id 90 is the policy published as NCD 190.18, while NCD 90.2 is internal id 372."
addedInput schema / properties / version / description
Added value: +"Optional LCD version."
addedOutput schema / properties / candidates
Added value: +{
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / cms_document_type
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / document_display_id
Added value: +{
+ "description": "Public identifier of the resolved document.",
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / document_id
Added value: +{
+ "description": "CMS internal id the request actually resolved to.",
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / document_type
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / found
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / hint
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / reason
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / requested_document_id
Added value: +{
+ "description": "Exactly what the caller passed.",
+ "type": "string"
+}
addedOutput schema / properties / resolved_by
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / title
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
changedOutput schema / required
Previous value: -[
- "total",
- "returned",
- "timeline",
- "source",
- "interpretation"
-]New value: +[
+ "found",
+ "document_type",
+ "requested_document_id",
+ "document_id",
+ "document_display_id",
+ "title",
+ "source",
+ "interpretation"
+]