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 - XML Representation

Raw xml | Download


<Parameters xmlns="http://hl7.org/fhir">
  <id value="medlist-request-parameters"/>
  <parameter>
    <name value="resource"/>
    <resource>
      <MedicationStatement>
        <id value="lisinopril-statement"/>
        <text>
          <status value="generated"/>
          <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>
        </text>
        <status value="active"/>
        <medicationCodeableConcept>
          <coding>
            <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
            <code value="311354"/>
            <display value="lisinopril 5 MG Oral Tablet"/>
          </coding>
          <text value="lisinopril 5 mg tablet"/>
        </medicationCodeableConcept>
        <subject>
          <reference value="http://example.org/fhir/Patient/example"/>
        </subject>
        <dateAsserted value="2026-09-05"/>
        <informationSource>
          <reference value="http://example.org/fhir/Patient/example"/>
        </informationSource>
        <dosage>
          <text value="5 mg once daily"/>
        </dosage>
      </MedicationStatement>
    </resource>
  </parameter>
  <parameter>
    <name value="asOf"/>
    <valueDateTime value="2026-09-20T00:00:00Z"/>
  </parameter>
</Parameters>