{
  "cards": [
    {
      "summary": "Annual Urine Screening Check",
      "indicator": "warning",
      "detail": "Patients on opioid therapy should have a urine drug test performed every 12 months.",
      "source": {
        "label": "2022 CDC Clinical Practice Guideline for Prescribing Opioids for Pain",
        "url": "https://www.cdc.gov/mmwr/volumes/71/rr/rr7103a1.htm"
      },
      "suggestions": [
        {
          "label": "Order Urine Screening",
          "actions": [
            {
              "type": "create",
              "description": "Patients on opioid therapy should have a urine drug test performed every 12 months.",
              "resource": {
                "resourceType": "ServiceRequest",
                "status": "draft",
                "intent": "proposal",
                "code": {
                  "coding": [
                    {
                      "system": "http://snomed.info/sct",
                      "code": "310627008",
                      "display": "Urine drug screening (procedure)"
                    }
                  ]
                },
                "subject": {
                  "reference": "Patient/example-rec-10-patient-view-POS-Cocaine-drugs"
                }
              }
            }
          ]
        }
      ]
    }
  ]
}
