{
  "resourceType": "MedicationRequest",
  "id": "<uuid>",
  "meta": {
    "tag": [
      {
        "display": "Frequence administration with dose and frequence intervals '1-2x0-3'"
      },
      {
        "display": "Frequence administration with dose and frequence intervals, 1-2 tablets 0-3 times daily"
      },
      {
        "display": "dosage-example-11"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<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, &quot;1-2x0-3&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,
      "patientInstruction": "1-2 tabletter 0-3 gånger dagligen vid behov",
      "timing": {
        "repeat": {
          "frequency": 0,
          "frequencyMax": 3,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "asNeededBoolean": true,
      "method": {
        "coding": [
          {
            "code": "738995006"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseRange": {
            "low": {
              "value": 1,
              "code": "{tbl}"
            },
            "high": {
              "value": 2,
              "code": "{tbl}"
            }
          }
        }
      ]
    }
  ]
}