Get a list of conditions

get

/Condition

Retrieves a list of conditions that meet supplied query parameters.

Request

Query Parameters
  • The logical resource ID associated with the resource. This parameter is required if patient or subject is not used.
  • The date range in which the condition was last updated.
    • This parameter may be provided up to two times, and must use the eq, ge, gt, le, or lt prefixes.
    • When a value is provided without a prefix, an implied eq prefix is used.
    • When provided twice, the lower value must have a ge or gt prefix and the higher value must have an le or lt prefix.
    Example: _lastUpdated=gt2014-09-24 or _lastUpdated=gt2014-09-24T12:00:00.000Z
  • The Provenance resource entries to be returned as part of the bundle.
    • May be provided once with the Provenance:target value. Example: _revinclude=Provenance:target
    • May be provided with the _id or patient parameter. Example: _id=82c1c95c-83bb-47d2-86d7-7961aa996082&_revinclude=Provenance:target
    • When provided in a request to the closed endpoint, the OAuth2 token must include the scope corresponding with the authorization type, such as user/Provenance.read, patient/Provenance.read, or system/Provenance.read.
    Example:_revinclude=Provenance:target
  • The category of the condition. Currently, the problem-list-item, encounter-diagnosis, health-concern, and sdoh categories are supported.
    Example: problem-list-item, encounter-diagnosis, health-concern, sdoh
  • The clinical status of the condition.
    Example: active, inactive, resolved
  • The encounter IDs for the patient. Encounter-diagnosis conditions that match the encounter IDs and all problem-list-item conditions of the patient are returned.
    Example: encounter=97733489
  • Who the condition is for. This parameter is required if _id or subject is not used.
    Example: 12345
  • Who the condition is for. This parameter is required if _id or patient is not used.
    Example: Patient/12345
Header Parameters
Back to Top

Response

Supported Media Types

Default Response

