{
  "resourceType": "MedicationRequest",
  "id": "14627",
  "meta": {
    "profile": [
      "http://interopsante.org/fhir/StructureDefinition/FrInpatientMedicationRequest"
    ]
  },
  "contained": [
    {
      "resourceType": "Medication",
      "id": "med-91",
      "meta": {
        "profile": [
          "http://interopsante.org/fhir/StructureDefinition/FrMedicationUcd"
        ]
      },
      "code": {
        "coding": [
          {
            "system": "http://phast.fr/fhir/ValueSet/Pharmacy/CIOdc/SIPh-CIO_UCD",
            "code": "3400890277334",
            "display": "DIPROSONE 0.05%, crème, tube 30 g"
          }
        ],
        "text": "DIPROSONE 0.05%, crème, tube 30 g"
      },
      "form": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "385099005",
            "display": "crème"
          }
        ],
        "text": "crème"
      },
      "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-91"
  },
  "subject": {
    "reference": "Patient/phast-14602"
  },
  "authoredOn": "2021-07-29T13:04:23.435Z",
  "requester": {
    "reference": "Practitioner/smart-Practitioner-71482713"
  },
  "dosageInstruction": [
    {
      "sequence": 1,
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2021-07-29T13:04:00Z",
            "end": "2021-08-03T13:03: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"
          }
        }
      ]
    }
  ]
}