SHIFT Privacy Examples
0.1.0 - ci-build
SHIFT Privacy Examples, published by SHIFT-Task-Force. This guide is not an authorized publication; it is the continuous build for version 0.1.0 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" : "MonicaRambeauAlbuterol",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest MonicaRambeauAlbuterol</b></p><a name=\"MonicaRambeauAlbuterol\"> </a><a name=\"hcMonicaRambeauAlbuterol\"> </a><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 2123072}\">Albuterol 90 mcg/puff 2 puffs INH q4h PRN wheezing</span></p><p><b>subject</b>: <a href=\"Patient-MonicaRambeau.html\">Mo Female, DoB: 2006-08-08</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 2 puffs INH q4h PRN wheezing</p><p><b>timing</b>: Once per 4 hours</p><p><b>asNeeded</b>: true</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 447694001}\">Respiratory tract route</span></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>90 ug<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeug = 'ug')</span></td></tr></table></blockquote></div>"
},
"status" : "active",
"intent" : "order",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "2123072",
"display" : "albuterol 90 MCG/INHAL Metered Dose Inhaler, 200 Actuations, generic for ProAir"
}
],
"text" : "Albuterol 90 mcg/puff 2 puffs INH q4h PRN wheezing"
},
"subject" : {
🔗 "reference" : "Patient/MonicaRambeau"
},
"dosageInstruction" : [
{
"text" : "2 puffs INH q4h PRN wheezing",
"timing" : {
"repeat" : {
"frequency" : 1,
"period" : 4,
"periodUnit" : "h"
}
},
"asNeededBoolean" : true,
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "447694001",
"display" : "Respiratory tract route"
}
]
},
"doseAndRate" : [
{
"doseQuantity" : {
"value" : 90,
"unit" : "ug",
"system" : "http://unitsofmeasure.org",
"code" : "ug"
}
}
]
}
]
}