-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#335 2016 updated requests and responses
- Loading branch information
Anna
committed
May 25, 2023
1 parent
8f930c1
commit b170f72
Showing
3 changed files
with
228 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
input/pagecontent/requests/QuickStart/opioidcds-10-patient-view-bundle.json
Large diffs are not rendered by default.
Oops, something went wrong.
191 changes: 191 additions & 0 deletions
191
input/pagecontent/requests/QuickStart/quickstart-medications-bundle.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,191 @@ | ||
{ | ||
"resourceType": "Bundle", | ||
"entry": [ | ||
{ | ||
"resource": { | ||
"resourceType": "MedicationRequest", | ||
"id": "example-rec-10-patient-view-no-screenings-context", | ||
"extension": [ | ||
{ | ||
"url": "http://fhir.org/guides/cdc/opioid-cds/StructureDefinition/dataDateRoller", | ||
"extension": [ | ||
{ | ||
"url": "dateLastUpdated", | ||
"valueDateTime": "2022-12-13" | ||
}, | ||
{ | ||
"url": "frequency", | ||
"valueDuration": { | ||
"value": 30, | ||
"unit": "days", | ||
"system": "http://unitsofmeasure.org", | ||
"code": "d" | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"status": "active", | ||
"intent": "order", | ||
"category": [ | ||
{ | ||
"coding": [ | ||
{ | ||
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category", | ||
"code": "community" | ||
} | ||
] | ||
} | ||
], | ||
"medicationCodeableConcept": { | ||
"coding": [ | ||
{ | ||
"system": "http://www.nlm.nih.gov/research/umls/rxnorm", | ||
"code": "197696", | ||
"display": "72 HR Fentanyl 0.075 MG/HR Transdermal System" | ||
} | ||
] | ||
}, | ||
"subject": { | ||
"reference": "Patient/example-rec-10-patient-view-no-screenings" | ||
}, | ||
"encounter": { | ||
"reference": "Encounter/example-rec-10-patient-view-no-screenings-context" | ||
}, | ||
"authoredOn": "2022-12-13", | ||
"dosageInstruction": [ | ||
{ | ||
"timing": { | ||
"repeat": { | ||
"frequency": 1, | ||
"period": 12, | ||
"periodUnit": "d" | ||
} | ||
}, | ||
"asNeededBoolean": false, | ||
"doseAndRate": [ | ||
{ | ||
"doseQuantity": { | ||
"value": 1, | ||
"unit": "patch", | ||
"system": "http://unitsofmeasure.org", | ||
"code": "{patch}" | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"dispenseRequest": { | ||
"validityPeriod": { | ||
"start": "2022-12-13T00:00:00-07:00", | ||
"end": "2023-03-15T00:00:00-06:00" | ||
}, | ||
"numberOfRepeatsAllowed": 3, | ||
"expectedSupplyDuration": { | ||
"value": 30, | ||
"unit": "days", | ||
"system": "http://unitsofmeasure.org", | ||
"code": "d" | ||
} | ||
} | ||
}, | ||
"request": { | ||
"method": "PUT", | ||
"url": "MedicationRequest/example-rec-10-patient-view-no-screenings-context" | ||
} | ||
}, | ||
{ | ||
"resource": { | ||
"resourceType": "MedicationRequest", | ||
"id": "example-rec-10-patient-view-no-screenings-prefetch", | ||
"extension": [ | ||
{ | ||
"url": "http://fhir.org/guides/cdc/opioid-cds/StructureDefinition/dataDateRoller", | ||
"extension": [ | ||
{ | ||
"url": "dateLastUpdated", | ||
"valueDateTime": "2022-12-13" | ||
}, | ||
{ | ||
"url": "frequency", | ||
"valueDuration": { | ||
"value": 30, | ||
"unit": "days", | ||
"system": "http://unitsofmeasure.org", | ||
"code": "d" | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"status": "active", | ||
"intent": "order", | ||
"category": [ | ||
{ | ||
"coding": [ | ||
{ | ||
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category", | ||
"code": "community" | ||
} | ||
] | ||
} | ||
], | ||
"medicationCodeableConcept": { | ||
"coding": [ | ||
{ | ||
"system": "http://www.nlm.nih.gov/research/umls/rxnorm", | ||
"code": "1049502", | ||
"display": "12 HR Oxycodone Hydrochloride 10 MG Extended Release Oral Tablet" | ||
} | ||
] | ||
}, | ||
"subject": { | ||
"reference": "Patient/example-rec-10-patient-view-no-screenings" | ||
}, | ||
"encounter": { | ||
"reference": "Encounter/example-rec-10-patient-view-no-screenings-prefetch" | ||
}, | ||
"authoredOn": "2022-09-14", | ||
"dosageInstruction": [ | ||
{ | ||
"timing": { | ||
"repeat": { | ||
"frequency": 3, | ||
"period": 1, | ||
"periodUnit": "d" | ||
} | ||
}, | ||
"asNeededBoolean": false, | ||
"doseAndRate": [ | ||
{ | ||
"doseQuantity": { | ||
"value": 1, | ||
"unit": "tablet", | ||
"system": "http://unitsofmeasure.org", | ||
"code": "{tablet}" | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"dispenseRequest": { | ||
"validityPeriod": { | ||
"start": "2022-09-14T00:00:00-06:00", | ||
"end": "2022-12-13T00:00:00-07:00" | ||
}, | ||
"numberOfRepeatsAllowed": 3, | ||
"expectedSupplyDuration": { | ||
"value": 30, | ||
"unit": "days", | ||
"system": "http://unitsofmeasure.org", | ||
"code": "d" | ||
} | ||
} | ||
}, | ||
"request": { | ||
"method": "PUT", | ||
"url": "MedicationRequest/example-rec-10-patient-view-no-screenings-prefetch" | ||
} | ||
} | ||
] | ||
} |