changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "description": "Full Structured Product Label with metadata and sections",
+ "properties": {
+ "applicationNumber": {
+ "description": "NDA/ANDA number",
+ "type": "string"
+ },
+ "lastUpdate": {
+ "description": "ISO date of last update",
+ "type": "string"
+ },
+ "manufacturer": {
+ "description": "Manufacturer name",
+ "type": "string"
+ },
+ "name": {
+ "description": "Drug name",
+ "type": "string"
+ },
+ "ndc": {
+ "description": "NDC codes",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "rxcui": {
+ "description": "RxNorm RxCUI codes",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "sections": {
+ "description": "SPL sections (dosage, warnings, adverse reactions, etc.)",
+ "items": {
+ "properties": {
+ "content": {
+ "description": "Section content HTML or plain text",
+ "type": "string"
+ },
+ "sectionName": {
+ "description": "Section title (e.g. DOSAGE, WARNINGS)",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "setId": {
+ "description": "DailyMed unique identifier",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}