{
  "resourceType": "MedicationRequest",
  "id": "<uuid>",
  "meta": {
    "tag": [
      {
        "display": "Free text dosage '0-2'"
      },
      {
        "display": "Free text dosage, 0-2 tablets when needed"
      },
      {
        "display": "dosage-example-10"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Dosage instruction example</b></p><p>Free text dosage, 0-2 tablets if needed, &quot;0-2&quot;</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>"
  },
  "status": "unknown",
  "intent": "order",
  "medicationCodeableConcept": {
    "text": "This order has no medication"
  },
  "subject": {
    "reference": "Patient/<uuid>"
  },
  "dosageInstruction": [
    {
      "extension": [
        {
          "url": "http://electronichealth.se/fhir/StructureDefinition/NLLAdministeringInstruction",
          "valueString": "sväljes"
        }
      ],
      "sequence": 1,
      "text": "0-2 tabletter vid behov",
      "patientInstruction": "0-2 tabletter vid behov",
      "asNeededBoolean": true,
      "method": {
        "coding": [
          {
            "code": "738995006"
          }
        ]
      }
    }
  ]
}