Using FHIR how do I get a list of available procedures? possibly categorized? e.g. when I call the following I get the procedures that have been done at the practice and not the available ones.
Code: Select all
FHIR GET request https://api.opendental.com/fhir/procedure

Code: Select all
Cosmetic Dentristry ->
* Crown and Bridge
* Dentures
* Teeth Whitening
Orthodontics ->
* Braces
* Wisdom Tooth removal
1. There are no categories or at least no high level ones for the patient.
2. The procedures are too technical for the Patient to do the choosing.
3. No API's
The result is that each implementation will have to come up with a high level Category -> Procedures realization stored in an enveloping database that will later need to be re-conciliated to the Open Dental database, which high level procedure corresponds to what low level procedure(s), price and duration of the procedures, etc it quickly grows hairy as an enveloping database.
Any solutions? suggestions?
Best regards,
Giovanni