addedOutput schema / properties / classLayer
Added value: +{
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "classCount": {
+ "description": "RxClass class nodes bundled, including hierarchy nodes with no direct member.",
+ "type": "number"
+ },
+ "edgeCount": {
+ "description": "Drug–class edges bundled, across every source.",
+ "type": "number"
+ },
+ "sourceUrl": {
+ "description": "The RxClass API the layer was fetched from.",
+ "type": "string"
+ },
+ "sources": {
+ "description": "One entry per bundled RxClass source.",
+ "items": {
+ "additionalProperties": false,
+ "description": "Provenance for one bundled RxClass source.",
+ "properties": {
+ "classCount": {
+ "description": "Classes this source asserts at least one bundled edge to.",
+ "type": "number"
+ },
+ "edgeCount": {
+ "description": "Drug–class edges this source contributes.",
+ "type": "number"
+ },
+ "fetchedAt": {
+ "description": "ISO 8601 date the RxClass snapshot was fetched — how current the class edges are.",
+ "type": "string"
+ },
+ "source": {
+ "description": "The RxClass source, as class hits carry it in `source`: MEDRT, FDASPL, FMTSME, VA, RXNORM (DEA schedules), or CDC (CVX).",
+ "type": "string"
+ },
+ "version": {
+ "description": "The release RxClass reports for this source, or null when it publishes none.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "source",
+ "version",
+ "classCount",
+ "edgeCount",
+ "fetchedAt"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "classCount",
+ "edgeCount",
+ "sourceUrl",
+ "sources"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "The RxClass drug-class layer the rxcui_to_classes and class_to_rxcuis directions of medcode_map_codes read — not a code system, so it has no entry in `systems`. Null when this build carries no class layer."
+}
changedOutput schema / properties / systems / items / properties / builtAt / description
Previous value: -"ISO 8601 timestamp when this system was last baked."New value: +"ISO 8601 timestamp of this system’s data. For ICD-10-CM, ICD-10-PCS, and HCPCS, the time the index was built from the release named in `releaseId`. For RxNorm, which publishes no release label, the date the RxNav snapshot was fetched — how current its drug data is, unchanged by a rebuild from the same snapshot."