PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh-dhdr@4.0.0-alpha1.0.1
    http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-MedicationRequest-submission
{
  "description": "Ordering of medication for patient",
  "_filename": "MedicationRequestPrescriptionSubmission.json",
  "package_name": "ca.on.oh-dhdr",
  "date": "2022-01-19T18:53:15.8800587Z",
  "derivation": "constraint",
  "meta": {
    "lastUpdated": "2023-07-07T20:37:10.8857045+00:00"
  },
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "MedicationRequestPrescription",
  "abstract": false,
  "type": "MedicationRequest",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "MedicationRequest Prescription (Submission)",
  "package_version": "4.0.0-alpha1.0.1",
  "status": "draft",
  "id": "68bd1321-a39c-4fff-b3ec-aa6081ba8a9d",
  "kind": "resource",
  "url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-MedicationRequest-submission",
  "version": "4.0.0",
  "differential": {
    "element": [ {
      "id": "MedicationRequest",
      "path": "MedicationRequest",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.id",
      "path": "MedicationRequest.id",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.identifier",
      "max": "1",
      "path": "MedicationRequest.identifier",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.identifier.system",
      "min": 1,
      "path": "MedicationRequest.identifier.system",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.identifier.value",
      "min": 1,
      "path": "MedicationRequest.identifier.value",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.status",
      "path": "MedicationRequest.status",
      "fixedCode": "unknown",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.intent",
      "path": "MedicationRequest.intent",
      "fixedCode": "order",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.medication[x]",
      "path": "MedicationRequest.medication[x]",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Medication-submission" ]
      } ],
      "mustSupport": true
    }, {
      "id": "MedicationRequest.medication[x].reference",
      "min": 1,
      "path": "MedicationRequest.medication[x].reference",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.subject",
      "path": "MedicationRequest.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Patient-submission" ]
      } ],
      "mustSupport": true
    }, {
      "id": "MedicationRequest.subject.reference",
      "min": 1,
      "path": "MedicationRequest.subject.reference",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.requester",
      "min": 1,
      "path": "MedicationRequest.requester",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Practitioner-submission" ]
      } ],
      "mustSupport": true
    }, {
      "id": "MedicationRequest.requester.reference",
      "min": 1,
      "path": "MedicationRequest.requester.reference",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.reasonCode",
      "max": "5",
      "path": "MedicationRequest.reasonCode",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.reasonCode.coding",
      "max": "1",
      "path": "MedicationRequest.reasonCode.coding",
      "binding": {
        "strength": "extensible",
        "valueSet": "https://fhir.infoway-inforoute.ca/ValueSet/prescriptionindicationforuse"
      },
      "mustSupport": true
    }, {
      "id": "MedicationRequest.reasonCode.coding.system",
      "path": "MedicationRequest.reasonCode.coding.system",
      "fixedUri": "http://snomed.info/sct",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.reasonCode.coding.code",
      "path": "MedicationRequest.reasonCode.coding.code",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.reasonCode.coding.display",
      "path": "MedicationRequest.reasonCode.coding.display",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.reasonCode.text",
      "path": "MedicationRequest.reasonCode.text",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.dosageInstruction",
      "max": "1",
      "path": "MedicationRequest.dosageInstruction",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.dosageInstruction.text",
      "min": 1,
      "path": "MedicationRequest.dosageInstruction.text",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.dosageInstruction.additionalInstruction",
      "path": "MedicationRequest.dosageInstruction.additionalInstruction",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.dosageInstruction.additionalInstruction.text",
      "min": 1,
      "path": "MedicationRequest.dosageInstruction.additionalInstruction.text",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.dosageInstruction.timing",
      "path": "MedicationRequest.dosageInstruction.timing",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.dosageInstruction.timing.repeat",
      "min": 1,
      "path": "MedicationRequest.dosageInstruction.timing.repeat",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.dosageInstruction.timing.repeat.duration",
      "path": "MedicationRequest.dosageInstruction.timing.repeat.duration",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.dosageInstruction.timing.repeat.durationUnit",
      "path": "MedicationRequest.dosageInstruction.timing.repeat.durationUnit",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.dosageInstruction.timing.code",
      "min": 1,
      "path": "MedicationRequest.dosageInstruction.timing.code",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://ehealthontario.ca/fhir/ValueSet/dhdr-medication-repeat-pattern"
      },
      "mustSupport": true
    }, {
      "id": "MedicationRequest.dosageInstruction.timing.code.coding",
      "path": "MedicationRequest.dosageInstruction.timing.code.coding",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.dosageInstruction.timing.code.coding.system",
      "path": "MedicationRequest.dosageInstruction.timing.code.coding.system",
      "fixedUri": "http://snomed.info/sct",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.dosageInstruction.timing.code.coding.code",
      "path": "MedicationRequest.dosageInstruction.timing.code.coding.code",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.dosageInstruction.timing.code.coding.display",
      "path": "MedicationRequest.dosageInstruction.timing.code.coding.display",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.dosageInstruction.timing.code.text",
      "path": "MedicationRequest.dosageInstruction.timing.code.text",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.dosageInstruction.asNeeded[x]",
      "path": "MedicationRequest.dosageInstruction.asNeeded[x]",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.dosageInstruction.route",
      "path": "MedicationRequest.dosageInstruction.route",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.dosageInstruction.route.coding",
      "max": "1",
      "path": "MedicationRequest.dosageInstruction.route.coding",
      "binding": {
        "strength": "required",
        "valueSet": "https://fhir.infoway-inforoute.ca/ValueSet/routeofadministration"
      },
      "mustSupport": true
    }, {
      "id": "MedicationRequest.dosageInstruction.route.coding.system",
      "path": "MedicationRequest.dosageInstruction.route.coding.system",
      "fixedUri": "http://snomed.info/sct",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.dosageInstruction.route.coding.code",
      "path": "MedicationRequest.dosageInstruction.route.coding.code",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.dosageInstruction.route.coding.display",
      "path": "MedicationRequest.dosageInstruction.route.coding.display",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.dosageInstruction.route.text",
      "path": "MedicationRequest.dosageInstruction.route.text",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.dosageInstruction.doseAndRate",
      "max": "1",
      "path": "MedicationRequest.dosageInstruction.doseAndRate",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]",
      "path": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]",
      "type": [ {
        "code": "Quantity"
      } ],
      "mustSupport": true
    }, {
      "id": "MedicationRequest.dosageInstruction.doseAndRate.dose[x].value",
      "min": 1,
      "path": "MedicationRequest.dosageInstruction.doseAndRate.dose[x].value",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.dosageInstruction.doseAndRate.dose[x].unit",
      "path": "MedicationRequest.dosageInstruction.doseAndRate.dose[x].unit",
      "binding": {
        "strength": "extensible",
        "valueSet": "https://tgateway.infoway-inforoute.ca/vs/prescriptiondosequantityunit"
      },
      "mustSupport": true
    }, {
      "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]",
      "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]",
      "type": [ {
        "code": "Range"
      } ],
      "mustSupport": true
    }, {
      "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].low",
      "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].low",
      "mustSupport": true
    }, {
      "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].high",
      "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].high",
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationRequest"
}