<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="&lt;uuid&gt;" />
  <meta>
    <tag>
      <display value="Frequence administration with dose and frequence intervals '1-2x0-3'" />
    </tag>
    <tag>
      <display value="Frequence administration with dose and frequence intervals, 1-2 tablets 0-3 times daily" />
    </tag>
    <tag>
      <display value="dosage-example-11" />
    </tag>
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <b>Dosage instruction example</b>
      </p>
      <p>Frequence administration with dose and frequence intervals, 1-2 tablets 0-3 times daily, "1-2x0-3"</p>
      <p>This example focuses on how to create a dosage instruction. All other information in the medication request except the dosage instruction is incomplete.</p>
    </div>
  </text>
  <status value="unknown" />
  <intent value="order" />
  <medicationCodeableConcept>
    <text value="This order has no medication" />
  </medicationCodeableConcept>
  <subject>
    <reference value="Patient/&lt;uuid&gt;" />
  </subject>
  <dosageInstruction>
    <extension url="http://electronichealth.se/fhir/StructureDefinition/NLLAdministeringInstruction">
      <valueString value="sväljes" />
    </extension>
    <sequence value="1" />
    <patientInstruction value="1-2 tabletter 0-3 gånger dagligen vid behov" />
    <timing>
      <repeat>
        <frequency value="0" />
        <frequencyMax value="3" />
        <period value="1" />
        <periodUnit value="d" />
      </repeat>
    </timing>
    <asNeededBoolean value="true" />
    <method>
      <coding>
        <code value="738995006" />
      </coding>
    </method>
    <doseAndRate>
      <doseRange>
        <low>
          <value value="1" />
          <code value="{tbl}" />
        </low>
        <high>
          <value value="2" />
          <code value="{tbl}" />
        </high>
      </doseRange>
    </doseAndRate>
  </dosageInstruction>
</MedicationRequest>