Get a condition by ID

get

/Condition/{id}

Note: The FHIR API endpoints described below are currently pending production deployment for electronic health record (EHR) environments. Developers are welcome and encouraged to develop against the specifications in anticipation of production availability, which will be announced at a later date.

Retrieves an individual condition by the associated ID.

Request

Path Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

Successful retrieve response.
Body ()
Root Schema : Condition
Type: object
Show Source
Nested Schema : category
Type: array

A category assigned to the condition.

In addition to other categories, the following categories are returned:

  • For encounter diagnoses, encounter-diagnosis is returned.
  • For problems and health concerns, problem-list-item or health-concern is returned.
Show Source
Nested Schema : clinicalStatus
The clinical status of the condition.
Match All
The clinical status of the condition.
Show Source
Nested Schema : code
(USCDI) The identification of the condition, problem, or diagnosis.
Match All
(USCDI) The identification of the condition, problem, or diagnosis.
Show Source
Nested Schema : encounter
(USCDI) The encounter during which this condition was created or to which the creation of this record is tightly associated.
Match All
(USCDI) The encounter during which this condition was created or to which the creation of this record is tightly associated.
Show Source
Nested Schema : identifier
Type: array
The external IDs for this condition.
Show Source
Nested Schema : subject
(USCDI) The individual who has the condition.
Match All
(USCDI) The individual who has the condition.
Show Source
Nested Schema : verificationStatus
The verification status to support the clinical status of the condition.
Match All
The verification status to support the clinical status of the condition.
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : coding
Type: array
Show Source
Nested Schema : Coding
Type: object
Show Source
Nested Schema : Reference
Type: object
Show Source
Nested Schema : Identifier
Type: object
Show Source

Default Response

An OperationOutcome describing any error that occurred.
Body ()
Root Schema : OperationOutcome
Type: object
Show Source
Nested Schema : issue
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top