haau3 FHIR Implementation Guide (HFIG)
1.0.0 - ci-build United States of America flag

haau3 FHIR Implementation Guide (HFIG) - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MedList request: the Parameters form, with asOf - JSON Representation

Raw json | Download

{
  "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"
    }
  ]
}