<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="&lt;uuid&gt;" />
  <meta>
    <tag>
      <display value="Free text dosage 'Eo'" />
    </tag>
    <tag>
      <display value="Free text dosage, as per the written instruction" />
    </tag>
    <tag>
      <display value="dosage-example-7" />
    </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, as per the written instruction, "Eo"</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="enligt särskild ordination" />
    <patientInstruction value="enligt särskild ordination" />
    <asNeededBoolean value="true" />
    <method>
      <coding>
        <code value="738995006" />
      </coding>
    </method>
    <doseAndRate>
      <doseQuantity>
        <code value="{tbl}" />
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
</MedicationRequest>