PackagesCanonicalsLogsProblems
    Packages
    ca.on.dhdr.r4@0.9.0
    http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-MedicationRequest-submission
{
  "description": "Ordering of medication for patient",
  "_filename": "MedicationRequestPrescriptionSubmission.json",
  "package_name": "ca.on.dhdr.r4",
  "date": "2022-01-19T18:53:15.8800587Z",
  "derivation": "constraint",
  "meta": {
    "lastUpdated": "2023-04-10T00:51:31.0208511+00:00"
  },
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "MedicationRequestPrescription",
  "abstract": false,
  "type": "MedicationRequest",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "MedicationRequest Prescription (Submission)",
  "package_version": "0.9.0",
  "status": "draft",
  "id": "9d4bcf92-8fcc-4846-a62a-d39d7fc9c491",
  "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
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationRequest"
}