This operation supports the following authorization types: Example Request:
GET https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Condition?patient=12724066
Example Response:
{
  "resourceType": "Bundle",
  "id": "9a115304-90d2-47d7-98c4-026f7fe1580e",
  "type": "searchset",
  "total": 2,
  "link": [
    {
      "relation": "self",
      "url": "https://fhir-ehr-code.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Condition?patient=12724066"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Condition/p73077203",
      "resource": {
        "resourceType": "Condition",
        "id": "p73077203",
        "meta": {
          "versionId": "73080185",
          "lastUpdated": "2020-06-11T04:05:04.000Z",
          "security": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
              "code": "PHY",
              "display": "physician requested information sensitivity",
              "userSelected": false
            },
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
              "code": "PRS",
              "display": "patient requested information sensitivity",
              "userSelected": false
            }
          ]
        },
        "text": {
          "status": "extensions",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Condition</b></p><p><b>Patient</b>: SMART, NANCY</p><p><b>Problem</b>: Pregnant, Patient currently pregnant (finding)</p><p><b>Category Classification</b>: Medical</p><p><b>Clinical Status</b>: Resolved</p><p><b>Verification Status</b>: Confirmed</p><p><b>Onset</b>: Jun 12, 2019</p><p><b>Resolved</b>: Apr  4, 2020  5:00 P.M. UTC</p><p><b>Asserted</b>: Apr 10, 2024</p></div>"
        },
        "extension": [
          {
            "valueDateTime": "2024-04-10",
            "url": "http://hl7.org/fhir/StructureDefinition/condition-assertedDate"
          }
        ]
        "clinicalStatus": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
              "code": "resolved",
              "display": "Resolved",
              "userSelected": false
            }
          ],
          "text": "Resolved"
        },
        "verificationStatus": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
              "code": "confirmed",
              "display": "Confirmed",
              "userSelected": false
            }
          ],
          "text": "Confirmed"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/condition-category",
                "code": "problem-list-item",
                "display": "Problem List Item"
              }
            ],
            "text": "Problem List Item"
          },
          {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "74188005",
                "display": "Medical (qualifier value)",
                "userSelected": false
              }
            ],
            "text": "Medical"
          }
        ],
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "77386006",
              "display": "Patient currently pregnant (finding)",
              "userSelected": true
            }
          ],
          "text": "Pregnant"
        },
        "subject": {
          "reference": "Patient/12724066",
          "display": "SMART, NANCY"
        },
        "onsetDateTime": "2019-06-12",
        "abatementDateTime": "2020-04-04T17:00:00.000Z",
        "recordedDate": "2020-03-05T16:54:50.000Z",
        "recorder": {
          "reference": "Practitioner/683925",
          "display": "Cerner Test, Women's Health - Nurse Cerner"
        }
      }
    },
    {
      "fullUrl": "https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Condition/d2572382197",
      "resource": {
        "resourceType": "Condition",
        "id": "d2572382197",
        "meta": {
          "versionId": "2572382197",
          "lastUpdated": "2020-06-11T04:03:21.000Z",
          "security": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
              "code": "PHY",
              "display": "physician requested information sensitivity",
              "userSelected": false
            },
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
              "code": "PRS",
              "display": "patient requested information sensitivity",
              "userSelected": false
            }
          ]
        },
        "text": {
          "status": "extensions",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Condition</b></p><p><b>Patient</b>: SMART, NANCY</p><p><b>Diagnosis</b>: Anemia, Anemia (disorder)</p><p><b>Diagnosis Type</b>: Discharge</p><p><b>Category Classification</b>: Medical</p><p><b>Clinical Status</b>: Active</p><p><b>Verification Status</b>: Confirmed</p><p><b>Onset</b>: Jun 10, 2020  5:00 P.M. UTC</p><p><b>Asserted</b>: Mar 28, 2024</p></div>"
        },
        "extension": [
          {
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "89100005",
                  "display": "Final diagnosis (discharge) (contextual qualifier) (qualifier value)",
                  "userSelected": false
                }
              ],
              "text": "Discharge"
            },
            "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/diagnosis-type"
          },
          {
            "valueDateTime": "2024-03-28",
            "url": "http://hl7.org/fhir/StructureDefinition/condition-assertedDate"
          }
        ],
        "clinicalStatus": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
              "code": "active",
              "display": "Active"
            }
          ],
          "text": "Active"
        },
        "verificationStatus": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
              "code": "confirmed",
              "display": "Confirmed",
              "userSelected": false
            }
          ],
          "text": "Confirmed"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/condition-category",
                "code": "encounter-diagnosis",
                "display": "Encounter Diagnosis"
              }
            ],
            "text": "Encounter Diagnosis"
          },
          {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "74188005",
                "display": "Medical (qualifier value)",
                "userSelected": false
              }
            ],
            "text": "Medical"
          }
        ],
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "271737000",
              "display": "Anemia (disorder)",
              "userSelected": true
            },
            {
              "system": "http://hl7.org/fhir/sid/icd-10-cm",
              "code": "D64.9",
              "display": "Anemia, unspecified",
              "userSelected": false
            }
          ],
          "text": "Anemia"
        },
        "subject": {
          "reference": "Patient/12724066",
          "display": "SMART, NANCY"
        },
        "encounter": {
          "reference": "Encounter/97953477"
        },
        "onsetDateTime": "2020-06-10T17:00:00.000Z",
        "recordedDate": "2020-06-11T04:03:21.000Z",
        "recorder": {
          "reference": "Practitioner/4122630",
          "display": "Cerner Test, Physician - Women's Health Cerner"
        }
      }
    },
    {
      "fullUrl": "https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Condition/bed1c2ec-1f33-4097-8296-f6aa01824387",
      "resource": {
        "resourceType": "Condition",
        "id": "bed1c2ec-1f33-4097-8296-f6aa01824387",
        "meta": {
          "versionId": "bed1c2ec-1f33-4097-8296-f6aa01824387",
          "lastUpdated": "2020-10-20T20:46:41.000Z",
          "security": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
              "code": "PHY",
              "display": "physician requested information sensitivity",
              "userSelected": false
            },
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
              "code": "PRS",
              "display": "patient requested information sensitivity",
              "userSelected": false
            }
          ]
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Condition</b></p><p><b>Health Concern</b>: description, description</p><p><b>Clinical Status</b>: Active</p><p><b>Verification Status</b>: Confirmed</p><p><b>Onset</b>: Sep 20, 2020</p><p><b>Recorder</b>: DEXLast2020-10-20T20:46:41.123Z_11, DEXFirst2020-10-20T20:46:41.122Z_48</p><p><b>Recorded Date</b>: Oct 13, 2020  3:46 P.M. CDT</p></div>"
        },
        "clinicalStatus": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
              "code": "active",
              "display": "Active"
            }
          ],
          "text": "Active"
        },
        "verificationStatus": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
              "code": "confirmed",
              "display": "Confirmed"
            }
          ],
          "text": "Confirmed"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://hl7.org/fhir/us/core/CodeSystem/condition-category",
                "code": "health-concern",
                "display": "Health Concern"
              }
            ],
            "text": "Health Concern"
          }
        ],
        "code": {
          "text": "description"
        },
        "subject": {
          "reference": "Patient/9279171"
        },
        "onsetDateTime": "2020-09-20",
        "recordedDate": "2020-10-13T20:46:40.000Z",
        "recorder": {
          "reference": "Practitioner/9279172",
          "display": "DEXLast2020-10-20T20:46:41.123Z_11, DEXFirst2020-10-20T20:46:41.122Z_48"
        },
        "note": [
          {
            "time": "2020-10-20T20:46:41.000Z",
            "text": "comments"
          }
        ]
      }
    }
  ]
}
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the X-Request-Id, if present.
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the opc-Request-Id, if present.

