{
  "resourceType": "MedicationRequest",
  "id": "14625",
  "meta": {
    "profile": [
      "http://interopsante.org/fhir/StructureDefinition/FrInpatientMedicationRequest"
    ]
  },
  "contained": [
    {
      "resourceType": "Medication",
      "id": "med-51",
      "meta": {
        "profile": [
          "http://interopsante.org/fhir/StructureDefinition/FrMedicationUcd"
        ]
      },
      "code": {
        "coding": [
          {
            "system": "http://phast.fr/fhir/ValueSet/Pharmacy/CIOdc/SIPh-CIO_UCD",
            "code": "3400893936047",
            "display": "CODOLIPRANE 500 mg/30 mg, cpr"
          }
        ],
        "text": "CODOLIPRANE 500 mg/30 mg, cpr"
      },
      "form": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "421026006",
            "display": "comprimé oral"
          }
        ],
        "text": "comprimé"
      },
      "ingredient": [
        {
          "itemCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "387517004",
                "display": "paracétamol"
              }
            ],
            "text": "PARACETAMOL"
          },
          "isActive": true,
          "strength": {
            "numerator": {
              "value": 500,
              "unit": "mg",
              "system": "http://unitsofmeasure.org",
              "code": "mg"
            },
            "denominator": {
              "value": 1,
              "system": "http://unitsofmeasure.org",
              "code": "1"
            }
          }
        },
        {
          "itemCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "387494007",
                "display": "codéine"
              }
            ],
            "text": "CODEINE"
          },
          "isActive": true,
          "strength": {
            "numerator": {
              "value": 30,
              "unit": "mg",
              "system": "http://unitsofmeasure.org",
              "code": "mg"
            },
            "denominator": {
              "value": 1,
              "system": "http://unitsofmeasure.org",
              "code": "1"
            }
          }
        }
      ]
    }
  ],
  "status": "active",
  "intent": "order",
  "medicationReference": {
    "reference": "#med-51"
  },
  "subject": {
    "reference": "Patient/phast-14602"
  },
  "authoredOn": "2021-07-28T15:12:37.603Z",
  "requester": {
    "reference": "Practitioner/smart-Practitioner-71482713"
  },
  "dosageInstruction": [
    {
      "sequence": 1,
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2021-07-28T15:12:00Z",
            "end": "2021-08-02T15:11: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": "ordered",
                "display": "Ordered"
              }
            ],
            "text": "Ordered"
          },
          "doseQuantity": {
            "value": 1,
            "system": "http://unitsofmeasure.org",
            "code": "1"
          }
        }
      ]
    }
  ]
}