{
  "resourceType": "MedicationRequest",
  "id": "14631",
  "meta": {
    "profile": [
      "http://interopsante.org/fhir/StructureDefinition/FrInpatientMedicationRequest"
    ]
  },
  "contained": [
    {
      "resourceType": "Medication",
      "id": "med-161",
      "meta": {
        "profile": [
          "http://interopsante.org/fhir/StructureDefinition/FrMedicationNonproprietaryName"
        ]
      },
      "code": {
        "coding": [
          {
            "system": "http://unitsofmeasure.org",
            "code": "776123006",
            "display": "médicament contenant seulement glucose et chlorure de potassium et chlorure de sodium"
          }
        ],
        "text": "GLUCOSE + SODIUM CHLORURE + POTASSIUM CHLORURE"
      },
      "form": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "385229008",
            "display": "solution pour perfusion"
          }
        ],
        "text": "solution pour perfusion"
      },
      "amount": {
        "numerator": {
          "value": 500,
          "unit": "mL",
          "system": "http://unitsofmeasure.org",
          "code": "mL"
        },
        "denominator": {
          "value": 1,
          "system": "http://unitsofmeasure.org",
          "code": "1"
        }
      },
      "ingredient": [
        {
          "itemCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "67079006",
                "display": "glucose"
              }
            ],
            "text": "GLUCOSE"
          },
          "isActive": true,
          "strength": {
            "numerator": {
              "value": 50,
              "unit": "mg",
              "system": "http://unitsofmeasure.org",
              "code": "mg"
            },
            "denominator": {
              "unit": "mL",
              "system": "http://unitsofmeasure.org",
              "code": "mL"
            }
          }
        },
        {
          "itemCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "387390002",
                "display": "clhorure de sodium"
              }
            ],
            "text": "SODIUM CHLORURE"
          },
          "isActive": true,
          "strength": {
            "numerator": {
              "value": 2,
              "unit": "g",
              "system": "http://unitsofmeasure.org",
              "code": "g"
            },
            "denominator": {
              "value": 1,
              "system": "http://unitsofmeasure.org",
              "code": "1"
            }
          }
        },
        {
          "itemCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "8631001",
                "display": "chlorure de potassium"
              }
            ],
            "text": "POTASSIUM CHLORURE"
          },
          "isActive": true,
          "strength": {
            "numerator": {
              "value": 1,
              "unit": "g",
              "system": "http://unitsofmeasure.org",
              "code": "g"
            },
            "denominator": {
              "value": 1,
              "system": "http://unitsofmeasure.org",
              "code": "1"
            }
          }
        }
      ]
    }
  ],
  "status": "active",
  "intent": "order",
  "medicationReference": {
    "reference": "#med-161"
  },
  "subject": {
    "reference": "Patient/phast-14602"
  },
  "authoredOn": "2021-07-30T11:42:16.592Z",
  "requester": {
    "reference": "Practitioner/smart-Practitioner-71482713"
  },
  "dosageInstruction": [
    {
      "sequence": 1,
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2021-07-30T11:42:00Z",
            "end": "2021-08-04T11:41:59Z"
          },
          "timeOfDay": [
            "10:00:00",
            "22:00:00"
          ]
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "47625008",
            "display": "Voie intraveineuse"
          }
        ],
        "text": "Voie intraveineuse"
      },
      "doseAndRate": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code": "ordered",
                "display": "Ordered"
              }
            ],
            "text": "Ordered"
          },
          "rateRatio": {
            "numerator": {
              "value": 1,
              "system": "http://unitsofmeasure.org",
              "code": "1"
            },
            "denominator": {
              "value": 12,
              "unit": "h",
              "system": "http://unitsofmeasure.org",
              "code": "h"
            }
          }
        }
      ]
    }
  ]
}