Skip to content

Commit

Permalink
Merge branch 'release-0122' of https://github.com/inferno-framework/c…
Browse files Browse the repository at this point in the history
  • Loading branch information
vanessuniq committed Dec 9, 2024
2 parents e53f0f6 + 021c623 commit a488f44
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions config/presets/C4BB Client Search Tests.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"method": "GET",
"header": [],
"url": {
"raw": "{{url_prefix}}/Patient?birthdate=1986-01-01&family=Example1&gender=male&given=Johnny&identifier=1234-234-1243-12345678901&name=Johnny",
"raw": "{{url_prefix}}/Patient?birthdate=1986-01-01&family=Smith&gender=male&given=Johnny&identifier=1234-234-1243-12345678901&name=Johnny",
"host": [
"{{url_prefix}}"
],
Expand All @@ -76,7 +76,7 @@
},
{
"key": "family",
"value": "Example1"
"value": "Smith"
},
{
"key": "gender",
Expand All @@ -93,6 +93,11 @@
{
"key": "name",
"value": "Johnny"
},
{
"key": "address",
"value": "Pittsburgh",
"disabled": true
}
]
}
Expand Down Expand Up @@ -443,6 +448,12 @@
"key": "url_prefix",
"value": "https://inferno.healthit.gov/suites/custom/c4bb_v200_client/fhir",
"type": "string"
},
{
"key": "url_prefix",
"value": "http://localhost:4567/custom/c4bb_v200_client/fhir",
"type": "string",
"disabled": true
}
]
}

0 comments on commit a488f44

Please sign in to comment.