x-revinclude Response

This operation supports the following authorization types: Example Request:
GET https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Condition?_id=00a5d6eb-c567-42f7-be07-53804cece075&_revinclude=Provenance:target
Example Response:
{
  "resourceType": "Bundle",
  "id": "27541846-3943-4168-8ccf-fc5dff9cdac3",
  "type": "searchset",
  "link": [
    {
      "relation": "self",
      "url": "https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Condition?_id=00a5d6eb-c567-42f7-be07-53804cece075&_revinclude=Provenance%3Atarget"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Condition/00a5d6eb-c567-42f7-be07-53804cece075",
      "resource": {
        "resourceType": "Condition",
        "id": "00a5d6eb-c567-42f7-be07-53804cece075",
        "meta": {
          "versionId": "00a5d6eb-c567-42f7-be07-53804cece075",
          "lastUpdated": "2020-07-06T19:36:23.000Z",
          "security": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
              "code": "PHY",
              "display": "physician requested information sensitivity",
              "userSelected": false
            },
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
              "code": "PRS",
              "display": "patient requested information sensitivity",
              "userSelected": false
            }
          ]
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Condition</b></p><p><b>Patient</b>: SMART, NANCYU</p><p><b>Health Concern</b>: Afraid my community will not be as close with COVID19.</p><p><b>Clinical Status</b>: Active</p><p><b>Verification Status</b>: Confirmed</p><p><b>Onset</b>: Jul  6, 2020</p><p><b>Recorder</b>: Spence, Stephen</p><p><b>Recorded Date</b>: Jul  6, 2020  7:36 P.M. UTC</p><p><b>Asserter</b>: SMART, NANCYU</p></div>"
        },
        "clinicalStatus": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
              "code": "active",
              "display": "Active"
            }
          ],
          "text": "Active"
        },
        "verificationStatus": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
              "code": "confirmed",
              "display": "Confirmed"
            }
          ],
          "text": "Confirmed"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://hl7.org/fhir/us/core/CodeSystem/condition-category",
                "code": "health-concern",
                "display": "Health Concern"
              }
            ],
            "text": "Health Concern"
          }
        ],
        "code": {
          "text": "Afraid my community will not be as close with COVID19."
        },
        "subject": {
          "reference": "Patient/12724066",
          "display": "SMART, NANCYU"
        },
        "onsetDateTime": "2020-07-06",
        "recordedDate": "2020-07-06T19:36:23.000Z",
        "recorder": {
          "reference": "Practitioner/12724064",
          "display": "Spence, Stephen"
        },
        "asserter": {
          "reference": "Patient/12724066",
          "display": "SMART, NANCYU"
        },
        "note": [
          {
            "time": "2020-07-06T19:36:23.000Z",
            "text": "Concerns with impact of COVID19 on community."
          }
        ]
      },
      "search": {
        "mode": "match"
      }
    },
    {
      "fullUrl": "https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Provenance/INT.hcncrn-00a5d6eb-c567-42f7-be07-53804cece075",
      "resource": {
        "resourceType": "Provenance",
        "id": "INT.hcncrn-00a5d6eb-c567-42f7-be07-53804cece075",
        "meta": {
          "versionId": "00a5d6eb-c567-42f7-be07-53804cece075",
          "lastUpdated": "2020-07-06T19:36:23Z"
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Provenance</b></p><p><b>Target</b>:</p><ul><li>Condition/00a5d6eb-c567-42f7-be07-53804cece075</li></ul><p><b>RecordedSpence, Open Platform IA, Stephen</b>: Jul  6, 2020  7:36 P.M. UTC</p><p><b>Agents</b>:</p><dl><dt></dt><dd><b>Agent Type</b>: Author</dd><dd><b>Agent Role</b>: Source</dd></dl></div>"
        },
        "target": [
          {
            "reference": "Condition/00a5d6eb-c567-42f7-be07-53804cece075"
          }
        ],
        "recorded": "2020-07-06T19:36:23Z",
        "agent": [
          {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                  "code": "author"
                }
              ],
              "text": "Author"
            },
            "role": [
              {
                "coding": [
                  {
                    "system": "http://terminology.hl7.org/CodeSystem/contractsignertypecodes",
                    "code": "SOURCE"
                  }
                ],
                "text": "Source"
              }
            ],
            "who": {
              "reference": "Practitioner/12724064",
              "display": "Spence, Open Platform IA, Stephen"
            }
          }
        ]
      },
      "search": {
        "mode": "include"
      }
    }
  ]
}
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the X-Request-Id, if present.
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the opc-Request-Id, if present.

