getDatasetByDescription=MedicaidSDK.getDatasetByDescription("National Average Drug Acquisition Cost (NADAC) weekly reference data for the calendar year.")
getDatastoreQuerySql=MedicaidSDK.getDatastoreQuerySql(`[SELECT * FROM ${awaitMedicaidSDK.convertDatasetToDistributionId(getSchemaItems[0].identifier)}]`)
getSchemaItems[0].identifier
ex1=MedicaidSDK.getDatastoreQuerySql('[SELECT state,state_rate FROM ca46c5df-b656-5176-934f-e25d6dbd9c85]')
ex2=MedicaidSDK.getDatastoreQuerySql('[SELECT ndc_description,nadac_per_unit FROM 1266b3ce-6bd6-5bbe-a6d5-61796e8b0348][WHERE otc = "N"][LIMIT 10]')
ex3=MedicaidSDK.getDatastoreQuerySql('[SELECT * FROM ca46c5df-b656-5176-934f-e25d6dbd9c85][LIMIT 10]')
// plot = MedicaidSDK.plot() to see output visit the visualization notebook or the interactive notebooks
getNadacInfo=MedicaidSDK.getNadacInfo();
getallNdcObjs=MedicaidSDK.getAllNdcObjs()
getNadacMeds=MedicaidSDK.getNadacMeds()
getNdcFromMed=MedicaidSDK.getNdcFromMed('HM LANSOPRAZOLE DR 15 MG CAP');
rateDefinitions=MedicaidSDK.getRateDefinitions("Follow-Up After Hospitalization for Mental Illness: Ages 6 to 17");
states=MedicaidSDK.getStates("Percentage of Hospitalizations for Mental Illness or Intentional Self-Harm with a Follow-Up Visit Within 7 Days after Discharge: Ages 6 to 17","Follow-Up After Hospitalization for Mental Illness: Ages 6 to 17")
ratePlot=MedicaidSDK.plotRateBar("Percentage of Hospitalizations for Mental Illness or Intentional Self-Harm with a Follow-Up Visit Within 7 Days after Discharge: Ages 6 to 17","Follow-Up After Hospitalization for Mental Illness: Ages 6 to 17")
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.