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

FHIR IG analytics

Packageca.infoway.io.core
Resource TypeMedicationRequest
IdMedicationRequest-example-medicationrequest-ca-core.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": "example-medicationrequest-ca-core",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/medicationrequest-ca-core"
    ]
  },
  "identifier": [
    {
      "system": "http://example.ca/NamingSystem/MedicationRequest",
      "value": "MR123456"
    }
  ],
  "status": "active",
  "intent": "order",
  "medicationReference": {
    "reference": "Medication/example-medication-ca-core"
  },
  "subject": {
    "reference": "example-patient-ca-core-2"
  },
  "authoredOn": "2024-03-27T10:00:00-07:00",
  "dosageInstruction": [
    {
      "text": "Take 20mg once daily at bedtime",
      "route": {
        "coding": [
          {
            "code": "26643006",
            "system": "http://snomed.info/sct",
            "display": "Oral route (qualifier value)"
          }
        ]
      }
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "code": "22298006",
          "system": "http://snomed.info/sct",
          "display": "Myocardial infarction (disorder)"
        }
      ],
      "text": "Secondary prevention of cardiovascular events"
    }
  ]
}