{
  "resourceType": "MedicationRequest",
  "id": "<uuid>",
  "meta": {
    "tag": [
      {
        "display": "Frequence administration '1x3/v'"
      },
      {
        "display": "Frequence administration, 1 tablet 3 times weekly"
      },
      {
        "display": "dosage-example-2"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Dosage instruction example</b></p><p>Frequence administration, 1 tablet 3 times weekly, &quot;1x3/v&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 tablett 3 gånger per vecka",
      "timing": {
        "repeat": {
          "frequency": 3,
          "period": 7,
          "periodUnit": "d"
        }
      },
      "asNeededBoolean": false,
      "method": {
        "coding": [
          {
            "code": "738995006"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "code": "{tbl}",
            "value": 1.0
          }
        }
      ]
    }
  ]
}