GET api/ClinicalNew?practiceId={practiceId}&formularyType={formularyType}&nappiCode={nappiCode}&schemeCode={schemeCode}&planCode={planCode}&optionCode={optionCode}
Retrieve formulary information for medicines where we have formulary data stored, for display to the doctor.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
practiceId |
Id for the provider |
globally unique identifier |
Required |
formularyType |
Acute = 0, Chronic = 1 |
Com.Healthbridge.Hhas.Billing.Impl.Utils.FormularyType |
Required |
nappiCode |
Short NAPPI code (6/7 digit) |
string |
Required |
schemeCode | string |
Required |
|
planCode | string |
Required |
|
optionCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Formulary description pertaining to provided inputs in HTML format. Optionally returns null when no results found.
Com.Healthbridge.Hhas.Billing.Impl.Utils.FormularyInfoName | Description | Type | Additional information |
---|---|---|---|
html | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "html": "sample string 1" }
application/xml, text/xml
Sample:
<FormularyInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Com.Healthbridge.Hhas.Billing.Impl.Utils"> <Html>sample string 1</Html> </FormularyInfo>