{
  "resourceType": "MedicationRequest",
  "id": "14652",
  "meta": {
    "profile": [
      "http://interopsante.org/fhir/StructureDefinition/FrInpatientMedicationRequest"
    ]
  },
  "contained": [
    {
      "resourceType": "Medication",
      "id": "med-331",
      "meta": {
        "profile": [
          "http://interopsante.org/fhir/StructureDefinition/FrMedicationNonproprietaryName"
        ]
      },
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "775034000",
            "display": "médicament contenant seulement capécitabine"
          }
        ],
        "text": "CAPECITABINE"
      },
      "ingredient": [
        {
          "itemCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "386906001",
                "display": "capécitabine"
              }
            ],
            "text": "CAPECITABINE"
          },
          "isActive": true
        }
      ]
    }
  ],
  "status": "active",
  "intent": "order",
  "medicationReference": {
    "reference": "#med-331"
  },
  "subject": {
    "reference": "Patient/phast-14602"
  },
  "authoredOn": "2021-10-15T20:06:12.345Z",
  "requester": {
    "reference": "Practitioner/smart-Practitioner-71482713"
  },
  "dosageInstruction": [
    {
      "sequence": 1,
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2021-10-15T20:06:00Z",
            "end": "2021-10-29T20:05:59Z"
          },
          "timeOfDay": [
            "07:00:00",
            "18:00:00"
          ]
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Voie orale"
          }
        ],
        "text": "Voie orale"
      },
      "doseAndRate": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code": "calculated",
                "display": "Calculated"
              }
            ],
            "text": "Calculated"
          },
          "doseQuantity": {
            "value": 1000,
            "unit": "mg/m²",
            "system": "http://unitsofmeasure.org",
            "code": "mg/m2"
          }
        },
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code": "ordered",
                "display": "Ordered"
              }
            ],
            "text": "Ordered"
          },
          "doseQuantity": {
            "value": 1800,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ]
    }
  ]
}