Skip to content

Commit

Permalink
Updating rec-11-patient-view requests ... adding benzodiazepine med t…
Browse files Browse the repository at this point in the history
…o quick start bundles
  • Loading branch information
Chris Schuler committed Feb 18, 2020
1 parent c92c471 commit 6db027b
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 74 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,35 @@
"url": "Medication/12bd1f88-426f-4567-85fe-db9eae37f56b"
}
},
{
"resource": {
"resourceType": "Medication",
"id": "12bd1f88-426f-4567-85fe-db9eae37f56c",
"code": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "1298088"
}
]
},
"isBrand": false,
"isOverTheCounter": false,
"form": {
"coding": [
{
"system": "urn:oid:1.2.840.114350.1.13.90.3.7.4.698288.310",
"code": "tablet",
"display": "tablet"
}
]
}
},
"request": {
"method": "PUT",
"url": "Medication/12bd1f88-426f-4567-85fe-db9eae37f56c"
}
},
{
"resource": {
"resourceType": "Medication",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,35 @@
"url": "Medication/12bd1f88-426f-4567-85fe-db9eae37f56b"
}
},
{
"resource": {
"resourceType": "Medication",
"id": "12bd1f88-426f-4567-85fe-db9eae37f56c",
"code": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "1298088"
}
]
},
"isBrand": false,
"isOverTheCounter": false,
"form": {
"coding": [
{
"system": "urn:oid:1.2.840.114350.1.13.90.3.7.4.698288.310",
"code": "tablet",
"display": "tablet"
}
]
}
},
"request": {
"method": "PUT",
"url": "Medication/12bd1f88-426f-4567-85fe-db9eae37f56c"
}
},
{
"resource": {
"resourceType": "Medication",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,65 +16,7 @@
"resource": {
"resourceType": "Patient",
"id": "AAAAAAAAA",
"extension": [
{
"valueCode": "M",
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex"
},
{
"extension": [
{
"valueCoding": {
"system": "http://hl7.org/fhir/us/core/ValueSet/omb-race-category",
"code": "2106-3",
"display": "White"
},
"url": "ombCategory"
},
{
"valueString": "White",
"url": "text"
}
],
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
},
{
"extension": [
{
"valueCoding": {
"system": "http://hl7.org/fhir/us/core/ValueSet/omb-ethnicity-category",
"code": "2186-5",
"display": "Not Hispanic or Latino"
},
"url": "ombCategory"
},
{
"valueString": "Not Hispanic or Latino",
"url": "text"
}
],
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
}
],
"identifier": "",
"active": true,
"name": [
{
"extension": [
{
"valueString": "XXX",
"url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name"
}
],
"use": "usual",
"text": "Test Patient",
"family": "XXX",
"given": [
"Test",
"Test"
]
}
],
"telecom": "",
"gender": "male",
"birthDate": "1959-01-01",
Expand Down Expand Up @@ -103,8 +45,7 @@
"reference": "/Practitioner/BBBB",
"display": "BBBB, MD"
}
],
"managingOrganization": ""
]
}
},
"item2": {
Expand All @@ -118,26 +59,26 @@
{
"resource": {
"resourceType": "MedicationRequest",
"id": "example-rec-10-no-screenings-context",
"id": "example-rec-11-benzo-trigger-with-opioid-by-reference-context",
"status": "active",
"intent": "order",
"category": {
"coding": [
{
"system": "http://hl7.org/fhir/medication-request-category",
"code": "outpatient"
"code": "community"
}
]
},
"medicationReference": {
"reference": "Medication/12bd1f88-426f-4567-85fe-db9eae37f56b",
"display": "72 HR Fentanyl 0.075 MG/HR Transdermal System"
"reference": "Medication/12bd1f88-426f-4567-85fe-db9eae37f56c",
"display": "Flurazepam Hydrochloride 15 MG Oral Capsule"
},
"subject": {
"reference": "Patient/example-rec-10-no-screenings"
"reference": "Patient/AAAAAAAAA"
},
"context": {
"reference": "Encounter/example-rec-10-no-screenings-context"
"reference": "Encounter/example-rec-11-benzo-trigger-with-opioid-context"
},
"_authoredOn": {
"extension": [
Expand Down Expand Up @@ -183,14 +124,14 @@
{
"resource": {
"resourceType": "MedicationRequest",
"id": "example-rec-10-no-screenings-prefetch",
"id": "example-rec-11-benzo-trigger-with-opioid-by-reference-prefetch",
"status": "active",
"intent": "order",
"category": {
"coding": [
{
"system": "http://hl7.org/fhir/medication-request-category",
"code": "outpatient"
"code": "community"
}
]
},
Expand All @@ -199,10 +140,10 @@
"display": "12 HR Oxycodone Hydrochloride 10 MG Extended Release Oral Tablet"
},
"subject": {
"reference": "Patient/example-rec-10-no-screenings"
"reference": "Patient/AAAAAAAAA"
},
"context": {
"reference": "Encounter/example-rec-10-no-screenings-prefetch"
"reference": "Encounter/example-rec-11-benzo-trigger-with-opioid-prefetch"
},
"_authoredOn": {
"extension": [
Expand Down Expand Up @@ -258,12 +199,12 @@
{
"resource": {
"resourceType": "Medication",
"id": "12bd1f88-426f-4567-85fe-db9eae37f56b",
"id": "12bd1f88-426f-4567-85fe-db9eae37f56c",
"code": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "197696"
"code": "1298088"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"coding": [
{
"system": "http://hl7.org/fhir/medication-request-category",
"code": "outpatient"
"code": "community"
}
]
},
Expand Down Expand Up @@ -106,7 +106,7 @@
"coding": [
{
"system": "http://hl7.org/fhir/medication-request-category",
"code": "outpatient"
"code": "community"
}
]
},
Expand Down

0 comments on commit 6db027b

Please sign in to comment.