davinci_crd_test_kit 0.9.1 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/config/presets/inferno_crd_client_suite.json.erb +110 -0
- data/config/presets/inferno_crd_server_suite.json.erb +173 -0
- data/config/presets/ri_crd_request_generator.json.erb +74 -0
- data/config/presets/ri_crd_server.json.erb +116 -0
- data/lib/davinci_crd_test_kit/crd_client_suite.rb +0 -3
- data/lib/davinci_crd_test_kit/crd_server_suite.rb +11 -9
- data/lib/davinci_crd_test_kit/igs/.keep +0 -0
- data/lib/davinci_crd_test_kit/igs/davinci-crd-2.0.1.tgz +0 -0
- data/lib/davinci_crd_test_kit/metadata.rb +75 -0
- data/lib/davinci_crd_test_kit/server_appointment_book_group.rb +4 -3
- data/lib/davinci_crd_test_kit/server_demonstrate_hook_response_group.rb +77 -0
- data/lib/davinci_crd_test_kit/server_encounter_discharge_group.rb +4 -3
- data/lib/davinci_crd_test_kit/server_encounter_start_group.rb +4 -3
- data/lib/davinci_crd_test_kit/server_hook_helper.rb +43 -0
- data/lib/davinci_crd_test_kit/server_order_dispatch_group.rb +4 -3
- data/lib/davinci_crd_test_kit/server_order_select_group.rb +4 -3
- data/lib/davinci_crd_test_kit/server_order_sign_group.rb +4 -3
- data/lib/davinci_crd_test_kit/server_tests/additional_orders_validation_test.rb +4 -6
- data/lib/davinci_crd_test_kit/server_tests/coverage_information_system_action_received_test.rb +6 -7
- data/lib/davinci_crd_test_kit/server_tests/coverage_information_system_action_validation_test.rb +0 -4
- data/lib/davinci_crd_test_kit/server_tests/create_or_update_coverage_info_response_validation_test.rb +3 -5
- data/lib/davinci_crd_test_kit/server_tests/discovery_endpoint_test.rb +1 -1
- data/lib/davinci_crd_test_kit/server_tests/external_reference_card_validation_test.rb +4 -5
- data/lib/davinci_crd_test_kit/server_tests/form_completion_response_validation_test.rb +3 -5
- data/lib/davinci_crd_test_kit/server_tests/instructions_card_received_test.rb +3 -5
- data/lib/davinci_crd_test_kit/server_tests/launch_smart_app_card_validation_test.rb +4 -5
- data/lib/davinci_crd_test_kit/server_tests/propose_alternate_request_card_validation_test.rb +3 -5
- data/lib/davinci_crd_test_kit/server_tests/service_call_test.rb +23 -8
- data/lib/davinci_crd_test_kit/server_tests/service_request_context_validation_test.rb +4 -6
- data/lib/davinci_crd_test_kit/server_tests/service_request_optional_fields_validation_test.rb +4 -6
- data/lib/davinci_crd_test_kit/server_tests/service_request_required_fields_validation_test.rb +7 -7
- data/lib/davinci_crd_test_kit/server_tests/service_response_validation_test.rb +7 -8
- data/lib/davinci_crd_test_kit/tags.rb +2 -0
- data/lib/davinci_crd_test_kit/version.rb +2 -1
- data/lib/davinci_crd_test_kit.rb +1 -0
- metadata +20 -10
@@ -0,0 +1,116 @@
|
|
1
|
+
{
|
2
|
+
"title": "CRD Server RI",
|
3
|
+
"id": "crd-server-ri",
|
4
|
+
"test_suite_id": "crd_server",
|
5
|
+
"inputs": [
|
6
|
+
{
|
7
|
+
"name": "base_url",
|
8
|
+
"title": "CRD server base URL",
|
9
|
+
"type": "text",
|
10
|
+
"value": "<%= ENV.fetch('RI_CRD_SERVER_URI', 'https://crd.davinci.hl7.org') %>/r4"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"name": "authentication_required",
|
14
|
+
"default": "no",
|
15
|
+
"options": {
|
16
|
+
"list_options": [
|
17
|
+
{
|
18
|
+
"label": "No",
|
19
|
+
"value": "no"
|
20
|
+
},
|
21
|
+
{
|
22
|
+
"label": "Yes",
|
23
|
+
"value": "yes"
|
24
|
+
}
|
25
|
+
]
|
26
|
+
},
|
27
|
+
"title": "Discovery endpoint requires authentication?",
|
28
|
+
"type": "radio",
|
29
|
+
"value": "no"
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"name": "encryption_method",
|
33
|
+
"default": "ES384",
|
34
|
+
"description": "CDS Hooks recommends ES384 and RS384 for JWT signature verification. Select which method to use.",
|
35
|
+
"options": {
|
36
|
+
"list_options": [
|
37
|
+
{
|
38
|
+
"label": "ES384",
|
39
|
+
"value": "ES384"
|
40
|
+
},
|
41
|
+
{
|
42
|
+
"label": "RS384",
|
43
|
+
"value": "RS384"
|
44
|
+
}
|
45
|
+
]
|
46
|
+
},
|
47
|
+
"title": "JWT Signing Algorithm",
|
48
|
+
"type": "radio",
|
49
|
+
"value": "ES384"
|
50
|
+
},
|
51
|
+
{
|
52
|
+
"name": "jwks_kid",
|
53
|
+
"description": "The key ID of the JWKS private key to use for signing the JWTs when invoking a CDS service endpoint requiring authentication. Defaults to the first JWK in the list if no kid is supplied.",
|
54
|
+
"optional": true,
|
55
|
+
"title": "CDS Services JWKS kid",
|
56
|
+
"type": "text",
|
57
|
+
"value": ""
|
58
|
+
},
|
59
|
+
{
|
60
|
+
"name": "any_hook_request_body",
|
61
|
+
"description": "Provide a single JSON request body to submit for the hook invocation. The type of hook invoked will be inferred based on the `hook` element in the request.",
|
62
|
+
"optional": true,
|
63
|
+
"title": "Request body to use for the \"Demonstrate a Hook Response\" test",
|
64
|
+
"type": "textarea",
|
65
|
+
"value": "{\n \"hookInstance\": \"d1577c69-dfbe-44ad-ba6d-3e05e953b2ea\",\n \"fhirServer\": \"https://inferno-qa.healthit.gov/reference-server/r4\",\n \"hook\": \"appointment-book\",\n \"fhirAuthorization\": {\n \"access_token\": \"SAMPLE_TOKEN\",\n \"token_type\": \"Bearer\",\n \"expires_in\": 300,\n \"scope\": \"user/Patient.read user/Observation.read\",\n \"subject\": \"cds-service\"\n },\n \"context\": {\n \"userId\": \"Practitioner/pra1255\",\n \"patientId\": \"pat014\",\n \"encounterId\": \"enc-pat014-cold\",\n \"appointments\": {\n \"resourceType\": \"Bundle\",\n \"id\": \"2a020b2f-1577-4ccb-8ee8-1dc09060f727\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-10T03:55:33.823+00:00\"\n },\n \"type\": \"searchset\",\n \"total\": 2,\n \"link\": [\n {\n \"relation\": \"self\",\n \"url\": \"https://inferno-qa.healthit.gov/reference-server/r4/Appointment?patient=pat014\"\n }\n ],\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Appointment/125\",\n \"resource\": {\n \"resourceType\": \"Appointment\",\n \"id\": \"125\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-05-10T03:52:09.983+00:00\",\n \"source\": \"#KIaKP1Pfw7EVpLjl\"\n },\n \"status\": \"proposed\",\n \"serviceType\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/service-type\",\n \"code\": \"183\",\n \"display\": \"Sleep Medicine\"\n }\n ]\n }\n ],\n \"appointmentType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0276\",\n \"code\": \"FOLLOWUP\",\n \"display\": \"A follow up visit from a previous appointment\"\n }\n ]\n },\n \"description\": \"CPAP adjustments\",\n \"start\": \"2019-08-10T09:00:00Z\",\n \"end\": \"2019-08-10T11:00:00Z\",\n \"created\": \"2019-08-01\",\n \"participant\": [\n {\n \"actor\": {\n \"reference\": \"Patient/pat014\",\n \"display\": \"Peter James Chalmers\"\n },\n \"required\": \"required\",\n \"status\": \"tentative\"\n },\n {\n \"actor\": {\n \"reference\": \"Practitioner/pra1255\",\n \"display\": \"Dr Adam Careful\"\n },\n \"required\": \"required\",\n \"status\": \"accepted\"\n }\n ],\n \"requestedPeriod\": [\n {\n \"start\": \"2020-05-23\",\n \"end\": \"2020-05-23\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Appointment/126\",\n \"resource\": {\n \"resourceType\": \"Appointment\",\n \"id\": \"126\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-05-10T03:55:17.405+00:00\",\n \"source\": \"#RTJWuip7OTKyTjG7\"\n },\n \"status\": \"proposed\",\n \"appointmentType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0276\",\n \"code\": \"CHECKUP\",\n \"display\": \"A routine check-up, such as an annual physical\"\n }\n ]\n },\n \"description\": \"Regular physical\",\n \"start\": \"2020-08-01T11:00:00Z\",\n \"end\": \"2020-08-01T13:00:00Z\",\n \"created\": \"2019-08-01\",\n \"participant\": [\n {\n \"actor\": {\n \"reference\": \"Patient/pat014\",\n \"display\": \"Peter James Chalmers\"\n },\n \"required\": \"required\",\n \"status\": \"tentative\"\n },\n {\n \"actor\": {\n \"reference\": \"Practitioner/pra1255\",\n \"display\": \"Dr Adam Careful\"\n },\n \"required\": \"required\",\n \"status\": \"accepted\"\n }\n ],\n \"requestedPeriod\": [\n {\n \"start\": \"2021-05-23\",\n \"end\": \"2021-05-23\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ]\n }\n },\n \"prefetch\": {\n \"encounterBundle\": {\n \"resourceType\": \"Bundle\",\n \"id\": \"def4ab7c-3ce3-441a-bed6-49267d0f787a\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-10T03:57:58.842+00:00\"\n },\n \"type\": \"searchset\",\n \"total\": 1,\n \"link\": [\n {\n \"relation\": \"self\",\n \"url\": \"https://inferno-qa.healthit.gov/reference-server/r4/Encounter?_id=enc-pat014-cold&_include=Encounter%3Apatient&_include=Encounter%3Aservice-provider&_include=Encounter%3Apractitioner&_include=Encounter%3Alocation\"\n }\n ],\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Encounter/enc-pat014-cold\",\n \"resource\": {\n \"resourceType\": \"Encounter\",\n \"id\": \"enc-pat014-cold\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.726+00:00\",\n \"source\": \"#2Co42uqYJxUtNNmA\"\n },\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185345009\",\n \"display\": \"Encounter for symptom\"\n }\n ]\n }\n ],\n \"priority\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103391001\",\n \"display\": \"Urgent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/pat014\",\n \"display\": \"Teddy\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"reference\": \"Practitioner/pra-sstrange\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2020-02-14T10:40:10+01:00\",\n \"end\": \"2020-02-14T12:40:10+01:00\"\n },\n \"length\": {\n \"value\": 56,\n \"unit\": \"minutes\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"min\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"82272006\",\n \"display\": \"Common cold (disorder)\"\n }\n ]\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/cond014b\",\n \"display\": \"The patient is treated for heartburn\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"AD\",\n \"display\": \"Admission diagnosis\"\n }\n ]\n },\n \"rank\": 2\n },\n {\n \"condition\": {\n \"reference\": \"Condition/cond014b\",\n \"display\": \"The patient is treated for heartburn\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"CC\",\n \"display\": \"Chief complaint\"\n }\n ]\n },\n \"rank\": 1\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Patient/pat014\",\n \"resource\": {\n \"resourceType\": \"Patient\",\n \"id\": \"pat014\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.662+00:00\",\n \"source\": \"#4RE6S8FR2Y44APk0\"\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><div class=\\\"hapiHeaderText\\\">Theodor Alan Roosevelt <b>ROOSEVELT </b></div><table class=\\\"hapiPropertyTable\\\"><tbody><tr><td>Identifier</td><td>0M846129001NF</td></tr><tr><td>Address</td><td><span>7525 Colshire Dr </span><br/><span>McLean </span><span>VA </span></td></tr><tr><td>Date of birth</td><td><span>04 July 1946</span></td></tr></tbody></table></div>\"\n },\n \"identifier\": [\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"MR\"\n }\n ],\n \"text\": \"Medical Record Number\"\n },\n \"system\": \"http://hl7.org/fhir/sid/us-medicare\",\n \"value\": \"0M846129001NF\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Roosevelt\",\n \"given\": [\n \"Theodor\",\n \"Alan\",\n \"Roosevelt\"\n ]\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"1946-07-04\",\n \"address\": [\n {\n \"use\": \"home\",\n \"type\": \"both\",\n \"line\": [\n \"7525 Colshire Dr\"\n ],\n \"city\": \"McLean\",\n \"state\": \"VA\",\n \"postalCode\": \"22102\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Practitioner/pra-sstrange\",\n \"resource\": {\n \"resourceType\": \"Practitioner\",\n \"id\": \"pra-sstrange\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:33.939+00:00\",\n \"source\": \"#zUqXWSo8DhSDB3un\"\n },\n \"identifier\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/us-npi\",\n \"value\": \"1122334466\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Strange\",\n \"given\": [\n \"Stephen\"\n ],\n \"prefix\": [\n \"Dr.\"\n ]\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n }\n ]\n },\n \"patient\": {\n \"resourceType\": \"Patient\",\n \"id\": \"pat014\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.662+00:00\",\n \"source\": \"#4RE6S8FR2Y44APk0\"\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><div class=\\\"hapiHeaderText\\\">Theodor Alan Roosevelt <b>ROOSEVELT </b></div><table class=\\\"hapiPropertyTable\\\"><tbody><tr><td>Identifier</td><td>0M846129001NF</td></tr><tr><td>Address</td><td><span>7525 Colshire Dr </span><br/><span>McLean </span><span>VA </span></td></tr><tr><td>Date of birth</td><td><span>04 July 1946</span></td></tr></tbody></table></div>\"\n },\n \"identifier\": [\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"MR\"\n }\n ],\n \"text\": \"Medical Record Number\"\n },\n \"system\": \"http://hl7.org/fhir/sid/us-medicare\",\n \"value\": \"0M846129001NF\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Roosevelt\",\n \"given\": [\n \"Theodor\",\n \"Alan\",\n \"Roosevelt\"\n ]\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"1946-07-04\",\n \"address\": [\n {\n \"use\": \"home\",\n \"type\": \"both\",\n \"line\": [\n \"7525 Colshire Dr\"\n ],\n \"city\": \"McLean\",\n \"state\": \"VA\",\n \"postalCode\": \"22102\"\n }\n ]\n },\n \"coverageBundle\": {\n \"resourceType\": \"Bundle\",\n \"id\": \"5b0be74e-9f57-4d11-a5e9-ec05fe9af42c\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-10T03:56:46.942+00:00\"\n },\n \"type\": \"searchset\",\n \"total\": 1,\n \"link\": [\n {\n \"relation\": \"self\",\n \"url\": \"https://inferno-qa.healthit.gov/reference-server/r4/Coverage?patient=pat014\"\n }\n ],\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Coverage/cov014\",\n \"resource\": {\n \"resourceType\": \"Coverage\",\n \"id\": \"cov014\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.696+00:00\",\n \"source\": \"#XvndBJotP6fVi3pl\"\n },\n \"status\": \"active\",\n \"subscriberId\": \"10A3D58WH1600\",\n \"beneficiary\": {\n \"reference\": \"Patient/pat014\"\n },\n \"payor\": [\n {\n \"reference\": \"Organization/org1234\"\n }\n ],\n \"class\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/coverage-class\",\n \"code\": \"plan\"\n }\n ]\n },\n \"value\": \"Medicare Part B\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ]\n }\n },\n \"extension\": {\n \"davinci-crd.configuration\": {\n \"coverage\": true,\n \"max-cards\": 10\n }\n }\n}\n"
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"name": "appointment_book_request_bodies",
|
69
|
+
"value": "[\n {\n \"hookInstance\": \"d1577c69-dfbe-44ad-ba6d-3e05e953b2ea\",\n \"fhirServer\": \"https://inferno-qa.healthit.gov/reference-server/r4\",\n \"hook\": \"appointment-book\",\n \"fhirAuthorization\": {\n \"access_token\": \"SAMPLE_TOKEN\",\n \"token_type\": \"Bearer\",\n \"expires_in\": 300,\n \"scope\": \"user/Patient.read user/Observation.read\",\n \"subject\": \"cds-service\"\n },\n \"context\": {\n \"userId\": \"Practitioner/pra1255\",\n \"patientId\": \"pat015\",\n \"encounterId\": \"enc-pat014\",\n \"appointments\": {\n \"resourceType\": \"Bundle\",\n \"id\": \"2f5d7a40-31c1-4daa-9670-e0e7c748e395\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-10T03:26:08.496+00:00\"\n },\n \"type\": \"searchset\",\n \"total\": 1,\n \"link\": [\n {\n \"relation\": \"self\",\n \"url\": \"https://inferno-qa.healthit.gov/reference-server/r4/Appointment?patient=pat015\"\n }\n ],\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Appointment/124\",\n \"resource\": {\n \"resourceType\": \"Appointment\",\n \"id\": \"124\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-05-10T03:25:21.327+00:00\",\n \"source\": \"#meQ6e6aw4020GBer\"\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><p><b>Generated Narrative: Appointment</b><a name=\\\"example\\\"> </a></p><div style=\\\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\\\"><p style=\\\"margin-bottom: 0px\\\">Resource Appointment "example" </p></div><p><b>status</b>: proposed</p><p><b>serviceCategory</b>: General Practice <span style=\\\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\\\"> (<a href=\\\"http://terminology.hl7.org/5.3.0/CodeSystem-service-category.html\\\">Service category</a>#17)</span></p><p><b>serviceType</b>: General Practice <span style=\\\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\\\"> (<a href=\\\"http://terminology.hl7.org/5.3.0/CodeSystem-service-type.html\\\">Service type</a>#pat015)</span></p><p><b>specialty</b>: General practice (specialty) <span style=\\\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\\\"> (<a href=\\\"https://browser.ihtsdotools.org/\\\">SNOMED CT</a>#394814009)</span></p><p><b>appointmentType</b>: A follow up visit from a previous appointment <span style=\\\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\\\"> (<a href=\\\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0276.html\\\">appointmentReason</a>#FOLLOWUP)</span></p><p><b>reasonReference</b>: <a href=\\\"Condition/cond015a\\\">Condition/cond015a: Heart problem</a></p><p><b>priority</b>: 5</p><p><b>description</b>: Discussion on the results of your recent MRI</p><p><b>start</b>: Dec 10, 2013, 9:00:00 AM</p><p><b>end</b>: Dec 10, 2013, 11:00:00 AM</p><p><b>created</b>: 2013-10-10</p><p><b>comment</b>: Further expand on the results of the MRI and determine the next actions that may be appropriate.</p><p><b>basedOn</b>: <a href=\\\"ServiceRequest-example.html\\\">ServiceRequest/servreq-g0180-1</a></p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\\\"Patient-example.html\\\">Patient/pat015: Amy Baxter</a> " SHAW"</p><p><b>required</b>: required</p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: attender <span style=\\\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\\\"> (<a href=\\\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ParticipationType.html\\\">ParticipationType</a>#ATND)</span></p><p><b>actor</b>: <a href=\\\"Practitioner-example.html\\\">Practitioner/pra1255: Dr Adam Careful</a> " CAREFUL"</p><p><b>required</b>: required</p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\\\"Location-example.html\\\">Location/example: South Wing, second floor</a> "South Wing, second floor"</p><p><b>required</b>: required</p><p><b>status</b>: accepted</p></blockquote><p><b>requestedPeriod</b>: 2020-11-01 --> 2020-12-15</p></div>\"\n },\n \"status\": \"proposed\",\n \"serviceCategory\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/service-category\",\n \"code\": \"17\",\n \"display\": \"General Practice\"\n }\n ]\n }\n ],\n \"serviceType\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/service-type\",\n \"code\": \"124\",\n \"display\": \"General Practice\"\n }\n ]\n }\n ],\n \"specialty\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"394814009\",\n \"display\": \"General practice (specialty)\"\n }\n ]\n }\n ],\n \"appointmentType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0276\",\n \"code\": \"FOLLOWUP\",\n \"display\": \"A follow up visit from a previous appointment\"\n }\n ]\n },\n \"reasonReference\": [\n {\n \"reference\": \"Condition/cond015a\",\n \"display\": \"Heart problem\"\n }\n ],\n \"priority\": 5,\n \"description\": \"Discussion on the results of your recent MRI\",\n \"start\": \"2013-12-10T09:00:00Z\",\n \"end\": \"2013-12-10T11:00:00Z\",\n \"created\": \"2013-10-10\",\n \"comment\": \"Further expand on the results of the MRI and determine the next actions that may be appropriate.\",\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/servreq-g0180-1\"\n }\n ],\n \"participant\": [\n {\n \"actor\": {\n \"reference\": \"Patient/pat015\",\n \"display\": \"Amy Baxter\"\n },\n \"required\": \"required\",\n \"status\": \"accepted\"\n },\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\"\n }\n ]\n }\n ],\n \"actor\": {\n \"reference\": \"Practitioner/pra1255\",\n \"display\": \"Dr Adam Careful\"\n },\n \"required\": \"required\",\n \"status\": \"accepted\"\n },\n {\n \"actor\": {\n \"reference\": \"Location/loc1234\",\n \"display\": \"South Wing, second floor\"\n },\n \"required\": \"required\",\n \"status\": \"accepted\"\n }\n ],\n \"requestedPeriod\": [\n {\n \"start\": \"2020-11-01\",\n \"end\": \"2020-12-15\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ]\n }\n },\n \"prefetch\": {\n \"encounterBundle\": {\n \"resourceType\": \"Bundle\",\n \"id\": \"8ffa667f-77ce-41b7-a873-da447793a195\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-10T03:33:16.240+00:00\"\n },\n \"type\": \"searchset\",\n \"total\": 1,\n \"link\": [\n {\n \"relation\": \"self\",\n \"url\": \"https://inferno-qa.healthit.gov/reference-server/r4/Encounter?_id=enc-pat014&_include=Encounter%3Apatient&_include=Encounter%3Aservice-provider&_include=Encounter%3Apractitioner&_include=Encounter%3Alocation\"\n }\n ],\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Encounter/enc-pat014\",\n \"resource\": {\n \"resourceType\": \"Encounter\",\n \"id\": \"enc-pat014\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.732+00:00\",\n \"source\": \"#RVwRUek6bQC44Wa9\"\n },\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185349003\",\n \"display\": \"Encounter for check up\"\n }\n ]\n }\n ],\n \"priority\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103391001\",\n \"display\": \"Urgent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/pat014\",\n \"display\": \"Teddy\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"reference\": \"Practitioner/pra1234\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2020-01-15T12:40:10+01:00\",\n \"end\": \"2020-01-15T13:40:10+01:00\"\n },\n \"length\": {\n \"value\": 56,\n \"unit\": \"minutes\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"min\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"42343007\",\n \"display\": \"Congestive heart failure (disorder)\"\n }\n ]\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/cond014a\",\n \"display\": \"Complications from infection on January 9th, 2020\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"AD\",\n \"display\": \"Admission diagnosis\"\n }\n ]\n },\n \"rank\": 2\n },\n {\n \"condition\": {\n \"reference\": \"Condition/cond014a\",\n \"display\": \"The patient is treated for wheezing\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"CC\",\n \"display\": \"Chief complaint\"\n }\n ]\n },\n \"rank\": 1\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Practitioner/pra1234\",\n \"resource\": {\n \"resourceType\": \"Practitioner\",\n \"id\": \"pra1234\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:33.625+00:00\",\n \"source\": \"#3fLOP5tSuZrGDiae\",\n \"profile\": [\n \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/us-npi\",\n \"value\": \"1122334455\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Doe\",\n \"given\": [\n \"Jane\",\n \"Betty\"\n ],\n \"prefix\": [\n \"Dr.\"\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"716-873-1557\"\n },\n {\n \"system\": \"email\",\n \"value\": \"jane.betty@myhospital.com\"\n }\n ],\n \"address\": [\n {\n \"use\": \"home\",\n \"type\": \"both\",\n \"line\": [\n \"840 Seneca St\"\n ],\n \"city\": \"Buffalo\",\n \"state\": \"NY\",\n \"postalCode\": \"14210\"\n }\n ],\n \"qualification\": [\n {\n \"identifier\": [\n {\n \"system\": \"http://example.org/UniversityIdentifier\",\n \"value\": \"12345\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360/2.7\",\n \"code\": \"MD\",\n \"display\": \"Doctor of Medicine\"\n }\n ],\n \"text\": \"Doctor of Medicine\"\n },\n \"period\": {\n \"start\": \"1995\"\n },\n \"issuer\": {\n \"display\": \"Example University\"\n }\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Patient/pat014\",\n \"resource\": {\n \"resourceType\": \"Patient\",\n \"id\": \"pat014\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.662+00:00\",\n \"source\": \"#4RE6S8FR2Y44APk0\"\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><div class=\\\"hapiHeaderText\\\">Theodor Alan Roosevelt <b>ROOSEVELT </b></div><table class=\\\"hapiPropertyTable\\\"><tbody><tr><td>Identifier</td><td>0M846129001NF</td></tr><tr><td>Address</td><td><span>7525 Colshire Dr </span><br/><span>McLean </span><span>VA </span></td></tr><tr><td>Date of birth</td><td><span>04 July 1946</span></td></tr></tbody></table></div>\"\n },\n \"identifier\": [\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"MR\"\n }\n ],\n \"text\": \"Medical Record Number\"\n },\n \"system\": \"http://hl7.org/fhir/sid/us-medicare\",\n \"value\": \"0M846129001NF\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Roosevelt\",\n \"given\": [\n \"Theodor\",\n \"Alan\",\n \"Roosevelt\"\n ]\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"1946-07-04\",\n \"address\": [\n {\n \"use\": \"home\",\n \"type\": \"both\",\n \"line\": [\n \"7525 Colshire Dr\"\n ],\n \"city\": \"McLean\",\n \"state\": \"VA\",\n \"postalCode\": \"22102\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n }\n ]\n },\n \"patient\": {\n \"resourceType\": \"Patient\",\n \"id\": \"pat015\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.068+00:00\",\n \"source\": \"#fT6fENtjF2A8Ne61\"\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><div class=\\\"hapiHeaderText\\\">William Hale Oster <b>OSTER </b></div><table class=\\\"hapiPropertyTable\\\"><tbody><tr><td>Identifier</td><td>0M34355006FW</td></tr><tr><td>Address</td><td><span>202 Burlington Road </span><br/><span>Bedford </span><span>MA </span></td></tr><tr><td>Date of birth</td><td><span>23 February 2015</span></td></tr></tbody></table></div>\"\n },\n \"identifier\": [\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"MR\"\n }\n ],\n \"text\": \"Medical Record Number\"\n },\n \"system\": \"http://hl7.org/fhir/sid/us-medicare\",\n \"value\": \"0M34355006FW\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Oster\",\n \"given\": [\n \"William\",\n \"Hale\",\n \"Oster\"\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555-5555\",\n \"use\": \"home\",\n \"rank\": 1\n },\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555 5613\",\n \"use\": \"work\",\n \"rank\": 2\n },\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555 8834\",\n \"use\": \"old\",\n \"period\": {\n \"end\": \"2014\"\n }\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"2015-02-23\",\n \"address\": [\n {\n \"use\": \"home\",\n \"type\": \"both\",\n \"line\": [\n \"202 Burlington Road\"\n ],\n \"city\": \"Bedford\",\n \"state\": \"MA\",\n \"postalCode\": \"01730\"\n }\n ]\n },\n \"coverageBundle\": {\n \"resourceType\": \"Bundle\",\n \"type\": \"collection\",\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Coverage/cov015\",\n \"resource\": {\n \"resourceType\": \"Coverage\",\n \"id\": \"cov015\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-05-08T09:47:16.618-04:00\",\n \"source\": \"#2oewiwPOJlURF4aM\"\n },\n \"status\": \"active\",\n \"subscriberId\": \"10A3D58WH456\",\n \"beneficiary\": {\n \"reference\": \"Patient/pat015\"\n },\n \"payor\": [\n {\n \"reference\": \"Organization/org1234\"\n }\n ],\n \"class\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/coverage-class\",\n \"code\": \"plan\"\n }\n ]\n },\n \"value\": \"Medicare Part A\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ]\n }\n },\n \"extension\": {\n \"davinci-crd.configuration\": {\n \"coverage\": true,\n \"max-cards\": 10\n }\n }\n },\n {\n \"hookInstance\": \"d1577c69-dfbe-44ad-ba6d-3e05e953b2ea\",\n \"fhirServer\": \"https://inferno-qa.healthit.gov/reference-server/r4\",\n \"hook\": \"appointment-book\",\n \"fhirAuthorization\": {\n \"access_token\": \"SAMPLE_TOKEN\",\n \"token_type\": \"Bearer\",\n \"expires_in\": 300,\n \"scope\": \"user/Patient.read user/Observation.read\",\n \"subject\": \"cds-service\"\n },\n \"context\": {\n \"userId\": \"Practitioner/pra1255\",\n \"patientId\": \"pat014\",\n \"encounterId\": \"enc-pat014-cold\",\n \"appointments\": {\n \"resourceType\": \"Bundle\",\n \"id\": \"2a020b2f-1577-4ccb-8ee8-1dc09060f727\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-10T03:55:33.823+00:00\"\n },\n \"type\": \"searchset\",\n \"total\": 2,\n \"link\": [\n {\n \"relation\": \"self\",\n \"url\": \"https://inferno-qa.healthit.gov/reference-server/r4/Appointment?patient=pat014\"\n }\n ],\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Appointment/125\",\n \"resource\": {\n \"resourceType\": \"Appointment\",\n \"id\": \"125\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-05-10T03:52:09.983+00:00\",\n \"source\": \"#KIaKP1Pfw7EVpLjl\"\n },\n \"status\": \"proposed\",\n \"serviceType\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/service-type\",\n \"code\": \"183\",\n \"display\": \"Sleep Medicine\"\n }\n ]\n }\n ],\n \"appointmentType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0276\",\n \"code\": \"FOLLOWUP\",\n \"display\": \"A follow up visit from a previous appointment\"\n }\n ]\n },\n \"description\": \"CPAP adjustments\",\n \"start\": \"2019-08-10T09:00:00Z\",\n \"end\": \"2019-08-10T11:00:00Z\",\n \"created\": \"2019-08-01\",\n \"participant\": [\n {\n \"actor\": {\n \"reference\": \"Patient/pat014\",\n \"display\": \"Peter James Chalmers\"\n },\n \"required\": \"required\",\n \"status\": \"tentative\"\n },\n {\n \"actor\": {\n \"reference\": \"Practitioner/pra1255\",\n \"display\": \"Dr Adam Careful\"\n },\n \"required\": \"required\",\n \"status\": \"accepted\"\n }\n ],\n \"requestedPeriod\": [\n {\n \"start\": \"2020-05-23\",\n \"end\": \"2020-05-23\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Appointment/126\",\n \"resource\": {\n \"resourceType\": \"Appointment\",\n \"id\": \"126\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-05-10T03:55:17.405+00:00\",\n \"source\": \"#RTJWuip7OTKyTjG7\"\n },\n \"status\": \"proposed\",\n \"appointmentType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0276\",\n \"code\": \"CHECKUP\",\n \"display\": \"A routine check-up, such as an annual physical\"\n }\n ]\n },\n \"description\": \"Regular physical\",\n \"start\": \"2020-08-01T11:00:00Z\",\n \"end\": \"2020-08-01T13:00:00Z\",\n \"created\": \"2019-08-01\",\n \"participant\": [\n {\n \"actor\": {\n \"reference\": \"Patient/pat014\",\n \"display\": \"Peter James Chalmers\"\n },\n \"required\": \"required\",\n \"status\": \"tentative\"\n },\n {\n \"actor\": {\n \"reference\": \"Practitioner/pra1255\",\n \"display\": \"Dr Adam Careful\"\n },\n \"required\": \"required\",\n \"status\": \"accepted\"\n }\n ],\n \"requestedPeriod\": [\n {\n \"start\": \"2021-05-23\",\n \"end\": \"2021-05-23\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ]\n }\n },\n \"prefetch\": {\n \"encounterBundle\": {\n \"resourceType\": \"Bundle\",\n \"id\": \"def4ab7c-3ce3-441a-bed6-49267d0f787a\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-10T03:57:58.842+00:00\"\n },\n \"type\": \"searchset\",\n \"total\": 1,\n \"link\": [\n {\n \"relation\": \"self\",\n \"url\": \"https://inferno-qa.healthit.gov/reference-server/r4/Encounter?_id=enc-pat014-cold&_include=Encounter%3Apatient&_include=Encounter%3Aservice-provider&_include=Encounter%3Apractitioner&_include=Encounter%3Alocation\"\n }\n ],\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Encounter/enc-pat014-cold\",\n \"resource\": {\n \"resourceType\": \"Encounter\",\n \"id\": \"enc-pat014-cold\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.726+00:00\",\n \"source\": \"#2Co42uqYJxUtNNmA\"\n },\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185345009\",\n \"display\": \"Encounter for symptom\"\n }\n ]\n }\n ],\n \"priority\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103391001\",\n \"display\": \"Urgent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/pat014\",\n \"display\": \"Teddy\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"reference\": \"Practitioner/pra-sstrange\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2020-02-14T10:40:10+01:00\",\n \"end\": \"2020-02-14T12:40:10+01:00\"\n },\n \"length\": {\n \"value\": 56,\n \"unit\": \"minutes\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"min\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"82272006\",\n \"display\": \"Common cold (disorder)\"\n }\n ]\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/cond014b\",\n \"display\": \"The patient is treated for heartburn\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"AD\",\n \"display\": \"Admission diagnosis\"\n }\n ]\n },\n \"rank\": 2\n },\n {\n \"condition\": {\n \"reference\": \"Condition/cond014b\",\n \"display\": \"The patient is treated for heartburn\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"CC\",\n \"display\": \"Chief complaint\"\n }\n ]\n },\n \"rank\": 1\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Patient/pat014\",\n \"resource\": {\n \"resourceType\": \"Patient\",\n \"id\": \"pat014\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.662+00:00\",\n \"source\": \"#4RE6S8FR2Y44APk0\"\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><div class=\\\"hapiHeaderText\\\">Theodor Alan Roosevelt <b>ROOSEVELT </b></div><table class=\\\"hapiPropertyTable\\\"><tbody><tr><td>Identifier</td><td>0M846129001NF</td></tr><tr><td>Address</td><td><span>7525 Colshire Dr </span><br/><span>McLean </span><span>VA </span></td></tr><tr><td>Date of birth</td><td><span>04 July 1946</span></td></tr></tbody></table></div>\"\n },\n \"identifier\": [\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"MR\"\n }\n ],\n \"text\": \"Medical Record Number\"\n },\n \"system\": \"http://hl7.org/fhir/sid/us-medicare\",\n \"value\": \"0M846129001NF\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Roosevelt\",\n \"given\": [\n \"Theodor\",\n \"Alan\",\n \"Roosevelt\"\n ]\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"1946-07-04\",\n \"address\": [\n {\n \"use\": \"home\",\n \"type\": \"both\",\n \"line\": [\n \"7525 Colshire Dr\"\n ],\n \"city\": \"McLean\",\n \"state\": \"VA\",\n \"postalCode\": \"22102\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Practitioner/pra-sstrange\",\n \"resource\": {\n \"resourceType\": \"Practitioner\",\n \"id\": \"pra-sstrange\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:33.939+00:00\",\n \"source\": \"#zUqXWSo8DhSDB3un\"\n },\n \"identifier\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/us-npi\",\n \"value\": \"1122334466\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Strange\",\n \"given\": [\n \"Stephen\"\n ],\n \"prefix\": [\n \"Dr.\"\n ]\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n }\n ]\n },\n \"patient\": {\n \"resourceType\": \"Patient\",\n \"id\": \"pat014\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.662+00:00\",\n \"source\": \"#4RE6S8FR2Y44APk0\"\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><div class=\\\"hapiHeaderText\\\">Theodor Alan Roosevelt <b>ROOSEVELT </b></div><table class=\\\"hapiPropertyTable\\\"><tbody><tr><td>Identifier</td><td>0M846129001NF</td></tr><tr><td>Address</td><td><span>7525 Colshire Dr </span><br/><span>McLean </span><span>VA </span></td></tr><tr><td>Date of birth</td><td><span>04 July 1946</span></td></tr></tbody></table></div>\"\n },\n \"identifier\": [\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"MR\"\n }\n ],\n \"text\": \"Medical Record Number\"\n },\n \"system\": \"http://hl7.org/fhir/sid/us-medicare\",\n \"value\": \"0M846129001NF\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Roosevelt\",\n \"given\": [\n \"Theodor\",\n \"Alan\",\n \"Roosevelt\"\n ]\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"1946-07-04\",\n \"address\": [\n {\n \"use\": \"home\",\n \"type\": \"both\",\n \"line\": [\n \"7525 Colshire Dr\"\n ],\n \"city\": \"McLean\",\n \"state\": \"VA\",\n \"postalCode\": \"22102\"\n }\n ]\n },\n \"coverageBundle\": {\n \"resourceType\": \"Bundle\",\n \"id\": \"5b0be74e-9f57-4d11-a5e9-ec05fe9af42c\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-10T03:56:46.942+00:00\"\n },\n \"type\": \"searchset\",\n \"total\": 1,\n \"link\": [\n {\n \"relation\": \"self\",\n \"url\": \"https://inferno-qa.healthit.gov/reference-server/r4/Coverage?patient=pat014\"\n }\n ],\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Coverage/cov014\",\n \"resource\": {\n \"resourceType\": \"Coverage\",\n \"id\": \"cov014\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.696+00:00\",\n \"source\": \"#XvndBJotP6fVi3pl\"\n },\n \"status\": \"active\",\n \"subscriberId\": \"10A3D58WH1600\",\n \"beneficiary\": {\n \"reference\": \"Patient/pat014\"\n },\n \"payor\": [\n {\n \"reference\": \"Organization/org1234\"\n }\n ],\n \"class\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/coverage-class\",\n \"code\": \"plan\"\n }\n ]\n },\n \"value\": \"Medicare Part B\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ]\n }\n },\n \"extension\": {\n \"davinci-crd.configuration\": {\n \"coverage\": true,\n \"max-cards\": 10\n }\n }\n }\n]\n",
|
70
|
+
"description": "To send multiple requests, provide as a JSON list, e.g., [json_body_1, json_body_2].. e.g. [json_body_1, json_body_2]",
|
71
|
+
"title": "Request body or bodies for invoking the `appointment-book` hook",
|
72
|
+
"type": "textarea",
|
73
|
+
"value": "[\n {\n \"hookInstance\": \"d1577c69-dfbe-44ad-ba6d-3e05e953b2ea\",\n \"fhirServer\": \"https://inferno-qa.healthit.gov/reference-server/r4\",\n \"hook\": \"appointment-book\",\n \"fhirAuthorization\": {\n \"access_token\": \"SAMPLE_TOKEN\",\n \"token_type\": \"Bearer\",\n \"expires_in\": 300,\n \"scope\": \"user/Patient.read user/Observation.read\",\n \"subject\": \"cds-service\"\n },\n \"context\": {\n \"userId\": \"Practitioner/pra1255\",\n \"patientId\": \"pat015\",\n \"encounterId\": \"enc-pat014\",\n \"appointments\": {\n \"resourceType\": \"Bundle\",\n \"id\": \"2f5d7a40-31c1-4daa-9670-e0e7c748e395\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-10T03:26:08.496+00:00\"\n },\n \"type\": \"searchset\",\n \"total\": 1,\n \"link\": [\n {\n \"relation\": \"self\",\n \"url\": \"https://inferno-qa.healthit.gov/reference-server/r4/Appointment?patient=pat015\"\n }\n ],\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Appointment/124\",\n \"resource\": {\n \"resourceType\": \"Appointment\",\n \"id\": \"124\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-05-10T03:25:21.327+00:00\",\n \"source\": \"#meQ6e6aw4020GBer\"\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><p><b>Generated Narrative: Appointment</b><a name=\\\"example\\\"> </a></p><div style=\\\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\\\"><p style=\\\"margin-bottom: 0px\\\">Resource Appointment "example" </p></div><p><b>status</b>: proposed</p><p><b>serviceCategory</b>: General Practice <span style=\\\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\\\"> (<a href=\\\"http://terminology.hl7.org/5.3.0/CodeSystem-service-category.html\\\">Service category</a>#17)</span></p><p><b>serviceType</b>: General Practice <span style=\\\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\\\"> (<a href=\\\"http://terminology.hl7.org/5.3.0/CodeSystem-service-type.html\\\">Service type</a>#pat015)</span></p><p><b>specialty</b>: General practice (specialty) <span style=\\\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\\\"> (<a href=\\\"https://browser.ihtsdotools.org/\\\">SNOMED CT</a>#394814009)</span></p><p><b>appointmentType</b>: A follow up visit from a previous appointment <span style=\\\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\\\"> (<a href=\\\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0276.html\\\">appointmentReason</a>#FOLLOWUP)</span></p><p><b>reasonReference</b>: <a href=\\\"Condition/cond015a\\\">Condition/cond015a: Heart problem</a></p><p><b>priority</b>: 5</p><p><b>description</b>: Discussion on the results of your recent MRI</p><p><b>start</b>: Dec 10, 2013, 9:00:00 AM</p><p><b>end</b>: Dec 10, 2013, 11:00:00 AM</p><p><b>created</b>: 2013-10-10</p><p><b>comment</b>: Further expand on the results of the MRI and determine the next actions that may be appropriate.</p><p><b>basedOn</b>: <a href=\\\"ServiceRequest-example.html\\\">ServiceRequest/servreq-g0180-1</a></p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\\\"Patient-example.html\\\">Patient/pat015: Amy Baxter</a> " SHAW"</p><p><b>required</b>: required</p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: attender <span style=\\\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\\\"> (<a href=\\\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ParticipationType.html\\\">ParticipationType</a>#ATND)</span></p><p><b>actor</b>: <a href=\\\"Practitioner-example.html\\\">Practitioner/pra1255: Dr Adam Careful</a> " CAREFUL"</p><p><b>required</b>: required</p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\\\"Location-example.html\\\">Location/example: South Wing, second floor</a> "South Wing, second floor"</p><p><b>required</b>: required</p><p><b>status</b>: accepted</p></blockquote><p><b>requestedPeriod</b>: 2020-11-01 --> 2020-12-15</p></div>\"\n },\n \"status\": \"proposed\",\n \"serviceCategory\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/service-category\",\n \"code\": \"17\",\n \"display\": \"General Practice\"\n }\n ]\n }\n ],\n \"serviceType\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/service-type\",\n \"code\": \"124\",\n \"display\": \"General Practice\"\n }\n ]\n }\n ],\n \"specialty\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"394814009\",\n \"display\": \"General practice (specialty)\"\n }\n ]\n }\n ],\n \"appointmentType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0276\",\n \"code\": \"FOLLOWUP\",\n \"display\": \"A follow up visit from a previous appointment\"\n }\n ]\n },\n \"reasonReference\": [\n {\n \"reference\": \"Condition/cond015a\",\n \"display\": \"Heart problem\"\n }\n ],\n \"priority\": 5,\n \"description\": \"Discussion on the results of your recent MRI\",\n \"start\": \"2013-12-10T09:00:00Z\",\n \"end\": \"2013-12-10T11:00:00Z\",\n \"created\": \"2013-10-10\",\n \"comment\": \"Further expand on the results of the MRI and determine the next actions that may be appropriate.\",\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/servreq-g0180-1\"\n }\n ],\n \"participant\": [\n {\n \"actor\": {\n \"reference\": \"Patient/pat015\",\n \"display\": \"Amy Baxter\"\n },\n \"required\": \"required\",\n \"status\": \"accepted\"\n },\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\"\n }\n ]\n }\n ],\n \"actor\": {\n \"reference\": \"Practitioner/pra1255\",\n \"display\": \"Dr Adam Careful\"\n },\n \"required\": \"required\",\n \"status\": \"accepted\"\n },\n {\n \"actor\": {\n \"reference\": \"Location/loc1234\",\n \"display\": \"South Wing, second floor\"\n },\n \"required\": \"required\",\n \"status\": \"accepted\"\n }\n ],\n \"requestedPeriod\": [\n {\n \"start\": \"2020-11-01\",\n \"end\": \"2020-12-15\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ]\n }\n },\n \"prefetch\": {\n \"encounterBundle\": {\n \"resourceType\": \"Bundle\",\n \"id\": \"8ffa667f-77ce-41b7-a873-da447793a195\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-10T03:33:16.240+00:00\"\n },\n \"type\": \"searchset\",\n \"total\": 1,\n \"link\": [\n {\n \"relation\": \"self\",\n \"url\": \"https://inferno-qa.healthit.gov/reference-server/r4/Encounter?_id=enc-pat014&_include=Encounter%3Apatient&_include=Encounter%3Aservice-provider&_include=Encounter%3Apractitioner&_include=Encounter%3Alocation\"\n }\n ],\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Encounter/enc-pat014\",\n \"resource\": {\n \"resourceType\": \"Encounter\",\n \"id\": \"enc-pat014\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.732+00:00\",\n \"source\": \"#RVwRUek6bQC44Wa9\"\n },\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185349003\",\n \"display\": \"Encounter for check up\"\n }\n ]\n }\n ],\n \"priority\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103391001\",\n \"display\": \"Urgent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/pat014\",\n \"display\": \"Teddy\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"reference\": \"Practitioner/pra1234\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2020-01-15T12:40:10+01:00\",\n \"end\": \"2020-01-15T13:40:10+01:00\"\n },\n \"length\": {\n \"value\": 56,\n \"unit\": \"minutes\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"min\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"42343007\",\n \"display\": \"Congestive heart failure (disorder)\"\n }\n ]\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/cond014a\",\n \"display\": \"Complications from infection on January 9th, 2020\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"AD\",\n \"display\": \"Admission diagnosis\"\n }\n ]\n },\n \"rank\": 2\n },\n {\n \"condition\": {\n \"reference\": \"Condition/cond014a\",\n \"display\": \"The patient is treated for wheezing\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"CC\",\n \"display\": \"Chief complaint\"\n }\n ]\n },\n \"rank\": 1\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Practitioner/pra1234\",\n \"resource\": {\n \"resourceType\": \"Practitioner\",\n \"id\": \"pra1234\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:33.625+00:00\",\n \"source\": \"#3fLOP5tSuZrGDiae\",\n \"profile\": [\n \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/us-npi\",\n \"value\": \"1122334455\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Doe\",\n \"given\": [\n \"Jane\",\n \"Betty\"\n ],\n \"prefix\": [\n \"Dr.\"\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"716-873-1557\"\n },\n {\n \"system\": \"email\",\n \"value\": \"jane.betty@myhospital.com\"\n }\n ],\n \"address\": [\n {\n \"use\": \"home\",\n \"type\": \"both\",\n \"line\": [\n \"840 Seneca St\"\n ],\n \"city\": \"Buffalo\",\n \"state\": \"NY\",\n \"postalCode\": \"14210\"\n }\n ],\n \"qualification\": [\n {\n \"identifier\": [\n {\n \"system\": \"http://example.org/UniversityIdentifier\",\n \"value\": \"12345\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360/2.7\",\n \"code\": \"MD\",\n \"display\": \"Doctor of Medicine\"\n }\n ],\n \"text\": \"Doctor of Medicine\"\n },\n \"period\": {\n \"start\": \"1995\"\n },\n \"issuer\": {\n \"display\": \"Example University\"\n }\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Patient/pat014\",\n \"resource\": {\n \"resourceType\": \"Patient\",\n \"id\": \"pat014\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.662+00:00\",\n \"source\": \"#4RE6S8FR2Y44APk0\"\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><div class=\\\"hapiHeaderText\\\">Theodor Alan Roosevelt <b>ROOSEVELT </b></div><table class=\\\"hapiPropertyTable\\\"><tbody><tr><td>Identifier</td><td>0M846129001NF</td></tr><tr><td>Address</td><td><span>7525 Colshire Dr </span><br/><span>McLean </span><span>VA </span></td></tr><tr><td>Date of birth</td><td><span>04 July 1946</span></td></tr></tbody></table></div>\"\n },\n \"identifier\": [\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"MR\"\n }\n ],\n \"text\": \"Medical Record Number\"\n },\n \"system\": \"http://hl7.org/fhir/sid/us-medicare\",\n \"value\": \"0M846129001NF\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Roosevelt\",\n \"given\": [\n \"Theodor\",\n \"Alan\",\n \"Roosevelt\"\n ]\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"1946-07-04\",\n \"address\": [\n {\n \"use\": \"home\",\n \"type\": \"both\",\n \"line\": [\n \"7525 Colshire Dr\"\n ],\n \"city\": \"McLean\",\n \"state\": \"VA\",\n \"postalCode\": \"22102\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n }\n ]\n },\n \"patient\": {\n \"resourceType\": \"Patient\",\n \"id\": \"pat015\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.068+00:00\",\n \"source\": \"#fT6fENtjF2A8Ne61\"\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><div class=\\\"hapiHeaderText\\\">William Hale Oster <b>OSTER </b></div><table class=\\\"hapiPropertyTable\\\"><tbody><tr><td>Identifier</td><td>0M34355006FW</td></tr><tr><td>Address</td><td><span>202 Burlington Road </span><br/><span>Bedford </span><span>MA </span></td></tr><tr><td>Date of birth</td><td><span>23 February 2015</span></td></tr></tbody></table></div>\"\n },\n \"identifier\": [\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"MR\"\n }\n ],\n \"text\": \"Medical Record Number\"\n },\n \"system\": \"http://hl7.org/fhir/sid/us-medicare\",\n \"value\": \"0M34355006FW\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Oster\",\n \"given\": [\n \"William\",\n \"Hale\",\n \"Oster\"\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555-5555\",\n \"use\": \"home\",\n \"rank\": 1\n },\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555 5613\",\n \"use\": \"work\",\n \"rank\": 2\n },\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555 8834\",\n \"use\": \"old\",\n \"period\": {\n \"end\": \"2014\"\n }\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"2015-02-23\",\n \"address\": [\n {\n \"use\": \"home\",\n \"type\": \"both\",\n \"line\": [\n \"202 Burlington Road\"\n ],\n \"city\": \"Bedford\",\n \"state\": \"MA\",\n \"postalCode\": \"01730\"\n }\n ]\n },\n \"coverageBundle\": {\n \"resourceType\": \"Bundle\",\n \"type\": \"collection\",\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Coverage/cov015\",\n \"resource\": {\n \"resourceType\": \"Coverage\",\n \"id\": \"cov015\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-05-08T09:47:16.618-04:00\",\n \"source\": \"#2oewiwPOJlURF4aM\"\n },\n \"status\": \"active\",\n \"subscriberId\": \"10A3D58WH456\",\n \"beneficiary\": {\n \"reference\": \"Patient/pat015\"\n },\n \"payor\": [\n {\n \"reference\": \"Organization/org1234\"\n }\n ],\n \"class\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/coverage-class\",\n \"code\": \"plan\"\n }\n ]\n },\n \"value\": \"Medicare Part A\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ]\n }\n },\n \"extension\": {\n \"davinci-crd.configuration\": {\n \"coverage\": true,\n \"max-cards\": 10\n }\n }\n },\n {\n \"hookInstance\": \"d1577c69-dfbe-44ad-ba6d-3e05e953b2ea\",\n \"fhirServer\": \"https://inferno-qa.healthit.gov/reference-server/r4\",\n \"hook\": \"appointment-book\",\n \"fhirAuthorization\": {\n \"access_token\": \"SAMPLE_TOKEN\",\n \"token_type\": \"Bearer\",\n \"expires_in\": 300,\n \"scope\": \"user/Patient.read user/Observation.read\",\n \"subject\": \"cds-service\"\n },\n \"context\": {\n \"userId\": \"Practitioner/pra1255\",\n \"patientId\": \"pat014\",\n \"encounterId\": \"enc-pat014-cold\",\n \"appointments\": {\n \"resourceType\": \"Bundle\",\n \"id\": \"2a020b2f-1577-4ccb-8ee8-1dc09060f727\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-10T03:55:33.823+00:00\"\n },\n \"type\": \"searchset\",\n \"total\": 2,\n \"link\": [\n {\n \"relation\": \"self\",\n \"url\": \"https://inferno-qa.healthit.gov/reference-server/r4/Appointment?patient=pat014\"\n }\n ],\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Appointment/125\",\n \"resource\": {\n \"resourceType\": \"Appointment\",\n \"id\": \"125\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-05-10T03:52:09.983+00:00\",\n \"source\": \"#KIaKP1Pfw7EVpLjl\"\n },\n \"status\": \"proposed\",\n \"serviceType\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/service-type\",\n \"code\": \"183\",\n \"display\": \"Sleep Medicine\"\n }\n ]\n }\n ],\n \"appointmentType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0276\",\n \"code\": \"FOLLOWUP\",\n \"display\": \"A follow up visit from a previous appointment\"\n }\n ]\n },\n \"description\": \"CPAP adjustments\",\n \"start\": \"2019-08-10T09:00:00Z\",\n \"end\": \"2019-08-10T11:00:00Z\",\n \"created\": \"2019-08-01\",\n \"participant\": [\n {\n \"actor\": {\n \"reference\": \"Patient/pat014\",\n \"display\": \"Peter James Chalmers\"\n },\n \"required\": \"required\",\n \"status\": \"tentative\"\n },\n {\n \"actor\": {\n \"reference\": \"Practitioner/pra1255\",\n \"display\": \"Dr Adam Careful\"\n },\n \"required\": \"required\",\n \"status\": \"accepted\"\n }\n ],\n \"requestedPeriod\": [\n {\n \"start\": \"2020-05-23\",\n \"end\": \"2020-05-23\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Appointment/126\",\n \"resource\": {\n \"resourceType\": \"Appointment\",\n \"id\": \"126\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-05-10T03:55:17.405+00:00\",\n \"source\": \"#RTJWuip7OTKyTjG7\"\n },\n \"status\": \"proposed\",\n \"appointmentType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0276\",\n \"code\": \"CHECKUP\",\n \"display\": \"A routine check-up, such as an annual physical\"\n }\n ]\n },\n \"description\": \"Regular physical\",\n \"start\": \"2020-08-01T11:00:00Z\",\n \"end\": \"2020-08-01T13:00:00Z\",\n \"created\": \"2019-08-01\",\n \"participant\": [\n {\n \"actor\": {\n \"reference\": \"Patient/pat014\",\n \"display\": \"Peter James Chalmers\"\n },\n \"required\": \"required\",\n \"status\": \"tentative\"\n },\n {\n \"actor\": {\n \"reference\": \"Practitioner/pra1255\",\n \"display\": \"Dr Adam Careful\"\n },\n \"required\": \"required\",\n \"status\": \"accepted\"\n }\n ],\n \"requestedPeriod\": [\n {\n \"start\": \"2021-05-23\",\n \"end\": \"2021-05-23\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ]\n }\n },\n \"prefetch\": {\n \"encounterBundle\": {\n \"resourceType\": \"Bundle\",\n \"id\": \"def4ab7c-3ce3-441a-bed6-49267d0f787a\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-10T03:57:58.842+00:00\"\n },\n \"type\": \"searchset\",\n \"total\": 1,\n \"link\": [\n {\n \"relation\": \"self\",\n \"url\": \"https://inferno-qa.healthit.gov/reference-server/r4/Encounter?_id=enc-pat014-cold&_include=Encounter%3Apatient&_include=Encounter%3Aservice-provider&_include=Encounter%3Apractitioner&_include=Encounter%3Alocation\"\n }\n ],\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Encounter/enc-pat014-cold\",\n \"resource\": {\n \"resourceType\": \"Encounter\",\n \"id\": \"enc-pat014-cold\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.726+00:00\",\n \"source\": \"#2Co42uqYJxUtNNmA\"\n },\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185345009\",\n \"display\": \"Encounter for symptom\"\n }\n ]\n }\n ],\n \"priority\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103391001\",\n \"display\": \"Urgent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/pat014\",\n \"display\": \"Teddy\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"reference\": \"Practitioner/pra-sstrange\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2020-02-14T10:40:10+01:00\",\n \"end\": \"2020-02-14T12:40:10+01:00\"\n },\n \"length\": {\n \"value\": 56,\n \"unit\": \"minutes\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"min\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"82272006\",\n \"display\": \"Common cold (disorder)\"\n }\n ]\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/cond014b\",\n \"display\": \"The patient is treated for heartburn\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"AD\",\n \"display\": \"Admission diagnosis\"\n }\n ]\n },\n \"rank\": 2\n },\n {\n \"condition\": {\n \"reference\": \"Condition/cond014b\",\n \"display\": \"The patient is treated for heartburn\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"CC\",\n \"display\": \"Chief complaint\"\n }\n ]\n },\n \"rank\": 1\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Patient/pat014\",\n \"resource\": {\n \"resourceType\": \"Patient\",\n \"id\": \"pat014\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.662+00:00\",\n \"source\": \"#4RE6S8FR2Y44APk0\"\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><div class=\\\"hapiHeaderText\\\">Theodor Alan Roosevelt <b>ROOSEVELT </b></div><table class=\\\"hapiPropertyTable\\\"><tbody><tr><td>Identifier</td><td>0M846129001NF</td></tr><tr><td>Address</td><td><span>7525 Colshire Dr </span><br/><span>McLean </span><span>VA </span></td></tr><tr><td>Date of birth</td><td><span>04 July 1946</span></td></tr></tbody></table></div>\"\n },\n \"identifier\": [\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"MR\"\n }\n ],\n \"text\": \"Medical Record Number\"\n },\n \"system\": \"http://hl7.org/fhir/sid/us-medicare\",\n \"value\": \"0M846129001NF\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Roosevelt\",\n \"given\": [\n \"Theodor\",\n \"Alan\",\n \"Roosevelt\"\n ]\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"1946-07-04\",\n \"address\": [\n {\n \"use\": \"home\",\n \"type\": \"both\",\n \"line\": [\n \"7525 Colshire Dr\"\n ],\n \"city\": \"McLean\",\n \"state\": \"VA\",\n \"postalCode\": \"22102\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Practitioner/pra-sstrange\",\n \"resource\": {\n \"resourceType\": \"Practitioner\",\n \"id\": \"pra-sstrange\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:33.939+00:00\",\n \"source\": \"#zUqXWSo8DhSDB3un\"\n },\n \"identifier\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/us-npi\",\n \"value\": \"1122334466\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Strange\",\n \"given\": [\n \"Stephen\"\n ],\n \"prefix\": [\n \"Dr.\"\n ]\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n }\n ]\n },\n \"patient\": {\n \"resourceType\": \"Patient\",\n \"id\": \"pat014\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.662+00:00\",\n \"source\": \"#4RE6S8FR2Y44APk0\"\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><div class=\\\"hapiHeaderText\\\">Theodor Alan Roosevelt <b>ROOSEVELT </b></div><table class=\\\"hapiPropertyTable\\\"><tbody><tr><td>Identifier</td><td>0M846129001NF</td></tr><tr><td>Address</td><td><span>7525 Colshire Dr </span><br/><span>McLean </span><span>VA </span></td></tr><tr><td>Date of birth</td><td><span>04 July 1946</span></td></tr></tbody></table></div>\"\n },\n \"identifier\": [\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"MR\"\n }\n ],\n \"text\": \"Medical Record Number\"\n },\n \"system\": \"http://hl7.org/fhir/sid/us-medicare\",\n \"value\": \"0M846129001NF\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Roosevelt\",\n \"given\": [\n \"Theodor\",\n \"Alan\",\n \"Roosevelt\"\n ]\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"1946-07-04\",\n \"address\": [\n {\n \"use\": \"home\",\n \"type\": \"both\",\n \"line\": [\n \"7525 Colshire Dr\"\n ],\n \"city\": \"McLean\",\n \"state\": \"VA\",\n \"postalCode\": \"22102\"\n }\n ]\n },\n \"coverageBundle\": {\n \"resourceType\": \"Bundle\",\n \"id\": \"5b0be74e-9f57-4d11-a5e9-ec05fe9af42c\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-10T03:56:46.942+00:00\"\n },\n \"type\": \"searchset\",\n \"total\": 1,\n \"link\": [\n {\n \"relation\": \"self\",\n \"url\": \"https://inferno-qa.healthit.gov/reference-server/r4/Coverage?patient=pat014\"\n }\n ],\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Coverage/cov014\",\n \"resource\": {\n \"resourceType\": \"Coverage\",\n \"id\": \"cov014\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.696+00:00\",\n \"source\": \"#XvndBJotP6fVi3pl\"\n },\n \"status\": \"active\",\n \"subscriberId\": \"10A3D58WH1600\",\n \"beneficiary\": {\n \"reference\": \"Patient/pat014\"\n },\n \"payor\": [\n {\n \"reference\": \"Organization/org1234\"\n }\n ],\n \"class\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/coverage-class\",\n \"code\": \"plan\"\n }\n ]\n },\n \"value\": \"Medicare Part B\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ]\n }\n },\n \"extension\": {\n \"davinci-crd.configuration\": {\n \"coverage\": true,\n \"max-cards\": 10\n }\n }\n }\n]\n"
|
74
|
+
},
|
75
|
+
{
|
76
|
+
"name": "encounter_start_request_bodies",
|
77
|
+
"default": "[\n {\n \"hookInstance\": \"f3945c69-dfbe-44vf-ba6d-3e05e953b2ea\",\n \"fhirServer\": \"https://inferno-qa.healthit.gov/reference-server/r4\",\n \"hook\": \"encounter-start\",\n \"fhirAuthorization\": {\n \"access_token\": \"SAMPLE_TOKEN\",\n \"token_type\": \"Bearer\",\n \"expires_in\": 300,\n \"scope\": \"user/Patient.read user/Practitioner.read user/Encounter.read\",\n \"subject\": \"cds-service\"\n },\n \"context\": {\n \"userId\": \"PractitionerRole/A2340113\",\n \"patientId\": \"1288992\",\n \"encounterId\": \"456\"\n },\n \"prefetch\": {\n \"encounter\": {\n \"resourceType\": \"Encounter\",\n \"id\": \"456\",\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://www.amc.nl/zorgportal/identifiers/visits\",\n \"value\": \"v1451\"\n }\n ],\n \"status\": \"in-progress\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"270427003\",\n \"display\": \"Patient-initiated encounter\"\n }\n ]\n }\n ],\n \"priority\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"310361003\",\n \"display\": \"Non-urgent cardiological admission\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/1288992\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"reference\": \"Practitioner/1234\"\n }\n }\n ],\n \"length\": {\n \"value\": 140,\n \"unit\": \"min\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"min\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"34068001\",\n \"display\": \"Heart valve replacement\"\n }\n ]\n }\n ],\n \"hospitalization\": {\n \"preAdmissionIdentifier\": {\n \"use\": \"official\",\n \"system\": \"http://www.amc.nl/zorgportal/identifiers/pre-admissions\",\n \"value\": \"93042\"\n },\n \"admitSource\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"305956004\",\n \"display\": \"Referral by physician\"\n }\n ]\n },\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"306689006\",\n \"display\": \"Discharge to home\"\n }\n ]\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/org123\",\n \"display\": \"University Medical Center\"\n }\n }\n }\n },\n {\n \"hookInstance\": \"f3945c70-dfbe-44vf-ba6d-3e05e953b2ea\",\n \"fhirServer\": \"https://inferno-qa.healthit.gov/reference-server/r4\",\n \"hook\": \"encounter-start\",\n \"fhirAuthorization\": {\n \"access_token\": \"SAMPLE_TOKEN\",\n \"token_type\": \"Bearer\",\n \"expires_in\": 300,\n \"scope\": \"user/Patient.read user/Practitioner.read user/Encounter.read\",\n \"subject\": \"cds-service\"\n },\n \"context\": {\n \"userId\": \"PractitionerRole/A2340113\",\n \"patientId\": \"1288992\",\n \"encounterId\": \"457\"\n },\n \"prefetch\": {\n \"encounter\": {\n \"resourceType\": \"Encounter\",\n \"id\": \"457\",\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://www.amc.nl/zorgportal/identifiers/visits\",\n \"value\": \"v1451\"\n }\n ],\n \"status\": \"planned\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"270427003\",\n \"display\": \"Patient-initiated encounter\"\n }\n ]\n }\n ],\n \"priority\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"310361003\",\n \"display\": \"Non-urgent cardiological admission\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/1288992\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"reference\": \"Practitioner/1234\"\n }\n }\n ],\n \"length\": {\n \"value\": 140,\n \"unit\": \"min\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"min\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"34068001\",\n \"display\": \"Heart valve replacement\"\n }\n ]\n }\n ],\n \"hospitalization\": {\n \"preAdmissionIdentifier\": {\n \"use\": \"official\",\n \"system\": \"http://www.amc.nl/zorgportal/identifiers/pre-admissions\",\n \"value\": \"93042\"\n },\n \"admitSource\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"305956004\",\n \"display\": \"Referral by physician\"\n }\n ]\n },\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"306689006\",\n \"display\": \"Discharge to home\"\n }\n ]\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/org123\",\n \"display\": \"University Medical Center\"\n }\n }\n }\n }\n]\n",
|
78
|
+
"description": "To send multiple requests, provide as a JSON list, e.g., [json_body_1, json_body_2].. e.g. [json_body_1, json_body_2]",
|
79
|
+
"title": "Request body or bodies for invoking the `encounter-start` hook",
|
80
|
+
"type": "textarea",
|
81
|
+
"value": "[\n {\n \"hookInstance\": \"f3945c69-dfbe-44vf-ba6d-3e05e953b2ea\",\n \"fhirServer\": \"https://inferno-qa.healthit.gov/reference-server/r4\",\n \"hook\": \"encounter-start\",\n \"fhirAuthorization\": {\n \"access_token\": \"SAMPLE_TOKEN\",\n \"token_type\": \"Bearer\",\n \"expires_in\": 300,\n \"scope\": \"user/Patient.read user/Practitioner.read user/Encounter.read\",\n \"subject\": \"cds-service\"\n },\n \"context\": {\n \"userId\": \"PractitionerRole/A2340113\",\n \"patientId\": \"1288992\",\n \"encounterId\": \"456\"\n },\n \"prefetch\": {\n \"encounter\": {\n \"resourceType\": \"Encounter\",\n \"id\": \"456\",\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://www.amc.nl/zorgportal/identifiers/visits\",\n \"value\": \"v1451\"\n }\n ],\n \"status\": \"in-progress\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"270427003\",\n \"display\": \"Patient-initiated encounter\"\n }\n ]\n }\n ],\n \"priority\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"310361003\",\n \"display\": \"Non-urgent cardiological admission\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/1288992\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"reference\": \"Practitioner/1234\"\n }\n }\n ],\n \"length\": {\n \"value\": 140,\n \"unit\": \"min\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"min\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"34068001\",\n \"display\": \"Heart valve replacement\"\n }\n ]\n }\n ],\n \"hospitalization\": {\n \"preAdmissionIdentifier\": {\n \"use\": \"official\",\n \"system\": \"http://www.amc.nl/zorgportal/identifiers/pre-admissions\",\n \"value\": \"93042\"\n },\n \"admitSource\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"305956004\",\n \"display\": \"Referral by physician\"\n }\n ]\n },\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"306689006\",\n \"display\": \"Discharge to home\"\n }\n ]\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/org123\",\n \"display\": \"University Medical Center\"\n }\n }\n }\n },\n {\n \"hookInstance\": \"f3945c70-dfbe-44vf-ba6d-3e05e953b2ea\",\n \"fhirServer\": \"https://inferno-qa.healthit.gov/reference-server/r4\",\n \"hook\": \"encounter-start\",\n \"fhirAuthorization\": {\n \"access_token\": \"SAMPLE_TOKEN\",\n \"token_type\": \"Bearer\",\n \"expires_in\": 300,\n \"scope\": \"user/Patient.read user/Practitioner.read user/Encounter.read\",\n \"subject\": \"cds-service\"\n },\n \"context\": {\n \"userId\": \"PractitionerRole/A2340113\",\n \"patientId\": \"1288992\",\n \"encounterId\": \"457\"\n },\n \"prefetch\": {\n \"encounter\": {\n \"resourceType\": \"Encounter\",\n \"id\": \"457\",\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://www.amc.nl/zorgportal/identifiers/visits\",\n \"value\": \"v1451\"\n }\n ],\n \"status\": \"planned\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"270427003\",\n \"display\": \"Patient-initiated encounter\"\n }\n ]\n }\n ],\n \"priority\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"310361003\",\n \"display\": \"Non-urgent cardiological admission\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/1288992\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"reference\": \"Practitioner/1234\"\n }\n }\n ],\n \"length\": {\n \"value\": 140,\n \"unit\": \"min\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"min\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"34068001\",\n \"display\": \"Heart valve replacement\"\n }\n ]\n }\n ],\n \"hospitalization\": {\n \"preAdmissionIdentifier\": {\n \"use\": \"official\",\n \"system\": \"http://www.amc.nl/zorgportal/identifiers/pre-admissions\",\n \"value\": \"93042\"\n },\n \"admitSource\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"305956004\",\n \"display\": \"Referral by physician\"\n }\n ]\n },\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"306689006\",\n \"display\": \"Discharge to home\"\n }\n ]\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/org123\",\n \"display\": \"University Medical Center\"\n }\n }\n }\n }\n]\n"
|
82
|
+
},
|
83
|
+
{
|
84
|
+
"name": "encounter_discharge_request_bodies",
|
85
|
+
"default": "[\n {\n \"hookInstance\": \"f3945c69-dfbe-44vf-ba6d-3e05e123b2ea\",\n \"fhirServer\": \"https://inferno-qa.healthit.gov/reference-server/r4\",\n \"hook\": \"encounter-discharge\",\n \"fhirAuthorization\": {\n \"access_token\": \"SAMPLE_TOKEN\",\n \"token_type\": \"Bearer\",\n \"expires_in\": 300,\n \"scope\": \"user/Patient.read user/Practitioner.read user/Encounter.read\",\n \"subject\": \"cds-service\"\n },\n \"context\": {\n \"userId\": \"PractitionerRole/A2340113\",\n \"patientId\": \"1288992\",\n \"encounterId\": \"456\"\n },\n \"prefetch\": {\n \"encounter\": {\n \"resourceType\": \"Encounter\",\n \"id\": \"456\",\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://www.amc.nl/zorgportal/identifiers/visits\",\n \"value\": \"v1451\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"270427003\",\n \"display\": \"Patient-initiated encounter\"\n }\n ]\n }\n ],\n \"priority\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"310361003\",\n \"display\": \"Non-urgent cardiological admission\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/1288992\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"reference\": \"Practitioner/1234\"\n }\n }\n ],\n \"length\": {\n \"value\": 140,\n \"unit\": \"min\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"min\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"34068001\",\n \"display\": \"Heart valve replacement\"\n }\n ]\n }\n ],\n \"hospitalization\": {\n \"preAdmissionIdentifier\": {\n \"use\": \"official\",\n \"system\": \"http://www.amc.nl/zorgportal/identifiers/pre-admissions\",\n \"value\": \"93042\"\n },\n \"admitSource\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"305956004\",\n \"display\": \"Referral by physician\"\n }\n ]\n },\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"306689006\",\n \"display\": \"Discharge to home\"\n }\n ]\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/org123\",\n \"display\": \"University Medical Center\"\n }\n }\n }\n },\n {\n \"hookInstance\": \"f3945c70-dfbe-44vf-ba6d-3e05e953b2vf\",\n \"fhirServer\": \"https://inferno-qa.healthit.gov/reference-server/r4\",\n \"hook\": \"encounter-discharge\",\n \"fhirAuthorization\": {\n \"access_token\": \"SAMPLE_TOKEN\",\n \"token_type\": \"Bearer\",\n \"expires_in\": 300,\n \"scope\": \"user/Patient.read user/Practitioner.read user/Encounter.read\",\n \"subject\": \"cds-service\"\n },\n \"context\": {\n \"userId\": \"PractitionerRole/A2340113\",\n \"patientId\": \"1288992\",\n \"encounterId\": \"457\"\n },\n \"prefetch\": {\n \"encounter\": {\n \"resourceType\": \"Encounter\",\n \"id\": \"457\",\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://www.amc.nl/zorgportal/identifiers/visits\",\n \"value\": \"v1451\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"270427003\",\n \"display\": \"Patient-initiated encounter\"\n }\n ]\n }\n ],\n \"priority\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"310361003\",\n \"display\": \"Non-urgent cardiological admission\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/1288992\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"reference\": \"Practitioner/1234\"\n }\n }\n ],\n \"length\": {\n \"value\": 140,\n \"unit\": \"min\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"min\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"34068001\",\n \"display\": \"Heart valve replacement\"\n }\n ]\n }\n ],\n \"hospitalization\": {\n \"preAdmissionIdentifier\": {\n \"use\": \"official\",\n \"system\": \"http://www.amc.nl/zorgportal/identifiers/pre-admissions\",\n \"value\": \"93042\"\n },\n \"admitSource\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"305956004\",\n \"display\": \"Referral by physician\"\n }\n ]\n },\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"306689006\",\n \"display\": \"Discharge to home\"\n }\n ]\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/org123\",\n \"display\": \"University Medical Center\"\n }\n }\n }\n }\n]\n",
|
86
|
+
"description": "To send multiple requests, provide as a JSON list, e.g., [json_body_1, json_body_2].. e.g. [json_body_1, json_body_2]",
|
87
|
+
"title": "Request body or bodies for invoking the `encounter-discharge` hook",
|
88
|
+
"type": "textarea",
|
89
|
+
"value": "[\n {\n \"hookInstance\": \"f3945c69-dfbe-44vf-ba6d-3e05e123b2ea\",\n \"fhirServer\": \"https://inferno-qa.healthit.gov/reference-server/r4\",\n \"hook\": \"encounter-discharge\",\n \"fhirAuthorization\": {\n \"access_token\": \"SAMPLE_TOKEN\",\n \"token_type\": \"Bearer\",\n \"expires_in\": 300,\n \"scope\": \"user/Patient.read user/Practitioner.read user/Encounter.read\",\n \"subject\": \"cds-service\"\n },\n \"context\": {\n \"userId\": \"PractitionerRole/A2340113\",\n \"patientId\": \"1288992\",\n \"encounterId\": \"456\"\n },\n \"prefetch\": {\n \"encounter\": {\n \"resourceType\": \"Encounter\",\n \"id\": \"456\",\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://www.amc.nl/zorgportal/identifiers/visits\",\n \"value\": \"v1451\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"270427003\",\n \"display\": \"Patient-initiated encounter\"\n }\n ]\n }\n ],\n \"priority\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"310361003\",\n \"display\": \"Non-urgent cardiological admission\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/1288992\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"reference\": \"Practitioner/1234\"\n }\n }\n ],\n \"length\": {\n \"value\": 140,\n \"unit\": \"min\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"min\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"34068001\",\n \"display\": \"Heart valve replacement\"\n }\n ]\n }\n ],\n \"hospitalization\": {\n \"preAdmissionIdentifier\": {\n \"use\": \"official\",\n \"system\": \"http://www.amc.nl/zorgportal/identifiers/pre-admissions\",\n \"value\": \"93042\"\n },\n \"admitSource\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"305956004\",\n \"display\": \"Referral by physician\"\n }\n ]\n },\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"306689006\",\n \"display\": \"Discharge to home\"\n }\n ]\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/org123\",\n \"display\": \"University Medical Center\"\n }\n }\n }\n },\n {\n \"hookInstance\": \"f3945c70-dfbe-44vf-ba6d-3e05e953b2vf\",\n \"fhirServer\": \"https://inferno-qa.healthit.gov/reference-server/r4\",\n \"hook\": \"encounter-discharge\",\n \"fhirAuthorization\": {\n \"access_token\": \"SAMPLE_TOKEN\",\n \"token_type\": \"Bearer\",\n \"expires_in\": 300,\n \"scope\": \"user/Patient.read user/Practitioner.read user/Encounter.read\",\n \"subject\": \"cds-service\"\n },\n \"context\": {\n \"userId\": \"PractitionerRole/A2340113\",\n \"patientId\": \"1288992\",\n \"encounterId\": \"457\"\n },\n \"prefetch\": {\n \"encounter\": {\n \"resourceType\": \"Encounter\",\n \"id\": \"457\",\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://www.amc.nl/zorgportal/identifiers/visits\",\n \"value\": \"v1451\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"270427003\",\n \"display\": \"Patient-initiated encounter\"\n }\n ]\n }\n ],\n \"priority\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"310361003\",\n \"display\": \"Non-urgent cardiological admission\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/1288992\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"reference\": \"Practitioner/1234\"\n }\n }\n ],\n \"length\": {\n \"value\": 140,\n \"unit\": \"min\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"min\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"34068001\",\n \"display\": \"Heart valve replacement\"\n }\n ]\n }\n ],\n \"hospitalization\": {\n \"preAdmissionIdentifier\": {\n \"use\": \"official\",\n \"system\": \"http://www.amc.nl/zorgportal/identifiers/pre-admissions\",\n \"value\": \"93042\"\n },\n \"admitSource\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"305956004\",\n \"display\": \"Referral by physician\"\n }\n ]\n },\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"306689006\",\n \"display\": \"Discharge to home\"\n }\n ]\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/org123\",\n \"display\": \"University Medical Center\"\n }\n }\n }\n }\n]\n"
|
90
|
+
},
|
91
|
+
{
|
92
|
+
"name": "order_select_request_bodies",
|
93
|
+
"default": "[\n {\n \"hookInstance\": \"d1577c69-dfbe-44ad-ba6d-3e05e953b2ea\",\n \"fhirServer\": \"https://inferno-qa.healthit.gov/reference-server/r4\",\n \"hook\": \"order-select\",\n \"fhirAuthorization\": {\n \"access_token\": \"SAMPLE_TOKEN\",\n \"token_type\": \"Bearer\",\n \"expires_in\": 300,\n \"scope\": \"patient/Patient.read patient/Observation.read\",\n \"subject\": \"cds-service4\"\n },\n \"context\": {\n \"userId\": \"Practitioner/pra1234\",\n \"patientId\": \"pat014\",\n \"encounterId\": \"enc-pat014-cold\",\n \"selections\": [\n \"MedicationRequest/pat014-mr-azathioprine\"\n ],\n \"draftOrders\": {\n \"resourceType\": \"Bundle\",\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/MedicationRequest/pat014-mr-azathioprine\",\n \"resource\": {\n \"resourceType\": \"MedicationRequest\",\n \"id\": \"pat014-mr-azathioprine\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.896+00:00\",\n \"source\": \"#R0SZmSGTb4YcV7ig\"\n },\n \"identifier\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"PLAC\"\n }\n ]\n },\n \"value\": \"25839b73-fcc9-4706-8c77-a806995b8109\"\n }\n ],\n \"status\": \"draft\",\n \"intent\": \"order\",\n \"medicationCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\",\n \"code\": \"105611\",\n \"display\": \"azathioprine 50 MG Oral Tablet [Imuran]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/pat014\",\n \"display\": \"Theodor Roosevelt\"\n },\n \"authoredOn\": \"2020-05-11\",\n \"requester\": {\n \"reference\": \"Practitioner/pra1234\",\n \"display\": \"Jane Doe\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"52042003\",\n \"display\": \"Systemic lupus erythematosus glomerulonephritis syndrome, World Health Organization class V (disorder)\"\n }\n ]\n }\n ],\n \"insurance\": [\n {\n \"reference\": \"Coverage/cov014\"\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"50 mg PO daily for remission induction\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"26643006\",\n \"display\": \"Oral route (qualifier value)\"\n }\n ]\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 50,\n \"unit\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n }\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"numberOfRepeatsAllowed\": 3,\n \"quantity\": {\n \"value\": 90,\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n }\n }\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ]\n }\n },\n \"prefetch\": {\n \"coverageBundle\": {\n \"resourceType\": \"Bundle\",\n \"id\": \"5b0be74e-9f57-4d11-a5e9-ec05fe9af42c\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-10T03:56:46.942+00:00\"\n },\n \"type\": \"searchset\",\n \"total\": 1,\n \"link\": [\n {\n \"relation\": \"self\",\n \"url\": \"https://inferno-qa.healthit.gov/reference-server/r4/Coverage?patient=pat014\"\n }\n ],\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Coverage/cov014\",\n \"resource\": {\n \"resourceType\": \"Coverage\",\n \"id\": \"cov014\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.696+00:00\",\n \"source\": \"#XvndBJotP6fVi3pl\"\n },\n \"status\": \"active\",\n \"subscriberId\": \"10A3D58WH1600\",\n \"beneficiary\": {\n \"reference\": \"Patient/pat014\"\n },\n \"payor\": [\n {\n \"reference\": \"Organization/org1234\"\n }\n ],\n \"class\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/coverage-class\",\n \"code\": \"plan\"\n }\n ]\n },\n \"value\": \"Medicare Part B\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ]\n },\n \"medicationRequestBundle\": {\n \"resourceType\": \"Bundle\",\n \"id\": \"849b9827-9a1e-4362-9407-516253badc0e\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-10T04:42:06.884+00:00\"\n },\n \"type\": \"searchset\",\n \"total\": 1,\n \"link\": [\n {\n \"relation\": \"self\",\n \"url\": \"https://inferno-qa.healthit.gov/reference-server/r4/MedicationRequest?_id=pat014-mr-azathioprine&_include=MedicationRequest%3Apatient&_include=MedicationRequest%3Aintended-dispenser&_include=MedicationRequest%3Arequester%3APractitionerRole&_include=MedicationRequest%3Amedication&_include%3Aiterate=PractitionerRole%3Aorganization&_include%3Aiterate=PractitionerRole%3Apractitioner\"\n }\n ],\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/MedicationRequest/pat014-mr-azathioprine\",\n \"resource\": {\n \"resourceType\": \"MedicationRequest\",\n \"id\": \"pat014-mr-azathioprine\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.896+00:00\",\n \"source\": \"#R0SZmSGTb4YcV7ig\"\n },\n \"identifier\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"PLAC\"\n }\n ]\n },\n \"value\": \"25839b73-fcc9-4706-8c77-a806995b8109\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"order\",\n \"medicationCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\",\n \"code\": \"105611\",\n \"display\": \"azathioprine 50 MG Oral Tablet [Imuran]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/pat014\",\n \"display\": \"Theodor Roosevelt\"\n },\n \"authoredOn\": \"2020-05-11\",\n \"requester\": {\n \"reference\": \"Practitioner/pra1234\",\n \"display\": \"Jane Doe\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"52042003\",\n \"display\": \"Systemic lupus erythematosus glomerulonephritis syndrome, World Health Organization class V (disorder)\"\n }\n ]\n }\n ],\n \"insurance\": [\n {\n \"reference\": \"Coverage/cov014\"\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"50 mg PO daily for remission induction\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"26643006\",\n \"display\": \"Oral route (qualifier value)\"\n }\n ]\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 50,\n \"unit\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n }\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"numberOfRepeatsAllowed\": 3,\n \"quantity\": {\n \"value\": 90,\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n }\n }\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Patient/pat014\",\n \"resource\": {\n \"resourceType\": \"Patient\",\n \"id\": \"pat014\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.662+00:00\",\n \"source\": \"#4RE6S8FR2Y44APk0\"\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><div class=\\\"hapiHeaderText\\\">Theodor Alan Roosevelt <b>ROOSEVELT </b></div><table class=\\\"hapiPropertyTable\\\"><tbody><tr><td>Identifier</td><td>0M846129001NF</td></tr><tr><td>Address</td><td><span>7525 Colshire Dr </span><br/><span>McLean </span><span>VA </span></td></tr><tr><td>Date of birth</td><td><span>04 July 1946</span></td></tr></tbody></table></div>\"\n },\n \"identifier\": [\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"MR\"\n }\n ],\n \"text\": \"Medical Record Number\"\n },\n \"system\": \"http://hl7.org/fhir/sid/us-medicare\",\n \"value\": \"0M846129001NF\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Roosevelt\",\n \"given\": [\n \"Theodor\",\n \"Alan\",\n \"Roosevelt\"\n ]\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"1946-07-04\",\n \"address\": [\n {\n \"use\": \"home\",\n \"type\": \"both\",\n \"line\": [\n \"7525 Colshire Dr\"\n ],\n \"city\": \"McLean\",\n \"state\": \"VA\",\n \"postalCode\": \"22102\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n }\n ]\n }\n },\n \"extension\": {\n \"davinci-crd.configuration\": {\n \"coverage\": true,\n \"max-cards\": 10\n }\n }\n },\n {\n \"hookInstance\": \"d1577c69-dfbe-44ad-ba6d-3e05e953b2ea\",\n \"fhirServer\": \"https://inferno-qa.healthit.gov/reference-server/r4\",\n \"hook\": \"order-select\",\n \"fhirAuthorization\": {\n \"access_token\": \"SAMPLE_TOKEN\",\n \"token_type\": \"Bearer\",\n \"expires_in\": 300,\n \"scope\": \"patient/Patient.read patient/Observation.read\",\n \"subject\": \"cds-service4\"\n },\n \"context\": {\n \"userId\": \"Practitioner/pra1234\",\n \"patientId\": \"pat014\",\n \"encounterId\": \"enc-pat014-cold\",\n \"selections\": [\n \"MedicationRequest/pat014-mr-methotrexate\"\n ],\n \"draftOrders\": {\n \"resourceType\": \"Bundle\",\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/MedicationRequest/pat014-mr-methotrexate\",\n \"resource\": {\n \"resourceType\": \"MedicationRequest\",\n \"id\": \"pat014-mr-methotrexate\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.902+00:00\",\n \"source\": \"#45wKMkOdkBDxxP7q\"\n },\n \"identifier\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"PLAC\"\n }\n ]\n },\n \"value\": \"9ae058cc-ffdc-4680-b39f-6a38bfde01ac\"\n }\n ],\n \"status\": \"draft\",\n \"intent\": \"order\",\n \"medicationCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\",\n \"code\": \"105585\",\n \"display\": \"methotrexate 2.5 MG Oral Tablet\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/pat014\",\n \"display\": \"Theodor Roosevelt\"\n },\n \"authoredOn\": \"2020-07-11\",\n \"requester\": {\n \"reference\": \"Practitioner/pra1234\",\n \"display\": \"Jane Doe\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"52042003\",\n \"display\": \"Systemic lupus erythematosus glomerulonephritis syndrome, World Health Organization class V (disorder)\"\n }\n ]\n }\n ],\n \"insurance\": [\n {\n \"reference\": \"Coverage/cov014\"\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"7.5 mg PO daily for remission induction\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"26643006\",\n \"display\": \"Oral route (qualifier value)\"\n }\n ]\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 7.5,\n \"unit\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n }\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"numberOfRepeatsAllowed\": 3,\n \"quantity\": {\n \"value\": 90,\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n }\n }\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ]\n }\n },\n \"prefetch\": {\n \"coverageBundle\": {\n \"resourceType\": \"Bundle\",\n \"id\": \"5b0be74e-9f57-4d11-a5e9-ec05fe9af42c\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-10T03:56:46.942+00:00\"\n },\n \"type\": \"searchset\",\n \"total\": 1,\n \"link\": [\n {\n \"relation\": \"self\",\n \"url\": \"https://inferno-qa.healthit.gov/reference-server/r4/Coverage?patient=pat014\"\n }\n ],\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Coverage/cov014\",\n \"resource\": {\n \"resourceType\": \"Coverage\",\n \"id\": \"cov014\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.696+00:00\",\n \"source\": \"#XvndBJotP6fVi3pl\"\n },\n \"status\": \"active\",\n \"subscriberId\": \"10A3D58WH1600\",\n \"beneficiary\": {\n \"reference\": \"Patient/pat014\"\n },\n \"payor\": [\n {\n \"reference\": \"Organization/org1234\"\n }\n ],\n \"class\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/coverage-class\",\n \"code\": \"plan\"\n }\n ]\n },\n \"value\": \"Medicare Part B\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ]\n },\n \"medicationRequestBundle\": {\n \"resourceType\": \"Bundle\",\n \"id\": \"37c876de-c44c-400b-b0a7-c71af8028c30\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-10T04:47:28.765+00:00\"\n },\n \"type\": \"searchset\",\n \"total\": 1,\n \"link\": [\n {\n \"relation\": \"self\",\n \"url\": \"https://inferno-qa.healthit.gov/reference-server/r4/MedicationRequest?_id=pat014-mr-methotrexate&_include=MedicationRequest%3Apatient&_include=MedicationRequest%3Aintended-dispenser&_include=MedicationRequest%3Arequester%3APractitionerRole&_include=MedicationRequest%3Amedication&_include%3Aiterate=PractitionerRole%3Aorganization&_include%3Aiterate=PractitionerRole%3Apractitioner\"\n }\n ],\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/MedicationRequest/pat014-mr-methotrexate\",\n \"resource\": {\n \"resourceType\": \"MedicationRequest\",\n \"id\": \"pat014-mr-methotrexate\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.902+00:00\",\n \"source\": \"#45wKMkOdkBDxxP7q\"\n },\n \"identifier\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"PLAC\"\n }\n ]\n },\n \"value\": \"9ae058cc-ffdc-4680-b39f-6a38bfde01ac\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"order\",\n \"medicationCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\",\n \"code\": \"105585\",\n \"display\": \"methotrexate 2.5 MG Oral Tablet\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/pat014\",\n \"display\": \"Theodor Roosevelt\"\n },\n \"authoredOn\": \"2020-07-11\",\n \"requester\": {\n \"reference\": \"Practitioner/pra1234\",\n \"display\": \"Jane Doe\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"52042003\",\n \"display\": \"Systemic lupus erythematosus glomerulonephritis syndrome, World Health Organization class V (disorder)\"\n }\n ]\n }\n ],\n \"insurance\": [\n {\n \"reference\": \"Coverage/cov014\"\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"7.5 mg PO daily for remission induction\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"26643006\",\n \"display\": \"Oral route (qualifier value)\"\n }\n ]\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 7.5,\n \"unit\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n }\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"numberOfRepeatsAllowed\": 3,\n \"quantity\": {\n \"value\": 90,\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n }\n }\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Patient/pat014\",\n \"resource\": {\n \"resourceType\": \"Patient\",\n \"id\": \"pat014\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.662+00:00\",\n \"source\": \"#4RE6S8FR2Y44APk0\"\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><div class=\\\"hapiHeaderText\\\">Theodor Alan Roosevelt <b>ROOSEVELT </b></div><table class=\\\"hapiPropertyTable\\\"><tbody><tr><td>Identifier</td><td>0M846129001NF</td></tr><tr><td>Address</td><td><span>7525 Colshire Dr </span><br/><span>McLean </span><span>VA </span></td></tr><tr><td>Date of birth</td><td><span>04 July 1946</span></td></tr></tbody></table></div>\"\n },\n \"identifier\": [\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"MR\"\n }\n ],\n \"text\": \"Medical Record Number\"\n },\n \"system\": \"http://hl7.org/fhir/sid/us-medicare\",\n \"value\": \"0M846129001NF\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Roosevelt\",\n \"given\": [\n \"Theodor\",\n \"Alan\",\n \"Roosevelt\"\n ]\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"1946-07-04\",\n \"address\": [\n {\n \"use\": \"home\",\n \"type\": \"both\",\n \"line\": [\n \"7525 Colshire Dr\"\n ],\n \"city\": \"McLean\",\n \"state\": \"VA\",\n \"postalCode\": \"22102\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n }\n ]\n }\n },\n \"extension\": {\n \"davinci-crd.configuration\": {\n \"coverage\": true,\n \"max-cards\": 10\n }\n }\n }\n]\n",
|
94
|
+
"description": "To send multiple requests, provide as a JSON list, e.g., [json_body_1, json_body_2].. e.g. [json_body_1, json_body_2]",
|
95
|
+
"title": "Request body or bodies for invoking the `order-select` hook",
|
96
|
+
"type": "textarea",
|
97
|
+
"value": "[\n {\n \"hookInstance\": \"d1577c69-dfbe-44ad-ba6d-3e05e953b2ea\",\n \"fhirServer\": \"https://inferno-qa.healthit.gov/reference-server/r4\",\n \"hook\": \"order-select\",\n \"fhirAuthorization\": {\n \"access_token\": \"SAMPLE_TOKEN\",\n \"token_type\": \"Bearer\",\n \"expires_in\": 300,\n \"scope\": \"patient/Patient.read patient/Observation.read\",\n \"subject\": \"cds-service4\"\n },\n \"context\": {\n \"userId\": \"Practitioner/pra1234\",\n \"patientId\": \"pat014\",\n \"encounterId\": \"enc-pat014-cold\",\n \"selections\": [\n \"MedicationRequest/pat014-mr-azathioprine\"\n ],\n \"draftOrders\": {\n \"resourceType\": \"Bundle\",\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/MedicationRequest/pat014-mr-azathioprine\",\n \"resource\": {\n \"resourceType\": \"MedicationRequest\",\n \"id\": \"pat014-mr-azathioprine\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.896+00:00\",\n \"source\": \"#R0SZmSGTb4YcV7ig\"\n },\n \"identifier\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"PLAC\"\n }\n ]\n },\n \"value\": \"25839b73-fcc9-4706-8c77-a806995b8109\"\n }\n ],\n \"status\": \"draft\",\n \"intent\": \"order\",\n \"medicationCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\",\n \"code\": \"105611\",\n \"display\": \"azathioprine 50 MG Oral Tablet [Imuran]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/pat014\",\n \"display\": \"Theodor Roosevelt\"\n },\n \"authoredOn\": \"2020-05-11\",\n \"requester\": {\n \"reference\": \"Practitioner/pra1234\",\n \"display\": \"Jane Doe\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"52042003\",\n \"display\": \"Systemic lupus erythematosus glomerulonephritis syndrome, World Health Organization class V (disorder)\"\n }\n ]\n }\n ],\n \"insurance\": [\n {\n \"reference\": \"Coverage/cov014\"\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"50 mg PO daily for remission induction\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"26643006\",\n \"display\": \"Oral route (qualifier value)\"\n }\n ]\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 50,\n \"unit\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n }\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"numberOfRepeatsAllowed\": 3,\n \"quantity\": {\n \"value\": 90,\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n }\n }\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ]\n }\n },\n \"prefetch\": {\n \"coverageBundle\": {\n \"resourceType\": \"Bundle\",\n \"id\": \"5b0be74e-9f57-4d11-a5e9-ec05fe9af42c\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-10T03:56:46.942+00:00\"\n },\n \"type\": \"searchset\",\n \"total\": 1,\n \"link\": [\n {\n \"relation\": \"self\",\n \"url\": \"https://inferno-qa.healthit.gov/reference-server/r4/Coverage?patient=pat014\"\n }\n ],\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Coverage/cov014\",\n \"resource\": {\n \"resourceType\": \"Coverage\",\n \"id\": \"cov014\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.696+00:00\",\n \"source\": \"#XvndBJotP6fVi3pl\"\n },\n \"status\": \"active\",\n \"subscriberId\": \"10A3D58WH1600\",\n \"beneficiary\": {\n \"reference\": \"Patient/pat014\"\n },\n \"payor\": [\n {\n \"reference\": \"Organization/org1234\"\n }\n ],\n \"class\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/coverage-class\",\n \"code\": \"plan\"\n }\n ]\n },\n \"value\": \"Medicare Part B\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ]\n },\n \"medicationRequestBundle\": {\n \"resourceType\": \"Bundle\",\n \"id\": \"849b9827-9a1e-4362-9407-516253badc0e\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-10T04:42:06.884+00:00\"\n },\n \"type\": \"searchset\",\n \"total\": 1,\n \"link\": [\n {\n \"relation\": \"self\",\n \"url\": \"https://inferno-qa.healthit.gov/reference-server/r4/MedicationRequest?_id=pat014-mr-azathioprine&_include=MedicationRequest%3Apatient&_include=MedicationRequest%3Aintended-dispenser&_include=MedicationRequest%3Arequester%3APractitionerRole&_include=MedicationRequest%3Amedication&_include%3Aiterate=PractitionerRole%3Aorganization&_include%3Aiterate=PractitionerRole%3Apractitioner\"\n }\n ],\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/MedicationRequest/pat014-mr-azathioprine\",\n \"resource\": {\n \"resourceType\": \"MedicationRequest\",\n \"id\": \"pat014-mr-azathioprine\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.896+00:00\",\n \"source\": \"#R0SZmSGTb4YcV7ig\"\n },\n \"identifier\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"PLAC\"\n }\n ]\n },\n \"value\": \"25839b73-fcc9-4706-8c77-a806995b8109\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"order\",\n \"medicationCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\",\n \"code\": \"105611\",\n \"display\": \"azathioprine 50 MG Oral Tablet [Imuran]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/pat014\",\n \"display\": \"Theodor Roosevelt\"\n },\n \"authoredOn\": \"2020-05-11\",\n \"requester\": {\n \"reference\": \"Practitioner/pra1234\",\n \"display\": \"Jane Doe\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"52042003\",\n \"display\": \"Systemic lupus erythematosus glomerulonephritis syndrome, World Health Organization class V (disorder)\"\n }\n ]\n }\n ],\n \"insurance\": [\n {\n \"reference\": \"Coverage/cov014\"\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"50 mg PO daily for remission induction\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"26643006\",\n \"display\": \"Oral route (qualifier value)\"\n }\n ]\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 50,\n \"unit\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n }\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"numberOfRepeatsAllowed\": 3,\n \"quantity\": {\n \"value\": 90,\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n }\n }\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Patient/pat014\",\n \"resource\": {\n \"resourceType\": \"Patient\",\n \"id\": \"pat014\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.662+00:00\",\n \"source\": \"#4RE6S8FR2Y44APk0\"\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><div class=\\\"hapiHeaderText\\\">Theodor Alan Roosevelt <b>ROOSEVELT </b></div><table class=\\\"hapiPropertyTable\\\"><tbody><tr><td>Identifier</td><td>0M846129001NF</td></tr><tr><td>Address</td><td><span>7525 Colshire Dr </span><br/><span>McLean </span><span>VA </span></td></tr><tr><td>Date of birth</td><td><span>04 July 1946</span></td></tr></tbody></table></div>\"\n },\n \"identifier\": [\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"MR\"\n }\n ],\n \"text\": \"Medical Record Number\"\n },\n \"system\": \"http://hl7.org/fhir/sid/us-medicare\",\n \"value\": \"0M846129001NF\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Roosevelt\",\n \"given\": [\n \"Theodor\",\n \"Alan\",\n \"Roosevelt\"\n ]\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"1946-07-04\",\n \"address\": [\n {\n \"use\": \"home\",\n \"type\": \"both\",\n \"line\": [\n \"7525 Colshire Dr\"\n ],\n \"city\": \"McLean\",\n \"state\": \"VA\",\n \"postalCode\": \"22102\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n }\n ]\n }\n },\n \"extension\": {\n \"davinci-crd.configuration\": {\n \"coverage\": true,\n \"max-cards\": 10\n }\n }\n },\n {\n \"hookInstance\": \"d1577c69-dfbe-44ad-ba6d-3e05e953b2ea\",\n \"fhirServer\": \"https://inferno-qa.healthit.gov/reference-server/r4\",\n \"hook\": \"order-select\",\n \"fhirAuthorization\": {\n \"access_token\": \"SAMPLE_TOKEN\",\n \"token_type\": \"Bearer\",\n \"expires_in\": 300,\n \"scope\": \"patient/Patient.read patient/Observation.read\",\n \"subject\": \"cds-service4\"\n },\n \"context\": {\n \"userId\": \"Practitioner/pra1234\",\n \"patientId\": \"pat014\",\n \"encounterId\": \"enc-pat014-cold\",\n \"selections\": [\n \"MedicationRequest/pat014-mr-methotrexate\"\n ],\n \"draftOrders\": {\n \"resourceType\": \"Bundle\",\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/MedicationRequest/pat014-mr-methotrexate\",\n \"resource\": {\n \"resourceType\": \"MedicationRequest\",\n \"id\": \"pat014-mr-methotrexate\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.902+00:00\",\n \"source\": \"#45wKMkOdkBDxxP7q\"\n },\n \"identifier\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"PLAC\"\n }\n ]\n },\n \"value\": \"9ae058cc-ffdc-4680-b39f-6a38bfde01ac\"\n }\n ],\n \"status\": \"draft\",\n \"intent\": \"order\",\n \"medicationCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\",\n \"code\": \"105585\",\n \"display\": \"methotrexate 2.5 MG Oral Tablet\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/pat014\",\n \"display\": \"Theodor Roosevelt\"\n },\n \"authoredOn\": \"2020-07-11\",\n \"requester\": {\n \"reference\": \"Practitioner/pra1234\",\n \"display\": \"Jane Doe\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"52042003\",\n \"display\": \"Systemic lupus erythematosus glomerulonephritis syndrome, World Health Organization class V (disorder)\"\n }\n ]\n }\n ],\n \"insurance\": [\n {\n \"reference\": \"Coverage/cov014\"\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"7.5 mg PO daily for remission induction\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"26643006\",\n \"display\": \"Oral route (qualifier value)\"\n }\n ]\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 7.5,\n \"unit\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n }\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"numberOfRepeatsAllowed\": 3,\n \"quantity\": {\n \"value\": 90,\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n }\n }\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ]\n }\n },\n \"prefetch\": {\n \"coverageBundle\": {\n \"resourceType\": \"Bundle\",\n \"id\": \"5b0be74e-9f57-4d11-a5e9-ec05fe9af42c\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-10T03:56:46.942+00:00\"\n },\n \"type\": \"searchset\",\n \"total\": 1,\n \"link\": [\n {\n \"relation\": \"self\",\n \"url\": \"https://inferno-qa.healthit.gov/reference-server/r4/Coverage?patient=pat014\"\n }\n ],\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Coverage/cov014\",\n \"resource\": {\n \"resourceType\": \"Coverage\",\n \"id\": \"cov014\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.696+00:00\",\n \"source\": \"#XvndBJotP6fVi3pl\"\n },\n \"status\": \"active\",\n \"subscriberId\": \"10A3D58WH1600\",\n \"beneficiary\": {\n \"reference\": \"Patient/pat014\"\n },\n \"payor\": [\n {\n \"reference\": \"Organization/org1234\"\n }\n ],\n \"class\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/coverage-class\",\n \"code\": \"plan\"\n }\n ]\n },\n \"value\": \"Medicare Part B\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ]\n },\n \"medicationRequestBundle\": {\n \"resourceType\": \"Bundle\",\n \"id\": \"37c876de-c44c-400b-b0a7-c71af8028c30\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-10T04:47:28.765+00:00\"\n },\n \"type\": \"searchset\",\n \"total\": 1,\n \"link\": [\n {\n \"relation\": \"self\",\n \"url\": \"https://inferno-qa.healthit.gov/reference-server/r4/MedicationRequest?_id=pat014-mr-methotrexate&_include=MedicationRequest%3Apatient&_include=MedicationRequest%3Aintended-dispenser&_include=MedicationRequest%3Arequester%3APractitionerRole&_include=MedicationRequest%3Amedication&_include%3Aiterate=PractitionerRole%3Aorganization&_include%3Aiterate=PractitionerRole%3Apractitioner\"\n }\n ],\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/MedicationRequest/pat014-mr-methotrexate\",\n \"resource\": {\n \"resourceType\": \"MedicationRequest\",\n \"id\": \"pat014-mr-methotrexate\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.902+00:00\",\n \"source\": \"#45wKMkOdkBDxxP7q\"\n },\n \"identifier\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"PLAC\"\n }\n ]\n },\n \"value\": \"9ae058cc-ffdc-4680-b39f-6a38bfde01ac\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"order\",\n \"medicationCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\",\n \"code\": \"105585\",\n \"display\": \"methotrexate 2.5 MG Oral Tablet\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/pat014\",\n \"display\": \"Theodor Roosevelt\"\n },\n \"authoredOn\": \"2020-07-11\",\n \"requester\": {\n \"reference\": \"Practitioner/pra1234\",\n \"display\": \"Jane Doe\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"52042003\",\n \"display\": \"Systemic lupus erythematosus glomerulonephritis syndrome, World Health Organization class V (disorder)\"\n }\n ]\n }\n ],\n \"insurance\": [\n {\n \"reference\": \"Coverage/cov014\"\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"7.5 mg PO daily for remission induction\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"26643006\",\n \"display\": \"Oral route (qualifier value)\"\n }\n ]\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 7.5,\n \"unit\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n }\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"numberOfRepeatsAllowed\": 3,\n \"quantity\": {\n \"value\": 90,\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n }\n }\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Patient/pat014\",\n \"resource\": {\n \"resourceType\": \"Patient\",\n \"id\": \"pat014\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.662+00:00\",\n \"source\": \"#4RE6S8FR2Y44APk0\"\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><div class=\\\"hapiHeaderText\\\">Theodor Alan Roosevelt <b>ROOSEVELT </b></div><table class=\\\"hapiPropertyTable\\\"><tbody><tr><td>Identifier</td><td>0M846129001NF</td></tr><tr><td>Address</td><td><span>7525 Colshire Dr </span><br/><span>McLean </span><span>VA </span></td></tr><tr><td>Date of birth</td><td><span>04 July 1946</span></td></tr></tbody></table></div>\"\n },\n \"identifier\": [\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"MR\"\n }\n ],\n \"text\": \"Medical Record Number\"\n },\n \"system\": \"http://hl7.org/fhir/sid/us-medicare\",\n \"value\": \"0M846129001NF\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Roosevelt\",\n \"given\": [\n \"Theodor\",\n \"Alan\",\n \"Roosevelt\"\n ]\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"1946-07-04\",\n \"address\": [\n {\n \"use\": \"home\",\n \"type\": \"both\",\n \"line\": [\n \"7525 Colshire Dr\"\n ],\n \"city\": \"McLean\",\n \"state\": \"VA\",\n \"postalCode\": \"22102\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n }\n ]\n }\n },\n \"extension\": {\n \"davinci-crd.configuration\": {\n \"coverage\": true,\n \"max-cards\": 10\n }\n }\n }\n]\n"
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"name": "order_dispatch_request_bodies",
|
101
|
+
"default": "[\n {\n \"hookInstance\": \"f3945c39-dfbe-44vf-ba6d-3e05e123b2va\",\n \"fhirServer\": \"https://inferno-qa.healthit.gov/reference-server/r4\",\n \"hook\": \"order-dispatch\",\n \"fhirAuthorization\": {\n \"access_token\": \"SAMPLE_TOKEN\",\n \"token_type\": \"Bearer\",\n \"expires_in\": 300,\n \"scope\": \"user/Patient.read user/Practitioner.read user/ServiceRequest.read\",\n \"subject\": \"cds-service\"\n },\n \"context\": {\n \"patientId\": \"pat015\",\n \"order\": \"ServiceRequest/servreq-g0180-1\",\n \"performer\": \"Practitioner/pra1255\"\n },\n \"prefetch\": {\n \"coverageBundle\": {\n \"resourceType\": \"Bundle\",\n \"type\": \"collection\",\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Coverage/cov015\",\n \"resource\": {\n \"resourceType\": \"Coverage\",\n \"id\": \"cov015\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-05-08T09:47:16.618-04:00\",\n \"source\": \"#2oewiwPOJlURF4aM\"\n },\n \"status\": \"active\",\n \"subscriberId\": \"10A3D58WH456\",\n \"beneficiary\": {\n \"reference\": \"Patient/pat015\"\n },\n \"payor\": [\n {\n \"reference\": \"Organization/org1234\"\n }\n ],\n \"class\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/coverage-class\",\n \"code\": \"plan\"\n }\n ]\n },\n \"value\": \"Medicare Part A\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ]\n },\n \"serviceRequestBundle\": {\n \"resourceType\": \"Bundle\",\n \"id\": \"016cc2fb-60ae-4796-9932-c49cc3d1b40c\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-10T01:49:20.640+00:00\"\n },\n \"type\": \"searchset\",\n \"total\": 1,\n \"link\": [\n {\n \"relation\": \"self\",\n \"url\": \"https://inferno-qa.healthit.gov/reference-server/r4/ServiceRequest?_id=servreq-g0180-1&_include=ServiceRequest%3Apatient&_include=ServiceRequest%3Aperformer&_include=ServiceRequest%3Arequester&_include%3Aiterate=PractitionerRole%3Aorganization&_include%3Aiterate=PractitionerRole%3Apractitioner\"\n }\n ],\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/ServiceRequest/servreq-g0180-1\",\n \"resource\": {\n \"resourceType\": \"ServiceRequest\",\n \"id\": \"servreq-g0180-1\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.382+00:00\",\n \"source\": \"#AylXJ4OQfExfrWTQ\"\n },\n \"identifier\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"PLAC\"\n }\n ]\n },\n \"value\": \"11ddab7e-1488-4848-b3d5-512d2f1e3f28\"\n }\n ],\n \"status\": \"draft\",\n \"intent\": \"order\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"https://bluebutton.cms.gov/resources/codesystem/hcpcs\",\n \"code\": \"G0180\",\n \"display\": \"Medicare-covered home health services under a home health plan of care\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/pat015\"\n },\n \"occurrenceDateTime\": \"2017-10-01\",\n \"authoredOn\": \"2017-10-04\",\n \"requester\": {\n \"display\": \"Smythe Juliette, MD\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/pra1255\"\n }\n ],\n \"insurance\": [\n {\n \"reference\": \"Coverage/cov016\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Patient/pat015\",\n \"resource\": {\n \"resourceType\": \"Patient\",\n \"id\": \"pat015\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.068+00:00\",\n \"source\": \"#fT6fENtjF2A8Ne61\"\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><div class=\\\"hapiHeaderText\\\">William Hale Oster <b>OSTER </b></div><table class=\\\"hapiPropertyTable\\\"><tbody><tr><td>Identifier</td><td>0M34355006FW</td></tr><tr><td>Address</td><td><span>202 Burlington Road </span><br/><span>Bedford </span><span>MA </span></td></tr><tr><td>Date of birth</td><td><span>23 February 2015</span></td></tr></tbody></table></div>\"\n },\n \"identifier\": [\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"MR\"\n }\n ],\n \"text\": \"Medical Record Number\"\n },\n \"system\": \"http://hl7.org/fhir/sid/us-medicare\",\n \"value\": \"0M34355006FW\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Oster\",\n \"given\": [\n \"William\",\n \"Hale\",\n \"Oster\"\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555-5555\",\n \"use\": \"home\",\n \"rank\": 1\n },\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555 5613\",\n \"use\": \"work\",\n \"rank\": 2\n },\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555 8834\",\n \"use\": \"old\",\n \"period\": {\n \"end\": \"2014\"\n }\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"2015-02-23\",\n \"address\": [\n {\n \"use\": \"home\",\n \"type\": \"both\",\n \"line\": [\n \"202 Burlington Road\"\n ],\n \"city\": \"Bedford\",\n \"state\": \"MA\",\n \"postalCode\": \"01730\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n }\n ]\n }\n }\n },\n {\n \"hookInstance\": \"f3945c39-dfbe-44vf-ba6d-3e05e123b2va\",\n \"fhirServer\": \"https://inferno-qa.healthit.gov/reference-server/r4\",\n \"hook\": \"order-dispatch\",\n \"fhirAuthorization\": {\n \"access_token\": \"SAMPLE_TOKEN\",\n \"token_type\": \"Bearer\",\n \"expires_in\": 300,\n \"scope\": \"user/Patient.read user/Practitioner.read user/ServiceRequest.read\",\n \"subject\": \"cds-service\"\n },\n \"context\": {\n \"patientId\": \"pat015\",\n \"order\": \"DeviceRequest/devreq-015-e0250\",\n \"performer\": \"Practitioner/pra1255\"\n },\n \"prefetch\": {\n \"coverageBundle\": {\n \"resourceType\": \"Bundle\",\n \"type\": \"collection\",\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Coverage/cov015\",\n \"resource\": {\n \"resourceType\": \"Coverage\",\n \"id\": \"cov015\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-05-08T09:47:16.618-04:00\",\n \"source\": \"#2oewiwPOJlURF4aM\"\n },\n \"status\": \"active\",\n \"subscriberId\": \"10A3D58WH456\",\n \"beneficiary\": {\n \"reference\": \"Patient/pat015\"\n },\n \"payor\": [\n {\n \"reference\": \"Organization/org1234\"\n }\n ],\n \"class\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/coverage-class\",\n \"code\": \"plan\"\n }\n ]\n },\n \"value\": \"Medicare Part A\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ]\n },\n \"deviceRequestBundle\": {\n \"resourceType\": \"Bundle\",\n \"id\": \"7ddef3dd-8f3f-41da-9682-2ed3e5633124\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-10T05:12:13.040+00:00\"\n },\n \"type\": \"searchset\",\n \"total\": 1,\n \"link\": [\n {\n \"relation\": \"self\",\n \"url\": \"https://inferno-qa.healthit.gov/reference-server/r4/DeviceRequest?_id=devreq-015-e0250&_include=DeviceRequest%3Apatient&_include=DeviceRequest%3Aperformer&_include=DeviceRequest%3Arequester&_include=DeviceRequest%3Adevice&_include%3Aiterate=PractitionerRole%3Aorganization&_include%3Aiterate=PractitionerRole%3Apractitioner\"\n }\n ],\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/DeviceRequest/devreq-015-e0250\",\n \"resource\": {\n \"resourceType\": \"DeviceRequest\",\n \"id\": \"devreq-015-e0250\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.356+00:00\",\n \"source\": \"#op1ghHVglWO2FxHe\",\n \"profile\": [\n \"http://hl7.org/fhir/us/davinci-crd/R4/StructureDefinition/profile-devicerequest-r4\"\n ]\n },\n \"identifier\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"PLAC\"\n }\n ]\n },\n \"value\": \"be5ed14f-ed52-4a5a-ba94-29f58b14a585\"\n }\n ],\n \"status\": \"draft\",\n \"intent\": \"original-order\",\n \"codeCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"https://bluebutton.cms.gov/resources/codesystem/hcpcs\",\n \"code\": \"E0250\",\n \"display\": \"Hospital bed fixed height with any type of side rails, mattress\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/pat015\"\n },\n \"authoredOn\": \"2023-01-01T00:00:00Z\",\n \"requester\": {\n \"reference\": \"Practitioner/pra-hfairchild\"\n },\n \"performer\": {\n \"reference\": \"Practitioner/pra1234\"\n },\n \"insurance\": [\n {\n \"reference\": \"Coverage/cov015\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Patient/pat015\",\n \"resource\": {\n \"resourceType\": \"Patient\",\n \"id\": \"pat015\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.068+00:00\",\n \"source\": \"#fT6fENtjF2A8Ne61\"\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><div class=\\\"hapiHeaderText\\\">William Hale Oster <b>OSTER </b></div><table class=\\\"hapiPropertyTable\\\"><tbody><tr><td>Identifier</td><td>0M34355006FW</td></tr><tr><td>Address</td><td><span>202 Burlington Road </span><br/><span>Bedford </span><span>MA </span></td></tr><tr><td>Date of birth</td><td><span>23 February 2015</span></td></tr></tbody></table></div>\"\n },\n \"identifier\": [\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"MR\"\n }\n ],\n \"text\": \"Medical Record Number\"\n },\n \"system\": \"http://hl7.org/fhir/sid/us-medicare\",\n \"value\": \"0M34355006FW\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Oster\",\n \"given\": [\n \"William\",\n \"Hale\",\n \"Oster\"\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555-5555\",\n \"use\": \"home\",\n \"rank\": 1\n },\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555 5613\",\n \"use\": \"work\",\n \"rank\": 2\n },\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555 8834\",\n \"use\": \"old\",\n \"period\": {\n \"end\": \"2014\"\n }\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"2015-02-23\",\n \"address\": [\n {\n \"use\": \"home\",\n \"type\": \"both\",\n \"line\": [\n \"202 Burlington Road\"\n ],\n \"city\": \"Bedford\",\n \"state\": \"MA\",\n \"postalCode\": \"01730\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Practitioner/pra1234\",\n \"resource\": {\n \"resourceType\": \"Practitioner\",\n \"id\": \"pra1234\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:33.625+00:00\",\n \"source\": \"#3fLOP5tSuZrGDiae\",\n \"profile\": [\n \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/us-npi\",\n \"value\": \"1122334455\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Doe\",\n \"given\": [\n \"Jane\",\n \"Betty\"\n ],\n \"prefix\": [\n \"Dr.\"\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"716-873-1557\"\n },\n {\n \"system\": \"email\",\n \"value\": \"jane.betty@myhospital.com\"\n }\n ],\n \"address\": [\n {\n \"use\": \"home\",\n \"type\": \"both\",\n \"line\": [\n \"840 Seneca St\"\n ],\n \"city\": \"Buffalo\",\n \"state\": \"NY\",\n \"postalCode\": \"14210\"\n }\n ],\n \"qualification\": [\n {\n \"identifier\": [\n {\n \"system\": \"http://example.org/UniversityIdentifier\",\n \"value\": \"12345\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360/2.7\",\n \"code\": \"MD\",\n \"display\": \"Doctor of Medicine\"\n }\n ],\n \"text\": \"Doctor of Medicine\"\n },\n \"period\": {\n \"start\": \"1995\"\n },\n \"issuer\": {\n \"display\": \"Example University\"\n }\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Practitioner/pra-hfairchild\",\n \"resource\": {\n \"resourceType\": \"Practitioner\",\n \"id\": \"pra-hfairchild\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:33.931+00:00\",\n \"source\": \"#u2YhFvhIGG5XGNoI\"\n },\n \"identifier\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/us-npi\",\n \"value\": \"1122334467\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Fairchild\",\n \"given\": [\n \"Helen\"\n ],\n \"prefix\": [\n \"Ms.\"\n ]\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n }\n ]\n }\n }\n }\n]\n",
|
102
|
+
"description": "To send multiple requests, provide as a JSON list, e.g., [json_body_1, json_body_2].. e.g. [json_body_1, json_body_2]",
|
103
|
+
"title": "Request body or bodies for invoking the `order-dispatch` hook",
|
104
|
+
"type": "textarea",
|
105
|
+
"value": "[\n {\n \"hookInstance\": \"f3945c39-dfbe-44vf-ba6d-3e05e123b2va\",\n \"fhirServer\": \"https://inferno-qa.healthit.gov/reference-server/r4\",\n \"hook\": \"order-dispatch\",\n \"fhirAuthorization\": {\n \"access_token\": \"SAMPLE_TOKEN\",\n \"token_type\": \"Bearer\",\n \"expires_in\": 300,\n \"scope\": \"user/Patient.read user/Practitioner.read user/ServiceRequest.read\",\n \"subject\": \"cds-service\"\n },\n \"context\": {\n \"patientId\": \"pat015\",\n \"order\": \"ServiceRequest/servreq-g0180-1\",\n \"performer\": \"Practitioner/pra1255\"\n },\n \"prefetch\": {\n \"coverageBundle\": {\n \"resourceType\": \"Bundle\",\n \"type\": \"collection\",\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Coverage/cov015\",\n \"resource\": {\n \"resourceType\": \"Coverage\",\n \"id\": \"cov015\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-05-08T09:47:16.618-04:00\",\n \"source\": \"#2oewiwPOJlURF4aM\"\n },\n \"status\": \"active\",\n \"subscriberId\": \"10A3D58WH456\",\n \"beneficiary\": {\n \"reference\": \"Patient/pat015\"\n },\n \"payor\": [\n {\n \"reference\": \"Organization/org1234\"\n }\n ],\n \"class\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/coverage-class\",\n \"code\": \"plan\"\n }\n ]\n },\n \"value\": \"Medicare Part A\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ]\n },\n \"serviceRequestBundle\": {\n \"resourceType\": \"Bundle\",\n \"id\": \"016cc2fb-60ae-4796-9932-c49cc3d1b40c\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-10T01:49:20.640+00:00\"\n },\n \"type\": \"searchset\",\n \"total\": 1,\n \"link\": [\n {\n \"relation\": \"self\",\n \"url\": \"https://inferno-qa.healthit.gov/reference-server/r4/ServiceRequest?_id=servreq-g0180-1&_include=ServiceRequest%3Apatient&_include=ServiceRequest%3Aperformer&_include=ServiceRequest%3Arequester&_include%3Aiterate=PractitionerRole%3Aorganization&_include%3Aiterate=PractitionerRole%3Apractitioner\"\n }\n ],\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/ServiceRequest/servreq-g0180-1\",\n \"resource\": {\n \"resourceType\": \"ServiceRequest\",\n \"id\": \"servreq-g0180-1\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.382+00:00\",\n \"source\": \"#AylXJ4OQfExfrWTQ\"\n },\n \"identifier\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"PLAC\"\n }\n ]\n },\n \"value\": \"11ddab7e-1488-4848-b3d5-512d2f1e3f28\"\n }\n ],\n \"status\": \"draft\",\n \"intent\": \"order\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"https://bluebutton.cms.gov/resources/codesystem/hcpcs\",\n \"code\": \"G0180\",\n \"display\": \"Medicare-covered home health services under a home health plan of care\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/pat015\"\n },\n \"occurrenceDateTime\": \"2017-10-01\",\n \"authoredOn\": \"2017-10-04\",\n \"requester\": {\n \"display\": \"Smythe Juliette, MD\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/pra1255\"\n }\n ],\n \"insurance\": [\n {\n \"reference\": \"Coverage/cov016\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Patient/pat015\",\n \"resource\": {\n \"resourceType\": \"Patient\",\n \"id\": \"pat015\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.068+00:00\",\n \"source\": \"#fT6fENtjF2A8Ne61\"\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><div class=\\\"hapiHeaderText\\\">William Hale Oster <b>OSTER </b></div><table class=\\\"hapiPropertyTable\\\"><tbody><tr><td>Identifier</td><td>0M34355006FW</td></tr><tr><td>Address</td><td><span>202 Burlington Road </span><br/><span>Bedford </span><span>MA </span></td></tr><tr><td>Date of birth</td><td><span>23 February 2015</span></td></tr></tbody></table></div>\"\n },\n \"identifier\": [\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"MR\"\n }\n ],\n \"text\": \"Medical Record Number\"\n },\n \"system\": \"http://hl7.org/fhir/sid/us-medicare\",\n \"value\": \"0M34355006FW\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Oster\",\n \"given\": [\n \"William\",\n \"Hale\",\n \"Oster\"\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555-5555\",\n \"use\": \"home\",\n \"rank\": 1\n },\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555 5613\",\n \"use\": \"work\",\n \"rank\": 2\n },\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555 8834\",\n \"use\": \"old\",\n \"period\": {\n \"end\": \"2014\"\n }\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"2015-02-23\",\n \"address\": [\n {\n \"use\": \"home\",\n \"type\": \"both\",\n \"line\": [\n \"202 Burlington Road\"\n ],\n \"city\": \"Bedford\",\n \"state\": \"MA\",\n \"postalCode\": \"01730\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n }\n ]\n }\n }\n },\n {\n \"hookInstance\": \"f3945c39-dfbe-44vf-ba6d-3e05e123b2va\",\n \"fhirServer\": \"https://inferno-qa.healthit.gov/reference-server/r4\",\n \"hook\": \"order-dispatch\",\n \"fhirAuthorization\": {\n \"access_token\": \"SAMPLE_TOKEN\",\n \"token_type\": \"Bearer\",\n \"expires_in\": 300,\n \"scope\": \"user/Patient.read user/Practitioner.read user/ServiceRequest.read\",\n \"subject\": \"cds-service\"\n },\n \"context\": {\n \"patientId\": \"pat015\",\n \"order\": \"DeviceRequest/devreq-015-e0250\",\n \"performer\": \"Practitioner/pra1255\"\n },\n \"prefetch\": {\n \"coverageBundle\": {\n \"resourceType\": \"Bundle\",\n \"type\": \"collection\",\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Coverage/cov015\",\n \"resource\": {\n \"resourceType\": \"Coverage\",\n \"id\": \"cov015\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-05-08T09:47:16.618-04:00\",\n \"source\": \"#2oewiwPOJlURF4aM\"\n },\n \"status\": \"active\",\n \"subscriberId\": \"10A3D58WH456\",\n \"beneficiary\": {\n \"reference\": \"Patient/pat015\"\n },\n \"payor\": [\n {\n \"reference\": \"Organization/org1234\"\n }\n ],\n \"class\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/coverage-class\",\n \"code\": \"plan\"\n }\n ]\n },\n \"value\": \"Medicare Part A\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ]\n },\n \"deviceRequestBundle\": {\n \"resourceType\": \"Bundle\",\n \"id\": \"7ddef3dd-8f3f-41da-9682-2ed3e5633124\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-10T05:12:13.040+00:00\"\n },\n \"type\": \"searchset\",\n \"total\": 1,\n \"link\": [\n {\n \"relation\": \"self\",\n \"url\": \"https://inferno-qa.healthit.gov/reference-server/r4/DeviceRequest?_id=devreq-015-e0250&_include=DeviceRequest%3Apatient&_include=DeviceRequest%3Aperformer&_include=DeviceRequest%3Arequester&_include=DeviceRequest%3Adevice&_include%3Aiterate=PractitionerRole%3Aorganization&_include%3Aiterate=PractitionerRole%3Apractitioner\"\n }\n ],\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/DeviceRequest/devreq-015-e0250\",\n \"resource\": {\n \"resourceType\": \"DeviceRequest\",\n \"id\": \"devreq-015-e0250\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.356+00:00\",\n \"source\": \"#op1ghHVglWO2FxHe\",\n \"profile\": [\n \"http://hl7.org/fhir/us/davinci-crd/R4/StructureDefinition/profile-devicerequest-r4\"\n ]\n },\n \"identifier\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"PLAC\"\n }\n ]\n },\n \"value\": \"be5ed14f-ed52-4a5a-ba94-29f58b14a585\"\n }\n ],\n \"status\": \"draft\",\n \"intent\": \"original-order\",\n \"codeCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"https://bluebutton.cms.gov/resources/codesystem/hcpcs\",\n \"code\": \"E0250\",\n \"display\": \"Hospital bed fixed height with any type of side rails, mattress\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/pat015\"\n },\n \"authoredOn\": \"2023-01-01T00:00:00Z\",\n \"requester\": {\n \"reference\": \"Practitioner/pra-hfairchild\"\n },\n \"performer\": {\n \"reference\": \"Practitioner/pra1234\"\n },\n \"insurance\": [\n {\n \"reference\": \"Coverage/cov015\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Patient/pat015\",\n \"resource\": {\n \"resourceType\": \"Patient\",\n \"id\": \"pat015\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.068+00:00\",\n \"source\": \"#fT6fENtjF2A8Ne61\"\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><div class=\\\"hapiHeaderText\\\">William Hale Oster <b>OSTER </b></div><table class=\\\"hapiPropertyTable\\\"><tbody><tr><td>Identifier</td><td>0M34355006FW</td></tr><tr><td>Address</td><td><span>202 Burlington Road </span><br/><span>Bedford </span><span>MA </span></td></tr><tr><td>Date of birth</td><td><span>23 February 2015</span></td></tr></tbody></table></div>\"\n },\n \"identifier\": [\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"MR\"\n }\n ],\n \"text\": \"Medical Record Number\"\n },\n \"system\": \"http://hl7.org/fhir/sid/us-medicare\",\n \"value\": \"0M34355006FW\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Oster\",\n \"given\": [\n \"William\",\n \"Hale\",\n \"Oster\"\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555-5555\",\n \"use\": \"home\",\n \"rank\": 1\n },\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555 5613\",\n \"use\": \"work\",\n \"rank\": 2\n },\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555 8834\",\n \"use\": \"old\",\n \"period\": {\n \"end\": \"2014\"\n }\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"2015-02-23\",\n \"address\": [\n {\n \"use\": \"home\",\n \"type\": \"both\",\n \"line\": [\n \"202 Burlington Road\"\n ],\n \"city\": \"Bedford\",\n \"state\": \"MA\",\n \"postalCode\": \"01730\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Practitioner/pra1234\",\n \"resource\": {\n \"resourceType\": \"Practitioner\",\n \"id\": \"pra1234\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:33.625+00:00\",\n \"source\": \"#3fLOP5tSuZrGDiae\",\n \"profile\": [\n \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/us-npi\",\n \"value\": \"1122334455\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Doe\",\n \"given\": [\n \"Jane\",\n \"Betty\"\n ],\n \"prefix\": [\n \"Dr.\"\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"716-873-1557\"\n },\n {\n \"system\": \"email\",\n \"value\": \"jane.betty@myhospital.com\"\n }\n ],\n \"address\": [\n {\n \"use\": \"home\",\n \"type\": \"both\",\n \"line\": [\n \"840 Seneca St\"\n ],\n \"city\": \"Buffalo\",\n \"state\": \"NY\",\n \"postalCode\": \"14210\"\n }\n ],\n \"qualification\": [\n {\n \"identifier\": [\n {\n \"system\": \"http://example.org/UniversityIdentifier\",\n \"value\": \"12345\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360/2.7\",\n \"code\": \"MD\",\n \"display\": \"Doctor of Medicine\"\n }\n ],\n \"text\": \"Doctor of Medicine\"\n },\n \"period\": {\n \"start\": \"1995\"\n },\n \"issuer\": {\n \"display\": \"Example University\"\n }\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Practitioner/pra-hfairchild\",\n \"resource\": {\n \"resourceType\": \"Practitioner\",\n \"id\": \"pra-hfairchild\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:33.931+00:00\",\n \"source\": \"#u2YhFvhIGG5XGNoI\"\n },\n \"identifier\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/us-npi\",\n \"value\": \"1122334467\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Fairchild\",\n \"given\": [\n \"Helen\"\n ],\n \"prefix\": [\n \"Ms.\"\n ]\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n }\n ]\n }\n }\n }\n]\n"
|
106
|
+
},
|
107
|
+
{
|
108
|
+
"name": "order_sign_request_bodies",
|
109
|
+
"default": "[\n {\n \"hookInstance\": \"d1577c69-dfbe-44ad-ba6d-3e05e953b2ea\",\n \"fhirServer\": \"https://inferno-qa.healthit.gov/reference-server/r4\",\n \"hook\": \"order-sign\",\n \"fhirAuthorization\": {\n \"access_token\": \"SAMPLE_TOKEN\",\n \"token_type\": \"Bearer\",\n \"expires_in\": 300,\n \"scope\": \"patient/Patient.read patient/Observation.read\",\n \"subject\": \"cds-service4\"\n },\n \"context\": {\n \"userId\": \"Practitioner/pra1234\",\n \"patientId\": \"pat015\",\n \"encounterId\": \"enc-pat014\",\n \"draftOrders\": {\n \"resourceType\": \"Bundle\",\n \"entry\": [\n {\n \"resource\": {\n \"resourceType\": \"DeviceRequest\",\n \"id\": \"devreq-015-e0250\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-05-08T09:47:16.992-04:00\",\n \"source\": \"#Odh5ejWjud85tvNJ\",\n \"profile\": [\n \"http://hl7.org/fhir/us/davinci-crd/R4/StructureDefinition/profile-devicerequest-r4\"\n ]\n },\n \"identifier\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"PLAC\"\n }\n ]\n },\n \"value\": \"f105372f-bbef-442c-ad7a-708fee7f8c93\"\n }\n ],\n \"status\": \"draft\",\n \"intent\": \"original-order\",\n \"codeCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"https://bluebutton.cms.gov/resources/codesystem/hcpcs\",\n \"code\": \"E0250\",\n \"display\": \"Hospital bed fixed height with any type of side rails, mattress\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/pat015\"\n },\n \"authoredOn\": \"2023-01-01T00:00:00Z\",\n \"requester\": {\n \"reference\": \"Practitioner/pra-hfairchild\"\n },\n \"performer\": {\n \"reference\": \"Practitioner/pra1234\"\n },\n \"insurance\": [\n {\n \"reference\": \"Coverage/cov015\"\n }\n ]\n }\n }\n ]\n }\n },\n \"extension\": {\n \"davinci-crd.configuration\": {\n \"alt-drug\": true\n }\n },\n \"prefetch\": {\n \"coverageBundle\": {\n \"resourceType\": \"Bundle\",\n \"type\": \"collection\",\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Coverage/cov015\",\n \"resource\": {\n \"resourceType\": \"Coverage\",\n \"id\": \"cov015\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-05-08T09:47:16.618-04:00\",\n \"source\": \"#2oewiwPOJlURF4aM\"\n },\n \"status\": \"active\",\n \"subscriberId\": \"10A3D58WH456\",\n \"beneficiary\": {\n \"reference\": \"Patient/pat015\"\n },\n \"payor\": [\n {\n \"reference\": \"Organization/org1234\"\n }\n ],\n \"class\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/coverage-class\",\n \"code\": \"plan\"\n }\n ]\n },\n \"value\": \"Medicare Part A\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ]\n },\n \"deviceRequestBundle\": {\n \"resourceType\": \"Bundle\",\n \"type\": \"collection\",\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/DeviceRequest/devreq-015-e0250\",\n \"resource\": {\n \"resourceType\": \"DeviceRequest\",\n \"id\": \"devreq-015-e0250\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-05-08T09:47:16.992-04:00\",\n \"source\": \"#Odh5ejWjud85tvNJ\",\n \"profile\": [\n \"http://hl7.org/fhir/us/davinci-crd/R4/StructureDefinition/profile-devicerequest-r4\"\n ]\n },\n \"identifier\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"PLAC\"\n }\n ]\n },\n \"value\": \"f105372f-bbef-442c-ad7a-708fee7f8c93\"\n }\n ],\n \"status\": \"draft\",\n \"intent\": \"original-order\",\n \"codeCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"https://bluebutton.cms.gov/resources/codesystem/hcpcs\",\n \"code\": \"E0250\",\n \"display\": \"Hospital bed fixed height with any type of side rails, mattress\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/pat015\"\n },\n \"authoredOn\": \"2023-01-01T00:00:00Z\",\n \"requester\": {\n \"reference\": \"Practitioner/pra-hfairchild\"\n },\n \"performer\": {\n \"reference\": \"Practitioner/pra1234\"\n },\n \"insurance\": [\n {\n \"reference\": \"Coverage/cov015\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Patient/pat015\",\n \"resource\": {\n \"resourceType\": \"Patient\",\n \"id\": \"pat015\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-05-08T09:47:16.555-04:00\",\n \"source\": \"#0mrTfQICzelSBeef\"\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><div class=\\\"hapiHeaderText\\\">William Hale Oster <b>OSTER </b></div><table class=\\\"hapiPropertyTable\\\"><tbody><tr><td>Identifier</td><td>0M34355006FW</td></tr><tr><td>Address</td><td><span>202 Burlington Road </span><br/><span>Bedford </span><span>MA </span></td></tr><tr><td>Date of birth</td><td><span>23 February 2015</span></td></tr></tbody></table></div>\"\n },\n \"identifier\": [\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"MR\"\n }\n ],\n \"text\": \"Medical Record Number\"\n },\n \"system\": \"http://hl7.org/fhir/sid/us-medicare\",\n \"value\": \"0M34355006FW\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Oster\",\n \"given\": [\n \"William\",\n \"Hale\",\n \"Oster\"\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555-5555\",\n \"use\": \"home\",\n \"rank\": 1\n },\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555 5613\",\n \"use\": \"work\",\n \"rank\": 2\n },\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555 8834\",\n \"use\": \"old\",\n \"period\": {\n \"end\": \"2014\"\n }\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"2015-02-23\",\n \"address\": [\n {\n \"use\": \"home\",\n \"type\": \"both\",\n \"line\": [\n \"202 Burlington Road\"\n ],\n \"city\": \"Bedford\",\n \"state\": \"MA\",\n \"postalCode\": \"01730\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Practitioner/pra1234\",\n \"resource\": {\n \"resourceType\": \"Practitioner\",\n \"id\": \"pra1234\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-05-08T09:47:15.668-04:00\",\n \"source\": \"#YCao6W9MbpwL2D8L\",\n \"profile\": [\n \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/us-npi\",\n \"value\": \"1122334455\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Doe\",\n \"given\": [\n \"Jane\",\n \"Betty\"\n ],\n \"prefix\": [\n \"Dr.\"\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"716-873-1557\"\n },\n {\n \"system\": \"email\",\n \"value\": \"jane.betty@myhospital.com\"\n }\n ],\n \"address\": [\n {\n \"use\": \"home\",\n \"type\": \"both\",\n \"line\": [\n \"840 Seneca St\"\n ],\n \"city\": \"Buffalo\",\n \"state\": \"NY\",\n \"postalCode\": \"14210\"\n }\n ],\n \"qualification\": [\n {\n \"identifier\": [\n {\n \"system\": \"http://example.org/UniversityIdentifier\",\n \"value\": \"12345\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360/2.7\",\n \"code\": \"MD\",\n \"display\": \"Doctor of Medicine\"\n }\n ],\n \"text\": \"Doctor of Medicine\"\n },\n \"period\": {\n \"start\": \"1995\"\n },\n \"issuer\": {\n \"display\": \"Example University\"\n }\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Practitioner/pra-hfairchild\",\n \"resource\": {\n \"resourceType\": \"Practitioner\",\n \"id\": \"pra-hfairchild\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-05-08T09:47:16.289-04:00\",\n \"source\": \"#z4T7ZRvSCFEfONs9\"\n },\n \"identifier\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/us-npi\",\n \"value\": \"1122334467\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Fairchild\",\n \"given\": [\n \"Helen\"\n ],\n \"prefix\": [\n \"Ms.\"\n ]\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n }\n ]\n }\n }\n },\n {\n \"hookInstance\": \"d1577c69-dfbe-44ad-ba6d-3e05e953b2ea\",\n \"fhirServer\": \"https://inferno-qa.healthit.gov/reference-server/r4\",\n \"hook\": \"order-sign\",\n \"fhirAuthorization\": {\n \"access_token\": \"SAMPLE_TOKEN\",\n \"token_type\": \"Bearer\",\n \"expires_in\": 300,\n \"scope\": \"patient/Patient.read patient/Observation.read\",\n \"subject\": \"cds-service4\"\n },\n \"context\": {\n \"userId\": \"Practitioner/pra1255\",\n \"patientId\": \"pat015\",\n \"encounterId\": \"enc-pat014\",\n \"draftOrders\": {\n \"resourceType\": \"Bundle\",\n \"entry\": [\n {\n \"resource\": {\n \"resourceType\": \"ServiceRequest\",\n \"id\": \"servreq-g0180-1\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.382+00:00\",\n \"source\": \"#AylXJ4OQfExfrWTQ\"\n },\n \"identifier\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"PLAC\"\n }\n ]\n },\n \"value\": \"11ddab7e-1488-4848-b3d5-512d2f1e3f28\"\n }\n ],\n \"status\": \"draft\",\n \"intent\": \"order\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"https://bluebutton.cms.gov/resources/codesystem/hcpcs\",\n \"code\": \"G0180\",\n \"display\": \"Medicare-covered home health services under a home health plan of care\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/pat015\"\n },\n \"occurrenceDateTime\": \"2017-10-01\",\n \"authoredOn\": \"2017-10-04\",\n \"requester\": {\n \"display\": \"Smythe Juliette, MD\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/pra1255\"\n }\n ],\n \"insurance\": [\n {\n \"reference\": \"Coverage/cov015\"\n }\n ]\n }\n }\n ]\n }\n },\n \"extension\": {\n \"davinci-crd.configuration\": {\n \"alt-drug\": true,\n \"coverage\": true,\n \"dtr-clin\": true,\n \"max-cards\": 10\n }\n },\n \"prefetch\": {\n \"coverageBundle\": {\n \"resourceType\": \"Bundle\",\n \"type\": \"collection\",\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Coverage/cov015\",\n \"resource\": {\n \"resourceType\": \"Coverage\",\n \"id\": \"cov015\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-05-08T09:47:16.618-04:00\",\n \"source\": \"#2oewiwPOJlURF4aM\"\n },\n \"status\": \"active\",\n \"subscriberId\": \"10A3D58WH456\",\n \"beneficiary\": {\n \"reference\": \"Patient/pat015\"\n },\n \"payor\": [\n {\n \"reference\": \"Organization/org1234\"\n }\n ],\n \"class\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/coverage-class\",\n \"code\": \"plan\"\n }\n ]\n },\n \"value\": \"Medicare Part A\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ]\n },\n \"serviceRequestBundle\": {\n \"resourceType\": \"Bundle\",\n \"id\": \"016cc2fb-60ae-4796-9932-c49cc3d1b40c\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-10T01:49:20.640+00:00\"\n },\n \"type\": \"searchset\",\n \"total\": 1,\n \"link\": [\n {\n \"relation\": \"self\",\n \"url\": \"https://inferno-qa.healthit.gov/reference-server/r4/ServiceRequest?_id=servreq-g0180-1&_include=ServiceRequest%3Apatient&_include=ServiceRequest%3Aperformer&_include=ServiceRequest%3Arequester&_include%3Aiterate=PractitionerRole%3Aorganization&_include%3Aiterate=PractitionerRole%3Apractitioner\"\n }\n ],\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/ServiceRequest/servreq-g0180-1\",\n \"resource\": {\n \"resourceType\": \"ServiceRequest\",\n \"id\": \"servreq-g0180-1\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.382+00:00\",\n \"source\": \"#AylXJ4OQfExfrWTQ\"\n },\n \"identifier\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"PLAC\"\n }\n ]\n },\n \"value\": \"11ddab7e-1488-4848-b3d5-512d2f1e3f28\"\n }\n ],\n \"status\": \"draft\",\n \"intent\": \"order\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"https://bluebutton.cms.gov/resources/codesystem/hcpcs\",\n \"code\": \"G0180\",\n \"display\": \"Medicare-covered home health services under a home health plan of care\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/pat015\"\n },\n \"occurrenceDateTime\": \"2017-10-01\",\n \"authoredOn\": \"2017-10-04\",\n \"requester\": {\n \"display\": \"Smythe Juliette, MD\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/pra1255\"\n }\n ],\n \"insurance\": [\n {\n \"reference\": \"Coverage/cov016\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Patient/pat015\",\n \"resource\": {\n \"resourceType\": \"Patient\",\n \"id\": \"pat015\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.068+00:00\",\n \"source\": \"#fT6fENtjF2A8Ne61\"\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><div class=\\\"hapiHeaderText\\\">William Hale Oster <b>OSTER </b></div><table class=\\\"hapiPropertyTable\\\"><tbody><tr><td>Identifier</td><td>0M34355006FW</td></tr><tr><td>Address</td><td><span>202 Burlington Road </span><br/><span>Bedford </span><span>MA </span></td></tr><tr><td>Date of birth</td><td><span>23 February 2015</span></td></tr></tbody></table></div>\"\n },\n \"identifier\": [\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"MR\"\n }\n ],\n \"text\": \"Medical Record Number\"\n },\n \"system\": \"http://hl7.org/fhir/sid/us-medicare\",\n \"value\": \"0M34355006FW\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Oster\",\n \"given\": [\n \"William\",\n \"Hale\",\n \"Oster\"\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555-5555\",\n \"use\": \"home\",\n \"rank\": 1\n },\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555 5613\",\n \"use\": \"work\",\n \"rank\": 2\n },\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555 8834\",\n \"use\": \"old\",\n \"period\": {\n \"end\": \"2014\"\n }\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"2015-02-23\",\n \"address\": [\n {\n \"use\": \"home\",\n \"type\": \"both\",\n \"line\": [\n \"202 Burlington Road\"\n ],\n \"city\": \"Bedford\",\n \"state\": \"MA\",\n \"postalCode\": \"01730\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n }\n ]\n }\n }\n }\n]\n",
|
110
|
+
"description": "To send multiple requests, provide as a JSON list, e.g., [json_body_1, json_body_2].. e.g. [json_body_1, json_body_2]",
|
111
|
+
"title": "Request body or bodies for invoking the `order-sign` hook",
|
112
|
+
"type": "textarea",
|
113
|
+
"value": "[\n {\n \"hookInstance\": \"d1577c69-dfbe-44ad-ba6d-3e05e953b2ea\",\n \"fhirServer\": \"https://inferno-qa.healthit.gov/reference-server/r4\",\n \"hook\": \"order-sign\",\n \"fhirAuthorization\": {\n \"access_token\": \"SAMPLE_TOKEN\",\n \"token_type\": \"Bearer\",\n \"expires_in\": 300,\n \"scope\": \"patient/Patient.read patient/Observation.read\",\n \"subject\": \"cds-service4\"\n },\n \"context\": {\n \"userId\": \"Practitioner/pra1234\",\n \"patientId\": \"pat015\",\n \"encounterId\": \"enc-pat014\",\n \"draftOrders\": {\n \"resourceType\": \"Bundle\",\n \"entry\": [\n {\n \"resource\": {\n \"resourceType\": \"DeviceRequest\",\n \"id\": \"devreq-015-e0250\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-05-08T09:47:16.992-04:00\",\n \"source\": \"#Odh5ejWjud85tvNJ\",\n \"profile\": [\n \"http://hl7.org/fhir/us/davinci-crd/R4/StructureDefinition/profile-devicerequest-r4\"\n ]\n },\n \"identifier\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"PLAC\"\n }\n ]\n },\n \"value\": \"f105372f-bbef-442c-ad7a-708fee7f8c93\"\n }\n ],\n \"status\": \"draft\",\n \"intent\": \"original-order\",\n \"codeCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"https://bluebutton.cms.gov/resources/codesystem/hcpcs\",\n \"code\": \"E0250\",\n \"display\": \"Hospital bed fixed height with any type of side rails, mattress\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/pat015\"\n },\n \"authoredOn\": \"2023-01-01T00:00:00Z\",\n \"requester\": {\n \"reference\": \"Practitioner/pra-hfairchild\"\n },\n \"performer\": {\n \"reference\": \"Practitioner/pra1234\"\n },\n \"insurance\": [\n {\n \"reference\": \"Coverage/cov015\"\n }\n ]\n }\n }\n ]\n }\n },\n \"extension\": {\n \"davinci-crd.configuration\": {\n \"alt-drug\": true\n }\n },\n \"prefetch\": {\n \"coverageBundle\": {\n \"resourceType\": \"Bundle\",\n \"type\": \"collection\",\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Coverage/cov015\",\n \"resource\": {\n \"resourceType\": \"Coverage\",\n \"id\": \"cov015\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-05-08T09:47:16.618-04:00\",\n \"source\": \"#2oewiwPOJlURF4aM\"\n },\n \"status\": \"active\",\n \"subscriberId\": \"10A3D58WH456\",\n \"beneficiary\": {\n \"reference\": \"Patient/pat015\"\n },\n \"payor\": [\n {\n \"reference\": \"Organization/org1234\"\n }\n ],\n \"class\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/coverage-class\",\n \"code\": \"plan\"\n }\n ]\n },\n \"value\": \"Medicare Part A\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ]\n },\n \"deviceRequestBundle\": {\n \"resourceType\": \"Bundle\",\n \"type\": \"collection\",\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/DeviceRequest/devreq-015-e0250\",\n \"resource\": {\n \"resourceType\": \"DeviceRequest\",\n \"id\": \"devreq-015-e0250\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-05-08T09:47:16.992-04:00\",\n \"source\": \"#Odh5ejWjud85tvNJ\",\n \"profile\": [\n \"http://hl7.org/fhir/us/davinci-crd/R4/StructureDefinition/profile-devicerequest-r4\"\n ]\n },\n \"identifier\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"PLAC\"\n }\n ]\n },\n \"value\": \"f105372f-bbef-442c-ad7a-708fee7f8c93\"\n }\n ],\n \"status\": \"draft\",\n \"intent\": \"original-order\",\n \"codeCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"https://bluebutton.cms.gov/resources/codesystem/hcpcs\",\n \"code\": \"E0250\",\n \"display\": \"Hospital bed fixed height with any type of side rails, mattress\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/pat015\"\n },\n \"authoredOn\": \"2023-01-01T00:00:00Z\",\n \"requester\": {\n \"reference\": \"Practitioner/pra-hfairchild\"\n },\n \"performer\": {\n \"reference\": \"Practitioner/pra1234\"\n },\n \"insurance\": [\n {\n \"reference\": \"Coverage/cov015\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Patient/pat015\",\n \"resource\": {\n \"resourceType\": \"Patient\",\n \"id\": \"pat015\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-05-08T09:47:16.555-04:00\",\n \"source\": \"#0mrTfQICzelSBeef\"\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><div class=\\\"hapiHeaderText\\\">William Hale Oster <b>OSTER </b></div><table class=\\\"hapiPropertyTable\\\"><tbody><tr><td>Identifier</td><td>0M34355006FW</td></tr><tr><td>Address</td><td><span>202 Burlington Road </span><br/><span>Bedford </span><span>MA </span></td></tr><tr><td>Date of birth</td><td><span>23 February 2015</span></td></tr></tbody></table></div>\"\n },\n \"identifier\": [\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"MR\"\n }\n ],\n \"text\": \"Medical Record Number\"\n },\n \"system\": \"http://hl7.org/fhir/sid/us-medicare\",\n \"value\": \"0M34355006FW\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Oster\",\n \"given\": [\n \"William\",\n \"Hale\",\n \"Oster\"\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555-5555\",\n \"use\": \"home\",\n \"rank\": 1\n },\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555 5613\",\n \"use\": \"work\",\n \"rank\": 2\n },\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555 8834\",\n \"use\": \"old\",\n \"period\": {\n \"end\": \"2014\"\n }\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"2015-02-23\",\n \"address\": [\n {\n \"use\": \"home\",\n \"type\": \"both\",\n \"line\": [\n \"202 Burlington Road\"\n ],\n \"city\": \"Bedford\",\n \"state\": \"MA\",\n \"postalCode\": \"01730\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Practitioner/pra1234\",\n \"resource\": {\n \"resourceType\": \"Practitioner\",\n \"id\": \"pra1234\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-05-08T09:47:15.668-04:00\",\n \"source\": \"#YCao6W9MbpwL2D8L\",\n \"profile\": [\n \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/us-npi\",\n \"value\": \"1122334455\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Doe\",\n \"given\": [\n \"Jane\",\n \"Betty\"\n ],\n \"prefix\": [\n \"Dr.\"\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"716-873-1557\"\n },\n {\n \"system\": \"email\",\n \"value\": \"jane.betty@myhospital.com\"\n }\n ],\n \"address\": [\n {\n \"use\": \"home\",\n \"type\": \"both\",\n \"line\": [\n \"840 Seneca St\"\n ],\n \"city\": \"Buffalo\",\n \"state\": \"NY\",\n \"postalCode\": \"14210\"\n }\n ],\n \"qualification\": [\n {\n \"identifier\": [\n {\n \"system\": \"http://example.org/UniversityIdentifier\",\n \"value\": \"12345\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360/2.7\",\n \"code\": \"MD\",\n \"display\": \"Doctor of Medicine\"\n }\n ],\n \"text\": \"Doctor of Medicine\"\n },\n \"period\": {\n \"start\": \"1995\"\n },\n \"issuer\": {\n \"display\": \"Example University\"\n }\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Practitioner/pra-hfairchild\",\n \"resource\": {\n \"resourceType\": \"Practitioner\",\n \"id\": \"pra-hfairchild\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-05-08T09:47:16.289-04:00\",\n \"source\": \"#z4T7ZRvSCFEfONs9\"\n },\n \"identifier\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/us-npi\",\n \"value\": \"1122334467\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Fairchild\",\n \"given\": [\n \"Helen\"\n ],\n \"prefix\": [\n \"Ms.\"\n ]\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n }\n ]\n }\n }\n },\n {\n \"hookInstance\": \"d1577c69-dfbe-44ad-ba6d-3e05e953b2ea\",\n \"fhirServer\": \"https://inferno-qa.healthit.gov/reference-server/r4\",\n \"hook\": \"order-sign\",\n \"fhirAuthorization\": {\n \"access_token\": \"SAMPLE_TOKEN\",\n \"token_type\": \"Bearer\",\n \"expires_in\": 300,\n \"scope\": \"patient/Patient.read patient/Observation.read\",\n \"subject\": \"cds-service4\"\n },\n \"context\": {\n \"userId\": \"Practitioner/pra1255\",\n \"patientId\": \"pat015\",\n \"encounterId\": \"enc-pat014\",\n \"draftOrders\": {\n \"resourceType\": \"Bundle\",\n \"entry\": [\n {\n \"resource\": {\n \"resourceType\": \"ServiceRequest\",\n \"id\": \"servreq-g0180-1\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.382+00:00\",\n \"source\": \"#AylXJ4OQfExfrWTQ\"\n },\n \"identifier\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"PLAC\"\n }\n ]\n },\n \"value\": \"11ddab7e-1488-4848-b3d5-512d2f1e3f28\"\n }\n ],\n \"status\": \"draft\",\n \"intent\": \"order\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"https://bluebutton.cms.gov/resources/codesystem/hcpcs\",\n \"code\": \"G0180\",\n \"display\": \"Medicare-covered home health services under a home health plan of care\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/pat015\"\n },\n \"occurrenceDateTime\": \"2017-10-01\",\n \"authoredOn\": \"2017-10-04\",\n \"requester\": {\n \"display\": \"Smythe Juliette, MD\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/pra1255\"\n }\n ],\n \"insurance\": [\n {\n \"reference\": \"Coverage/cov015\"\n }\n ]\n }\n }\n ]\n }\n },\n \"extension\": {\n \"davinci-crd.configuration\": {\n \"alt-drug\": true,\n \"coverage\": true,\n \"dtr-clin\": true,\n \"max-cards\": 10\n }\n },\n \"prefetch\": {\n \"coverageBundle\": {\n \"resourceType\": \"Bundle\",\n \"type\": \"collection\",\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Coverage/cov015\",\n \"resource\": {\n \"resourceType\": \"Coverage\",\n \"id\": \"cov015\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-05-08T09:47:16.618-04:00\",\n \"source\": \"#2oewiwPOJlURF4aM\"\n },\n \"status\": \"active\",\n \"subscriberId\": \"10A3D58WH456\",\n \"beneficiary\": {\n \"reference\": \"Patient/pat015\"\n },\n \"payor\": [\n {\n \"reference\": \"Organization/org1234\"\n }\n ],\n \"class\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/coverage-class\",\n \"code\": \"plan\"\n }\n ]\n },\n \"value\": \"Medicare Part A\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ]\n },\n \"serviceRequestBundle\": {\n \"resourceType\": \"Bundle\",\n \"id\": \"016cc2fb-60ae-4796-9932-c49cc3d1b40c\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-10T01:49:20.640+00:00\"\n },\n \"type\": \"searchset\",\n \"total\": 1,\n \"link\": [\n {\n \"relation\": \"self\",\n \"url\": \"https://inferno-qa.healthit.gov/reference-server/r4/ServiceRequest?_id=servreq-g0180-1&_include=ServiceRequest%3Apatient&_include=ServiceRequest%3Aperformer&_include=ServiceRequest%3Arequester&_include%3Aiterate=PractitionerRole%3Aorganization&_include%3Aiterate=PractitionerRole%3Apractitioner\"\n }\n ],\n \"entry\": [\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/ServiceRequest/servreq-g0180-1\",\n \"resource\": {\n \"resourceType\": \"ServiceRequest\",\n \"id\": \"servreq-g0180-1\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.382+00:00\",\n \"source\": \"#AylXJ4OQfExfrWTQ\"\n },\n \"identifier\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"PLAC\"\n }\n ]\n },\n \"value\": \"11ddab7e-1488-4848-b3d5-512d2f1e3f28\"\n }\n ],\n \"status\": \"draft\",\n \"intent\": \"order\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"https://bluebutton.cms.gov/resources/codesystem/hcpcs\",\n \"code\": \"G0180\",\n \"display\": \"Medicare-covered home health services under a home health plan of care\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/pat015\"\n },\n \"occurrenceDateTime\": \"2017-10-01\",\n \"authoredOn\": \"2017-10-04\",\n \"requester\": {\n \"display\": \"Smythe Juliette, MD\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/pra1255\"\n }\n ],\n \"insurance\": [\n {\n \"reference\": \"Coverage/cov016\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://inferno-qa.healthit.gov/reference-server/r4/Patient/pat015\",\n \"resource\": {\n \"resourceType\": \"Patient\",\n \"id\": \"pat015\",\n \"meta\": {\n \"versionId\": \"1\",\n \"lastUpdated\": \"2024-04-25T17:48:34.068+00:00\",\n \"source\": \"#fT6fENtjF2A8Ne61\"\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><div class=\\\"hapiHeaderText\\\">William Hale Oster <b>OSTER </b></div><table class=\\\"hapiPropertyTable\\\"><tbody><tr><td>Identifier</td><td>0M34355006FW</td></tr><tr><td>Address</td><td><span>202 Burlington Road </span><br/><span>Bedford </span><span>MA </span></td></tr><tr><td>Date of birth</td><td><span>23 February 2015</span></td></tr></tbody></table></div>\"\n },\n \"identifier\": [\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"MR\"\n }\n ],\n \"text\": \"Medical Record Number\"\n },\n \"system\": \"http://hl7.org/fhir/sid/us-medicare\",\n \"value\": \"0M34355006FW\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Oster\",\n \"given\": [\n \"William\",\n \"Hale\",\n \"Oster\"\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555-5555\",\n \"use\": \"home\",\n \"rank\": 1\n },\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555 5613\",\n \"use\": \"work\",\n \"rank\": 2\n },\n {\n \"system\": \"phone\",\n \"value\": \"(781) 555 8834\",\n \"use\": \"old\",\n \"period\": {\n \"end\": \"2014\"\n }\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"2015-02-23\",\n \"address\": [\n {\n \"use\": \"home\",\n \"type\": \"both\",\n \"line\": [\n \"202 Burlington Road\"\n ],\n \"city\": \"Bedford\",\n \"state\": \"MA\",\n \"postalCode\": \"01730\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"include\"\n }\n }\n ]\n }\n }\n }\n]\n"
|
114
|
+
}
|
115
|
+
]
|
116
|
+
}
|