FHIR IG analytics| Package | SHIFT-Task-Force.privacy.examples |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-CarlFredericksonBuprenorphineNaltrexone.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest CarlFredericksonBuprenorphineNaltrexone
Security Labels: restricted (Details: Confidentiality code R = 'restricted'), substance use disorder information sensitivity (Details: ActCode code SUD = 'substance use disorder information sensitivity'), opioid use disorder information sensitivity (Details: ActCode code OPIOIDUD = 'opioid use disorder information sensitivity'), 42 CFR Part2 (Details: ActCode code 42CFRPart2 = '42 CFR Part2'), behavioral health information sensitivity (Details: ActCode code BH = 'behavioral health information sensitivity')
identifier: http://example.com/demo/medication-identifier/BUPR-NAL-78901
status: Active
intent: Order
medication: Buprenorphine / Naltrexone
subject: Carl Frederickson Male, DoB: 1950-04-22
dosageInstruction
text: 8mg/2mg by mouth once daily
timing: Once per 1 day
DoseAndRates
Dose[x] 8 mg (Details: UCUM codemg = 'mg')
{
"resourceType": "MedicationRequest",
"id": "CarlFredericksonBuprenorphineNaltrexone",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code": "R"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "SUD"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "OPIOIDUD"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "42CFRPart2"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "BH"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.com/demo/medication-identifier",
"value": "BUPR-NAL-78901"
}
],
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "352364",
"display": "buprenorphine / naloxone"
},
{
"system": "http://snomed.info/sct",
"code": "425741009",
"display": "Product containing buprenorphine and naloxone (medicinal product)"
}
],
"text": "Buprenorphine / Naltrexone"
},
"subject": {
"reference": "Patient/CarlFrederickson"
},
"dosageInstruction": [
{
"text": "8mg/2mg by mouth once daily",
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 8,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
]
}