{

"resourceType": "MedicationRequest",
"id": "medrx0316",
"contained": [
  {
    "resourceType": "Medication",
    "id": "med0306",
    "code": {
      "coding": [
        {
          "system": "http://hl7.org/fhir/sid/ndc",
          "code": "51144-050-01",
          "display": "Adcetris"
        }
      ]
    },
    "form": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "421637006",
          "display": "Lyophilized powder for injectable solution (qualifier value) "
        }
      ]
    },
    "batch": {
      "lotNumber": "12345",
      "expirationDate": "2019-10-31"
    }
  }
],
"identifier": [
  {
    "use": "official",
    "system": "http://www.bmc.nl/portal/prescriptions",
    "value": "12345689"
  }
],
"status": "completed",
"intent": "order",
"medicationReference": {
  "reference": "#med0306"
},
"subject": {
  "reference": "Patient/pat1",
  "display": "Donald Duck"
},
"encounter": {
  "reference": "Encounter/f001",
  "display": "encounter who leads to this prescription"
},
"authoredOn": "2015-01-15",
"requester": {
  "reference": "Practitioner/f007",
  "display": "Patrick Pump"
},
"instantiatesUri": [
  "http://www.bccancer.bc.ca/chemotherapy-protocols-site/Documents/Lymphoma-Myeloma/ULYBRENTUX%20Protocol_1Jun2017.pdf"
],
"dosageInstruction": [
  {
    "sequence": 1,
    "text": "1.8 mg/kg IV infusion over 20 minutes every 3 weeks for 16 cycles",
    "timing": {
      "repeat": {
        "count": 16,
        "frequency": 1,
        "period": 3,
        "periodUnit": "wk"
      }
    },
    "route": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "255560000",
          "display": "Intravenous"
        }
      ]
    },
    "doseAndRate": [
      {
        "type": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
              "code": "ordered",
              "display": "Ordered"
            }
          ]
        },
        "doseQuantity": {
          "value": 1.8,
          "unit": "mg/kg",
          "system": "http://unitsofmeasure.org",
          "code": "mg/kg"
        },
        "rateRatio": {
          "numerator": {
            "value": 1.8,
            "system": "http://unitsofmeasure.org",
            "code": "mg/kg"
          },
          "denominator": {
            "value": 20,
            "system": "http://unitsofmeasure.org",
            "code": "min"
          }
        }
      }
    ],
    "maxDosePerLifetime": {
      "value": 400,
      "unit": "mg",
      "system": "http://unitsofmeasure.org",
      "code": "mg"
    }
  }
],
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}