-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathexample_request.json
62 lines (62 loc) · 1.9 KB
/
example_request.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"hook": "medication-prescribe",
"hookInstance": "d3ccea84-d7d6-4f6f-97c4-126cc169c18b",
"fhirServer": "https://api.hspconsortium.org/cdshooksdstu2/open",
"redirect": "https://sandbox.cds-hooks.org/service-done.html",
"user": "Practitioner/example",
"patient": "SMART-1551992",
"context": {
"patientId": "SMART-1551992",
"medications": [
{
"resourceType": "MedicationOrder",
"dateWritten": "2018-01-29",
"status": "draft",
"patient": {
"reference": "Patient/SMART-1551992"
},
"dosageInstruction": [
{
"doseQuantity": {
"value": 1,
"system": "http://unitsofmeasure.org",
"code": "{pill}"
},
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnits": "d",
"boundsPeriod": {
"start": "2018-01-29",
"end": "2018-02-28"
}
}
}
}
],
"medicationCodeableConcept": {
"text": "Metoprolol Tartrate 50 MG Oral Tablet [Lopressor]",
"coding": [
{
"display": "Metoprolol Tartrate 50 MG Oral Tablet [Lopressor]",
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "866516"
}
]
},
"reasonCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "11934000",
"display": "Hypertensive disorder"
}
],
"text": "Hypertensive disorder"
}
}
]
},
"prefetch": {}
}