{
  "resourceType" : "Parameters",
  "id" : "medlist-request-parameters",
  "parameter" : [{
    "name" : "resource",
    "resource" : {
      "resourceType" : "MedicationStatement",
      "id" : "lisinopril-statement",
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>lisinopril 5 mg tablet, 5 mg once daily. Reported by the patient, asserted 2026-09-05.</p></div>"
      },
      "status" : "active",
      "medicationCodeableConcept" : {
        "coding" : [{
          "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
          "code" : "311354",
          "display" : "lisinopril 5 MG Oral Tablet"
        }],
        "text" : "lisinopril 5 mg tablet"
      },
      "subject" : {
        "reference" : "http://example.org/fhir/Patient/example"
      },
      "dateAsserted" : "2026-09-05",
      "informationSource" : {
        "reference" : "http://example.org/fhir/Patient/example"
      },
      "dosage" : [{
        "text" : "5 mg once daily"
      }]
    }
  },
  {
    "name" : "asOf",
    "valueDateTime" : "2026-09-20T00:00:00Z"
  }]
}