Test Sandbox APIs
API Reference
Capability Statement
Immunization
The Immunization API enables Humana members to exchange a list of their previous immunizations and vaccines 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/Immunization \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {your access token}' \
curl -X GET \
https://fhir.humana.com/api/Immunization \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {your access token}' \
Sample Response
{
"resourceType": "Bundle",
"id": "78fe3c02cc344b63ae6f1851a66a8fa4",
"meta": {
"lastUpdated": "2021-09-13T12:50:01.1423958+00:00"
},
"type": "searchset",
"link": [
{
"relation": "self",
"url": "https://fhir.humana.com/sandbox/api/Immunization?_count=3&patient=5a357166754b59777137634248494434654c336d68773d3d"
}
],
"entry": [
{
"fullUrl": "https://fhir.humana.com/sandbox/api/Immunization/0fb58fa9c736f95b78dfd2484cd690e31ace54b80325e53637743a4c6c9bb5ee",
"resource": {
"resourceType": "Immunization",
"id": "0fb58fa9c736f95b78dfd2484cd690e31ace54b80325e53637743a4c6c9bb5ee",
"meta": {
"versionId": "30",
"lastUpdated": "2021-06-27T08:30:11.951+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-06-27T08:30:11.462Z"
}
]
},
"identifier": [
{
"system": "https://fhir.humana.com/documentation/glossary/claim_id",
"value": "230970"
}
],
"status": "entered-in-error",
"vaccineCode": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/ndc",
"code": "156078",
"display": "Small Trace seamless Metal deposit Tasty Metal Bacon Implementation Electronics Officer Money Market Account"
},
{
"system": "http://hl7.org/fhir/sid/ndc",
"code": "524803",
"display": "Grocery Home Namibia enable Gorgeous Frozen Pants Multi-channelled Licensed Savings Account syndicate Planner"
}
]
},
"patient": {
"reference": "Patient/5a357166754b59777137634248494434654c336d68773d3d"
},
"occurrenceDateTime": "2020-10-31",
"primarySource": true,
"note": [
{
"text": "This resource has been sourced from providers and lab companies with whom Humana has electronic medical records integration."
}
]
},
"search": {
"mode": "match"
}
}
]
}