<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="&lt;uuid&gt;" />
  <meta>
    <tag>
      <display value="Timed administration with period at day '1+2+3+4'" />
    </tag>
    <tag>
      <display value="Timed administration with period at day, 1 tablet in the morning, 2 tablets at lunch, 3 tablets in the evening and 4 tablets for the night" />
    </tag>
    <tag>
      <display value="dosage-example-3" />
    </tag>
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <b>Dosage instruction example</b>
      </p>
      <p>Timed administration with period at day, 1 tablet in the morning, 2 tablets at lunch, 3 tablets in the evening and 4 tablets for the night, "1+2+3+4"</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 tablett på morgonen, 2 tabletter till lunch, 3 tabletter till kvällen, 4 tabletter till natten" />
    <timing>
      <repeat>
        <when value="MORN" />
      </repeat>
    </timing>
    <asNeededBoolean value="false" />
    <method>
      <coding>
        <code value="738995006" />
      </coding>
    </method>
    <doseAndRate>
      <doseQuantity>
        <value value="1" />
        <code value="{tbl}" />
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
  <dosageInstruction>
    <extension url="http://electronichealth.se/fhir/StructureDefinition/NLLAdministeringInstruction">
      <valueString value="sväljes" />
    </extension>
    <sequence value="1" />
    <patientInstruction value="1 tablett på morgonen, 2 tabletter till lunch, 3 tabletter till kvällen, 4 tabletter till natten" />
    <timing>
      <repeat>
        <when value="NOON" />
      </repeat>
    </timing>
    <asNeededBoolean value="false" />
    <method>
      <coding>
        <code value="738995006" />
      </coding>
    </method>
    <doseAndRate>
      <doseQuantity>
        <value value="2" />
        <code value="{tbl}" />
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
  <dosageInstruction>
    <extension url="http://electronichealth.se/fhir/StructureDefinition/NLLAdministeringInstruction">
      <valueString value="sväljes" />
    </extension>
    <sequence value="1" />
    <patientInstruction value="1 tablett på morgonen, 2 tabletter till lunch, 3 tabletter till kvällen, 4 tabletter till natten" />
    <timing>
      <repeat>
        <when value="EVE" />
      </repeat>
    </timing>
    <asNeededBoolean value="false" />
    <method>
      <coding>
        <code value="738995006" />
      </coding>
    </method>
    <doseAndRate>
      <doseQuantity>
        <value value="3" />
        <code value="{tbl}" />
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
  <dosageInstruction>
    <extension url="http://electronichealth.se/fhir/StructureDefinition/NLLAdministeringInstruction">
      <valueString value="sväljes" />
    </extension>
    <sequence value="1" />
    <patientInstruction value="1 tablett på morgonen, 2 tabletter till lunch, 3 tabletter till kvällen, 4 tabletter till natten" />
    <timing>
      <repeat>
        <when value="NIGHT" />
      </repeat>
    </timing>
    <asNeededBoolean value="false" />
    <method>
      <coding>
        <code value="738995006" />
      </coding>
    </method>
    <doseAndRate>
      <doseQuantity>
        <value value="4" />
        <code value="{tbl}" />
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
</MedicationRequest>