PV API Service

<back to all web services

DiagnosisVerifyRequest

The following routes are available for this service:
GET, OPTIONS/Diagnosis/{CodeSystemName}/{Code}
GET, OPTIONS/Diagnosis/{CodeSystemName}/{Code}/{SvcDate}/{Environment}

To override the Content-type in your clients HTTP Accept Header, append ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/DiagnosisVerifyRequest HTTP/1.1 
Host: api.practicevelocity.com 
Content-Type: application/xml
Content-Length: length

<DiagnosisVerifyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PV.Data.DataModel.DiagnosisSearch">
  <Code>String</Code>
  <CodeSystemName>String</CodeSystemName>
  <Environment>String</Environment>
  <SvcDate>String</SvcDate>
</DiagnosisVerifyRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<DiagnosisVerifyResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PV.Data.DataModel.DiagnosisSearch">
  <Code>
    <Code>String</Code>
    <CodeSystemName>String</CodeSystemName>
    <Description>String</Description>
    <IsChargeable>false</IsChargeable>
  </Code>
  <IsValid>false</IsValid>
</DiagnosisVerifyResult>