FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.dhdr.r4.v4
Resource TypeMedicationRequest
IdDHDR-MedicationRequest.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "MedicationRequest",
  "id": "MedRequest3A45B7BAB373537EE05400144FF8F552",
  "identifier": [
    {
      "system": "http://ehealthontario.ca/fhir/NamingSystem/ca-on-pharmacy-ON01987654-rx-number",
      "value": "9086374290"
    }
  ],
  "status": "unknown",
  "intent": "original-order",
  "medicationReference": {
    "reference": "Medication/Medication8C66632E5A2E111BE05400144FF84F18"
  },
  "subject": {
    "reference": "Patient/PatDisp3A45B7BAB373537EE05400144FF8F552"
  },
  "requester": {
    "reference": "Practitioner/PractPrescr3A45B7BAB373537EE05400144FF8F552"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://ehealthontario.ca/fhir/NamingSystem/ca-on-drug-odb-prescription-reason",
          "code": "270",
          "display": "Limited to 2 weeks supply for acute pain."
        }
      ]
    }
  ]
}