{
  "resourceType": "MedicationRequest",
  "id": "14622",
  "meta": {
    "profile": [
      "http://interopsante.org/fhir/StructureDefinition/FrInpatientMedicationRequest"
    ]
  },
  "contained": [
    {
      "resourceType": "Medication",
      "id": "med-141",
      "meta": {
        "profile": [
          "http://interopsante.org/fhir/StructureDefinition/FrMedicationNonproprietaryName"
        ]
      },
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "775934002",
            "display": "médicament contenant seulement fentanyl"
          }
        ],
        "text": "FENTANYL"
      },
      "form": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "385114002",
            "display": "dispositif cutané"
          }
        ],
        "text": "dispositif cutané"
      },
      "amount": {
        "numerator": {
          "value": 72,
          "unit": "h",
          "system": "http://unitsofmeasure.org",
          "code": "h"
        },
        "denominator": {
          "value": 1,
          "system": "http://unitsofmeasure.org",
          "code": "1"
        }
      },
      "ingredient": [
        {
          "itemCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "68540007",
                "display": "fentanyl"
              }
            ],
            "text": "FENTANYL"
          },
          "isActive": true,
          "strength": {
            "numerator": {
              "value": 75,
              "unit": "µg",
              "system": "http://unitsofmeasure.org",
              "code": "ug"
            },
            "denominator": {
              "unit": "h",
              "system": "http://unitsofmeasure.org",
              "code": "h"
            }
          }
        }
      ]
    }
  ],
  "status": "active",
  "intent": "order",
  "medicationReference": {
    "reference": "#med-141"
  },
  "subject": {
    "reference": "Patient/phast-14602"
  },
  "authoredOn": "2021-07-20T19:05:30.603Z",
  "requester": {
    "reference": "Practitioner/smart-Practitioner-71482713"
  },
  "dosageInstruction": [
    {
      "sequence": 1,
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2021-07-20T19:05:00Z",
            "end": "2021-07-28T19:04:59Z"
          },
          "timeOfDay": [
            "07:00:00"
          ]
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "45890007",
            "display": "Voie transdermique"
          }
        ],
        "text": "Voie transdermique"
      },
      "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": 72,
              "unit": "h",
              "system": "http://unitsofmeasure.org",
              "code": "h"
            }
          }
        }
      ]
    }
  ]
}