<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="&lt;uuid&gt;" />
  <meta>
    <tag>
      <display value="Free text dosage '1-2vb max6/d'" />
    </tag>
    <tag>
      <display value="Free text dosage, 1-2 tablets if needed max 6 tablets per day" />
    </tag>
    <tag>
      <display value="dosage-example-12" />
    </tag>
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <b>Dosage instruction example</b>
      </p>
      <p>Free text dosage, 1-2 tablets if needed max 6 tablets per day, "1-2vb max6/d"</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" />
    <text value="1-2 tabletter vid behov max 6 tabletter per dygn" />
    <patientInstruction value="1-2 tabletter vid behov max 6 tabletter per dygn" />
    <asNeededBoolean value="true" />
    <method>
      <coding>
        <code value="738995006" />
      </coding>
    </method>
    <maxDosePerPeriod>
      <numerator>
        <value value="6" />
        <code value="{tbl}" />
      </numerator>
      <denominator>
        <value value="1" />
        <system value="http://unitsofmeasure.org" />
        <code value="d" />
      </denominator>
    </maxDosePerPeriod>
  </dosageInstruction>
</MedicationRequest>