eMediplan CHMED20AF Implementation Guide:

This page is part of the eMediplan CHMED20AF FHIR IG (R4) (v2.0.0: STU 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions



{
  "resourceType" : "MedicationRequest",
  "id" : "chmed20af-pre-medicationrequest-s01-1",
  "meta" : {
    "profile" : [
      "http://chmed20af.emediplan.ch/fhir/StructureDefinition/chmed20af-pre-medicationrequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">1 x ROACCUTAN Kaps 10 mg 30 Stk substitituion alllowed, 2x repeatable </div>"
  },
  "contained" : [
    {
      "resourceType" : "Medication",
      "id" : "cont1",
      "meta" : {
        "profile" : [
          "http://chmed20af.emediplan.ch/fhir/StructureDefinition/chmed20af-medication"
        ]
      },
      "code" : {
        "coding" : [
          {
            "system" : "urn:oid:2.51.1.1",
            "code" : "7680453070343",
            "display" : "ROACCUTAN Kaps 10 mg 30 Stk"
          }
        ],
        "text" : "ROACCUTAN Kaps 10 mg 30 Stk"
      },
      "form" : {
        "coding" : [
          {
            "system" : "urn:oid:0.4.0.127.0.16.1.1.2.1",
            "code" : "10210000",
            "display" : "Capsule, hard"
          }
        ]
      },
      "ingredient" : [
        {
          "itemCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "387208003",
                "display" : "Isotretinoin (substance)"
              }
            ],
            "text" : "Isotretinoin"
          },
          "strength" : {
            "numerator" : {
              "value" : 10,
              "unit" : "milligram",
              "system" : "http://unitsofmeasure.org",
              "code" : "mg"
            },
            "denominator" : {
              "value" : 1,
              "unit" : "Capsule (unit of presentation)",
              "system" : "http://snomed.info/sct",
              "code" : "732937005"
            }
          }
        }
      ]
    }
  ],
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:uuid:fc52f16f-e23a-4e6c-aa45-8daafaba6c8a"
    }
  ],
  "status" : "completed",
  "intent" : "order",
  "medicationReference" : {
    "reference" : "#cont1"
  },
  "subject" : {
    "reference" : "Patient/chmed20af-card-patient-s01"
  },
  "dosageInstruction" : [
    {
      "text" : "1 x ROACCUTAN Kaps 10 mg 30 Stk substitituion alllowed, 2x repeatable"
    },
    {
      "timing" : {
        "repeat" : {
          "boundsPeriod" : {
            "start" : "2016-09-12",
            "end" : "2020-09-12"
          },
          "when" : [
            "MORN"
          ]
        }
      },
      "asNeededBoolean" : true,
      "route" : {
        "coding" : [
          {
            "system" : "urn:oid:0.4.0.127.0.16.1.1.2.1",
            "code" : "20053000",
            "display" : "Oral use"
          }
        ]
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 1,
            "unit" : "Piece",
            "system" : "http://unitsofmeasure.org",
            "code" : "{Piece}"
          }
        }
      ]
    }
  ],
  "dispenseRequest" : {
    "numberOfRepeatsAllowed" : 2,
    "quantity" : {
      "value" : 1,
      "unit" : "Package",
      "system" : "http://unitsofmeasure.org",
      "code" : "{Package}"
    }
  },
  "substitution" : {
    "allowedCodeableConcept" : {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-substanceAdminSubstitution",
          "code" : "E",
          "display" : "equivalent"
        }
      ]
    }
  }
}