x-with-nil-clinicalStatus Response

This operation supports the following authorization types: Example Request:
GET https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Condition?patient=12724066
Example Response:
{
    "resourceType": "Bundle",
    "id": "a57fbe63-e5ad-4624-b45b-59e969e4a201",
    "type": "searchset",
    "link": [
        {
            "relation": "self",
            "url": "https://fhir-ehr-code.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Condition?patient=12724066"
        }
    ],
    "entry": [
        {
            "fullUrl": "https://fhir-ehr-code.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Condition/p73077203",
            "resource": {
                "resourceType": "Condition",
                "id": "p73077203",
                "meta": {
                    "versionId": "15031111",
                    "lastUpdated": "2024-04-30T06:50:34.000Z"
                },
                "text": {
                    "status": "extensions",
                    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Condition</b></p><p><b>Patient</b>: rad</p><p><b>Problem</b>: Legionnaires&#39; disease, Legionnaires&#39; disease</p><p><b>Category Classification</b>: medical</p><p><b>Clinical Status</b>: Active</p><p><b>Verification Status</b>: Confirmed</p><p><b>Asserted</b>: Apr 30, 2024</p></div>"
                },
                "extension": [
                    {
                        "valueDateTime": "2024-04-30",
                        "url": "http://hl7.org/fhir/StructureDefinition/condition-assertedDate"
                    }
                ],
                "clinicalStatus": {
                    "coding": [
                        {
                            "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
                            "code": "active",
                            "display": "Active",
                            "userSelected": false
                        }
                    ],
                    "text": "Active"
                },
                "verificationStatus": {
                    "coding": [
                        {
                            "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
                            "code": "confirmed",
                            "display": "Confirmed",
                            "userSelected": false
                        }
                    ],
                    "text": "Confirmed"
                },
                "category": [
                    {
                        "coding": [
                            {
                                "system": "http://terminology.hl7.org/CodeSystem/condition-category",
                                "code": "problem-list-item",
                                "display": "Problem List Item"
                            }
                        ],
                        "text": "Problem List Item"
                    },
                    {
                        "text": "medical"
                    }
                ],
                "code": {
                    "coding": [
                        {
                            "system": "http://hl7.org/fhir/sid/icd-10-cm",
                            "code": "A48.1",
                            "display": "Legionnaires' disease",
                            "userSelected": true
                        }
                    ],
                    "text": "Legionnaires' disease"
                },
                "subject": {
                    "reference": "Patient/12724066",
                    "display": "rad"
                },
                "encounter": {
                    "reference": "Encounter/19594247"
                },
                "recordedDate": "2024-04-30T06:44:36.000Z",
                "recorder": {
                    "reference": "Practitioner/593923",
                    "display": "PCOUser, Abstractor Cerner"
                }
            },
            "search": {
                "mode": "match"
            }
        },
        {
            "fullUrl": "urn:uuid:dacf522f-8893-43f9-9633-989227c2b79f",
            "resource": {
                "resourceType": "OperationOutcome",
                "issue": [
                    {
                        "severity": "warning",
                        "code": "suppressed",
                        "diagnostics": "Other search results were found but could not be compliantly expressed and hence have been suppressed"
                    }
                ]
            },
            "search": {
                "mode": "outcome"
            }
        }
    ]
}
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the X-Request-Id, if present.
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the opc-Request-Id, if present.
Back to Top