FHIR R4 MedicationRequest

This resource conforms to the resources US-Core StructureDefinition.

Request

GET [base]/fhir/MedicationRequest/[id]

Parameters

Name Description Optional?
id The resources external ID false

Response

{
  "resource": {
    "id": "3702943",
    "meta": {
      "profile": [
        "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medication_request"
      ]
    },
    "text": {
      "status": "generated",
      "div": "<p><strong>Medication: </strong>CefTRIAXone Sodium GM<br><strong>Instructions: </strong>CefTRIAXone Sodium GM 100 OTHER 1 gm OTHER (GM 100 )<br><strong>Date: </strong>Start: 2021-02-02 - End: <br><strong>Status: </strong>unknown</p>"
    },
    "contained": [
      {
        "id": "3702943",
        "meta": {
          "profile": [
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medication"
          ]
        },
        "code": {
          "coding": [
            {
              "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
              "code": "309090",
              "display": "CefTRIAXone Sodium GM"
            }
          ],
          "text": "CefTRIAXone Sodium GM"
        },
        "resourceType": "Medication"
      }
    ],
    "status": "unknown",
    "intent": "order",
    "reportedBoolean": false,
    "medicationReference": {
      "reference": "#3702943",
      "type": "Medication",
      "display": "CefTRIAXone Sodium GM"
    },
    "subject": {
      "reference": "Patient/197d1666-98a3-4a76-bf71-557de98ae3ef",
      "type": "Patient",
      "display": "Newman, Alice Jones"
    },
    "authoredOn": "2021-02-02",
    "requester": {
      "reference": "https://demo.staging.consoloservices.com/fhir/Practitioner/48cd014b-8e5f-4257-b2cc-7c93b4cab5f0",
      "type": "Practitioner",
      "display": "Klein, Chaz"
    },
    "dosageInstruction": [
      {
        "text": "CefTRIAXone Sodium GM 100 OTHER 1 gm OTHER (GM 100 )",
        "timing": {
          "repeat": {
            "boundsPeriod": {
              "start": "2021-02-02"
            }
          }
        },
        "route": {
          "coding": [
            {
              "system": "http://ncimeta.nci.nih.gov",
              "code": "C38920",
              "display": "OTHER"
            }
          ],
          "text": "OTHER"
        },
        "doseAndRate": [
          {
            "doseQuantity": {
              "value": 1,
              "unit": "gm"
            }
          }
        ]
      }
    ],
    "resourceType": "MedicationRequest"
  }
}