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" : "VeronicaMarsHydrocortisone",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest VeronicaMarsHydrocortisone</b></p><a name=\"VeronicaMarsHydrocortisone\"> </a><a name=\"hcVeronicaMarsHydrocortisone\"> </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 203105}\">Hydrocortisone 1% ointment</span></p><p><b>subject</b>: <a href=\"Patient-VeronicaMars.html\">Veronica Mars (official) Female, DoB: 1994-08-07</a></p><p><b>authoredOn</b>: 2014-04-21</p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>AsNeeded[x]</b></td><td><b>Route</b></td></tr><tr><td style=\"display: none\">*</td><td>Apply topically as needed</td><td>true</td><td><span title=\"Codes:{http://snomed.info/sct 6064005}\">Topical route</span></td></tr></table></div>"
},
"status" : "active",
"intent" : "order",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "203105",
"display" : "hydrocortisone 1 % Topical Ointment"
}
],
"text" : "Hydrocortisone 1% ointment"
},
"subject" : {
🔗 "reference" : "Patient/VeronicaMars"
},
"authoredOn" : "2014-04-21",
"dosageInstruction" : [
{
"text" : "Apply topically as needed",
"asNeededBoolean" : true,
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "6064005",
"display" : "Topical route"
}
]
}
}
]
}