{
  "resourceType": "MedicationRequest",
  "id": "14620",
  "meta": {
    "profile": [
      "http://interopsante.org/fhir/StructureDefinition/FrInpatientMedicationRequest"
    ]
  },
  "contained": [
    {
      "resourceType": "Medication",
      "id": "med-101",
      "meta": {
        "profile": [
          "http://interopsante.org/fhir/StructureDefinition/FrMedicationNonproprietaryName"
        ]
      },
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "774839004",
            "display": "médicament contenant seulement bêtaméthasone"
          }
        ],
        "text": "BETAMETHASONE"
      },
      "amount": {
        "numerator": {
          "value": 1,
          "unit": "appln",
          "system": "http://unitsofmeasure.org",
          "code": "{appln}"
        },
        "denominator": {
          "value": 1,
          "system": "http://unitsofmeasure.org",
          "code": "1"
        }
      },
      "ingredient": [
        {
          "itemCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "116571008",
                "display": "bêtaméthasone"
              }
            ],
            "text": "BETAMETHASONE"
          },
          "isActive": true,
          "strength": {
            "numerator": {
              "value": 0.5,
              "unit": "mg",
              "system": "http://unitsofmeasure.org",
              "code": "mg"
            },
            "denominator": {
              "unit": "g",
              "system": "http://unitsofmeasure.org",
              "code": "g"
            }
          }
        }
      ]
    }
  ],
  "status": "active",
  "intent": "order",
  "medicationReference": {
    "reference": "#med-101"
  },
  "subject": {
    "reference": "Patient/phast-14602"
  },
  "authoredOn": "2021-07-13T08:48:39.825Z",
  "requester": {
    "reference": "Practitioner/smart-Practitioner-71482713"
  },
  "dosageInstruction": [
    {
      "sequence": 1,
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2021-07-13T08:48:00Z",
            "end": "2021-07-18T08:47:59Z"
          },
          "timeOfDay": [
            "08:00:00"
          ]
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "448598008",
            "display": "Voie cutanée"
          }
        ],
        "text": "Voie cutanée"
      },
      "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"
          }
        }
      ]
    }
  ]
}