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" : "CarlFredericksonIbuprofen",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest CarlFredericksonIbuprofen</b></p><a name=\"CarlFredericksonIbuprofen\"> </a><a name=\"hcCarlFredericksonIbuprofen\"> </a><p><b>identifier</b>: <code>http://example.com/demo/medication-identifier</code>/IBPROFEN-45678</p><p><b>status</b>: Draft</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 5640}\">ibuprofen</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>: 800mg by mouth three times a day as needed for pain</p><p><b>timing</b>: 3 per 1 day</p><p><b>asNeeded</b>: true</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>800 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span></td></tr></table></blockquote></div>"
},
"identifier" : [
{
"system" : "http://example.com/demo/medication-identifier",
"value" : "IBPROFEN-45678"
}
],
"status" : "draft",
"intent" : "order",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "5640"
}
]
},
"subject" : {
🔗 "reference" : "Patient/CarlFrederickson"
},
"dosageInstruction" : [
{
"text" : "800mg by mouth three times a day as needed for pain",
"timing" : {
"repeat" : {
"frequency" : 3,
"period" : 1,
"periodUnit" : "d"
}
},
"asNeededBoolean" : true,
"doseAndRate" : [
{
"doseQuantity" : {
"value" : 800,
"unit" : "mg",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
}
}
]
}
]
}