Skip Navigation
Home
Browse Measures
Expert Commentaries
Selecting and Using Measures
Compare Measures
Frequently Asked Questions
Submit Measures
About
myNQMC
Visit the U.S. Department of Health and Human Services Measure Inventory.

Create Search

The following rules allow you to create a form to access NQMC's search engine.

  1. The form must use a "GET" method (as opposed to a "POST" method).
  2. The action of the form must be "http://www.qualitymeasures.ahrq.gov/search/results.aspx".
  3. The input "type" is required. The value for type must be "external".
    Example:
    
    	<input type="hidden" id="type" name="type" value="external">
    
    
    Any combination of fields from the Advanced Search page can be used to narrow the search results.
  4. Any value in a list you want to pass as a default for filtering measures must be placed into an input field of type="hidden" with name = the field ID of the field from the list below. Each filter must have its own field (i.e., only one filter per hidden field). The search term input field must have id of "term".

    Example of HTML form with search term only:

    
    	<form action="http://www.qualitymeasures.ahrq.gov/search/results.aspx" method="get" ID="Form1">
    		<input type="hidden" id="type" name="type" value="external" >
    		<input type="text" id="term" name="term">
    		<br>
    		<input type="submit">
    		<br>
    	</form>
    
    

    Example of the HTML form, passing three hidden variables to filter on Current Use and Institute of Medicine Domain along with a user-specified search word:

    
    	<form action="http://www. qualitymeasures.ahrq.gov/search/results.aspx" method="get" ID="Form1">
    		<input type="hidden" id="type" name="type" value="external">
    		<input type="hidden" id="30" name="30" value="32">
    		<input type="hidden" id="30" name="30" value="42">
    		<input type="hidden" id="164" name="164" value="143">
    		<input type="text" id="term" name="term">
    		<br>
    		<input type="submit">
    		<br>
    	</form>
    
    

All possible fields, along with their values, that can be used to search NQMC: