0.0.1 - ci-build
ShiftPrivacyExamples, published by SHIFT-Task-Force. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SHIFT-Task-Force/demo-fhir-data/ and changes regularly. See the Directory of published versions
{
"resourceType" : "MedicationRequest",
"id" : "CarlFredericksonBuprenorphineNaltrexone",
"meta" : {
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code" : "R",
"display" : "Restricted"
},
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "SUD"
},
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "42CFRPart2"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest CarlFredericksonBuprenorphineNaltrexone</b></p><a name=\"CarlFredericksonBuprenorphineNaltrexone\"> </a><a name=\"hcCarlFredericksonBuprenorphineNaltrexone\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Security Labels: Restricted (Details: Confidentiality code R = 'Restricted'), substance use disorder information sensitivity (Details: ActCode code SUD = 'substance use disorder information sensitivity'), 42 CFR Part2 (Details: ActCode code 42CFRPart2 = '42 CFR Part2')</p></div><p><b>identifier</b>: <code>http://example.com/demo/medication-identifier</code>/BUPR-NAL-78901</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 352364}, {http://snomed.info/sct 425741009}\">Buprenorphine / Naltrexone</span></p><p><b>subject</b>: <a href=\"Patient-CarlFrederickson.html\">Carl Frederickson Male, DoB: 1950-04-22</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 8mg/2mg by mouth once daily</p><p><b>timing</b>: Once per 1 day</p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>8 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span></td></tr></table></blockquote></div>"
},
"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"
}
}
]
}
]
}