Test Sandbox APIs
API Reference
Capability Statement
Condition
The Condition API enables Humana members to exchange a list of their medical conditions as indicated by a clinician 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://sandbox-fhir.humana.com/api/Condition \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {your access token}' \
curl -X GET \
https://fhir.humana.com/api/Condition \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {your access token}' \
Sample Response
{
"resourceType": "Bundle",
"type": "searchset",
"timestamp": "2025-01-15T16:39:36.288+00:00",
"meta": {
"lastUpdated": "2025-01-15T16:39:36.288+00:00",
"versionId": "175be47b-c671-45aa-b3e4-3254e763755b"
},
"entry": [
{
"fullUrl": "https://sandbox-fhir.humana.com/Condition/c8dece92-a323-451d-a25e-feee98627708",
"search": {
"mode": "match"
},
"resource": {
"resourceType": "Condition",
"id": "c8dece92-a323-451d-a25e-feee98627708",
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code": "active",
"display": "Active"
}
]
},
"category": [
{
"coding": [
{
"system": "https://www.hl7.org/fhir/valueset-condition-category.html",
"code": "problem-list-item",
"display": "Problem List Item"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "414923000"
},
{
"system": "http://hl7.org/fhir/sid/icd-10",
"code": "K43.6",
"display": "Ventral hernia with obstruction and without gangrene"
},
{
"system": "http://hl7.org/fhir/sid/icd-9-cm",
"code": "552.20",
"display": "Ventral hernia with obstruction and without gangrene"
}
],
"text": "Ventral hernia with obstruction and without gangrene"
},
"subject": {
"reference": "Patient/5a357166754b59777137634248494434654c336d68773d3d"
},
"onsetDateTime": "2021-07-06",
"meta": {
"versionId": "22d342a7-a4c0-4153-8d8a-c88a90997b6b",
"lastUpdated": "2025-01-13T16:28:26.745+00:00"
}
}
},
{
"fullUrl": "https://sandbox-fhir.humana.com/Condition/4fc3151d-e400-439b-88e5-ad565297bc24",
"search": {
"mode": "match"
},
"resource": {
"resourceType": "Condition",
"id": "4fc3151d-e400-439b-88e5-ad565297bc24",
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code": "active",
"display": "Active"
}
]
},
"category": [
{
"coding": [
{
"system": "https://www.hl7.org/fhir/valueset-condition-category.html",
"code": "problem-list-item",
"display": "Problem List Item"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "323021000119103"
},
{
"system": "http://hl7.org/fhir/sid/icd-10",
"code": "M70.62",
"display": "Trochanteric bursitis of left hip"
},
{
"system": "http://hl7.org/fhir/sid/icd-9-cm",
"code": "726.5",
"display": "Trochanteric bursitis of left hip"
}
],
"text": "Trochanteric bursitis of left hip"
},
"subject": {
"reference": "Patient/5a357166754b59777137634248494434654c336d68773d3d"
},
"onsetDateTime": "2021-08-18",
"meta": {
"versionId": "9620c2a1-790e-42bf-8f02-b15824edeb0f",
"lastUpdated": "2025-01-13T16:29:09.845+00:00"
}
}
}
],
"total": 2,
"link": [
{
"relation": "self",
"url": "https://sandbox-fhir.humana.com/Condition?patient=5a357166754b59777137634248494434654c336d68773d3d&_total=accurate&_count=10&_skip=0"
}
],
"id": "720e9a5a-8bb3-411a-9ee5-2892fa180447"
}