Step Action
1 Create a new request for FHIR Questionnaire and save it in your Sandbox collection.
Create a FHIR request
2 Put together your request url in the following manner:
  1. Begin the url with the following general path:
    https://api.openservices.cambio.se/fhir/
  2. Add the specific FIR resource, in our example:
    Questionnaire/_search?
  3. Add the parameters, in our example:
    code=1.2.752.116.2.1.1|371526002,1.2.752.116.2.1.1|448826009
3 Select the tab Headers:
Select the Headers tab
  1. Type in Ocp-Apim-Subscription-Key in the column KEY.
  2. Type in your Primary Key in the column VALUE.
4 Select the tab Authorization:
Select the Authorization headers
  1. Select Inherit auth from parent in the listType.
5 You are now ready to send your request:
  1. Select Save.
    Save
  2. Select Send .
    Send request
Result: If the the request worked as expected, you should receive the result 200 OK, and some actual results about the questionnaire.