Skip to content

Commit

Permalink
removed selection and changed doseQuantity to get it right
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantaustin13 committed Aug 18, 2022
1 parent dd2defe commit d2b2865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"userId": "Practitioner/example",
"patientId": "Patient/example-rec-05-mme-greater-than-fifty",
"encounterId": "Encounter/example-rec-05-mme-greater-than-fifty-context",
"selections": [
"MedicationRequest/example-rec-05-mme-greater-than-fifty-context"
],
"draftOrders": {
"resourceType": "Bundle",
"id": "opioidcds-05-bundle",
Expand Down Expand Up @@ -77,7 +74,7 @@
"doseAndRate": [
{
"doseQuantity": {
"value": 0.2,
"value": 1.0,
"unit": "patch",
"system": "http://unitsofmeasure.org",
"code": "{patch}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"userId": "Practitioner/example",
"patientId": "Patient/example-rec-05-mme-less-than-fifty",
"encounterId": "Encounter/example-rec-05-mme-less-than-fifty-context",
"selections": [
"MedicationRequest/example-rec-05-mme-less-than-fifty-context"
],
"draftOrders": {
"resourceType": "Bundle",
"id": "opioidcds-05-bundle",
Expand Down Expand Up @@ -75,7 +72,7 @@
},
"asNeededBoolean": false,
"doseQuantity": {
"value": 1.0,
"value": 0.2,
"unit": "patch"
}
}
Expand Down

0 comments on commit d2b2865

Please sign in to comment.