ICD10

Represents a specific ICD-10 code used for identifying a specific diagnosis.

Endpoint

https://platform.wellviasolutions.com/clinical/v1/icd10

The ICD10 Object

Attributes


code string : required

The ICD-10 code. For more information visit the CMS website.


description string : required

The description of the ICD-10 code.


Example


{
	"code": "J06.9",
	"description": "Acute upper respiratory infection, unspecified"
}