|
|||
Da Vinci 3-4 Coverage Requirement Discovery and Medication Reconciliation ProfileThe profile contains a set of routes that implement two major processes:
Coverage Requirements Discovery ProcessExternal Request Processing RouteThe route does the following:
Da Vinci 3 CRD emulation RouteThis route emulates a Coverage Requirement Discovery (CRD) web service. The service receives a GET request with a medication code passed as a query parameter, and returns a JSON-formatted response that contains the medication description, costs, and other requirements. ![]() { "costs": [ { "amount": "$50.00", "timing": "monthly", "cost": "Oxygen Tank" }, { "amount": "$100.00", "timing": "monthly", "cost": "Services" } ], "url": "https:\/\/testHost/OxygenTherapyOrder.pdf", "description": "Portable liquid oxygen system, rental: home liquefier used to fill portable liquid oxygen containers, includes portable containers, regulator, flowmeter, humidifier, cannula or mask and tubing, with or without supply reservoir and contents gauge", "requirements": [ "Diagnoses requiring supplemental oxygen", "Arterial oxygen partial pressure (PO2) level is below the normal level of 55 mm Hg", "O2 saturation level is below the normal level of 80%", "Documentation alternative therapies were tried and not completely effective", "Patient is mobile if portable O2 supplies are ordered", "Patient is exhibiting symptoms associated with oxygen deprivation \u2013 impairment of cognitive processes and restlessness" ], "crd": "E0433" } Medication Reconciliation ProcessMedication Reconciliation Data Requirements RouteThe route represents a service that requests the Payer to return a list of currently supported FHIR resources. The route does the following:
Da Vinci 4 Reconciliation Emulation RouteThe route returns a list of FHIR resources currently supported by the Payer's FHIR server. ![]() ["MeasureReport", "Patient", "Encounter", "Location", "Task", "Organization", "Practitioner", "Condition", "Coverage", "Observation"] Medication Reconciliation Submit Data RouteThis route receives a POST request with information on the medication and treatment prescribed by the Provider for the patient. The route does the following:
|