MedicationRequest

The MedicationRequest API enables Humana members to exchange a list of their medications with third party applications. This API conforms to the R4 FHIR standard and the US Core STU3 Implementation Guide.


URL


Headers

ACCEPT application/json
AUTHORIZATION Bearer {ACCESS_TOKEN}

Sample Request

curl -X GET \
https://fhir.humana.com/sandbox/api/MedicationRequest \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {your access token}' \
curl -X GET \
https://fhir.humana.com/api/MedicationRequest \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {your access token}' \

Sample Response

{
    "resourceType": "Bundle",
    "id": "bb603b50742946c3824cfbd81d4b8d02",
    "meta": {
      "lastUpdated": "2021-09-13T12:50:06.4176255+00:00"
    },
    "type": "searchset",
    "link": [
      {
        "relation": "self",
        "url": "https://fhir.humana.com/sandbox/api/MedicationRequest?_count=3&patient=5a357166754b59777137634248494434654c336d68773d3d"
      }
    ],
    "entry": [
      {
        "fullUrl": "https://fhir.humana.com/sandbox/api/MedicationRequest/f8715744c3c97679c2b0cbcaa22e784f459a3695659943d8d647ec30cdf4ebf2",
        "resource": {
          "resourceType": "MedicationRequest",
          "id": "f8715744c3c97679c2b0cbcaa22e784f459a3695659943d8d647ec30cdf4ebf2",
          "meta": {
            "versionId": "123",
            "lastUpdated": "2021-09-13T08:30:12.704+00:00",
            "source": "https://fhir.humana.com/documentation/glossary/HumanaDataSource",
            "tag": [
              {
                "system": "https://www.hl7.org/fhir/patient.html",
                "code": "Patient/5a357166754b59777137634248494434654c336d68773d3d"
              },
              {
                "system": "https://fhir.humana.com/documentation/glossary/lastRefreshedOn",
                "code": "2021-09-13T08:30:12.048Z"
              }
            ]
          },
          "status": "cancelled",
          "intent": "order",
          "medicationCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/sid/ndc",
                "code": "445888",
                "display": "Computer Practical Fresh Pants Savings Account alarm Movies Producer parsing red Chips Soap"
              }
            ]
          },
          "subject": {
            "reference": "Patient/5a357166754b59777137634248494434654c336d68773d3d"
          },
          "authoredOn": "2019-01-28",
          "requester": {
            "identifier": {
              "system": "http://hl7.org/fhir/sid/us-npi",
              "value": "572297"
            },
            "display": "Grocery Home"
          },
          "dosageInstruction": [
            {
              "text": "bluetooth grey Cambridgeshire Mississippi Refined Rubber Chicken Table Small Frozen Sausages Planner cross-platform access",
              "route": {
                "text": "Oral"
              },
              "doseAndRate": [
                {
                  "doseQuantity": {
                    "value": 5,
                    "unit": "{tbl}"
                  }
                }
              ]
            }
          ]
        },
        "search": {
          "mode": "match"
        }
      }
    ]
  }