This page is part of the PACIO Transitions of Care Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "MedicationRequest",
"id" : "BSJ-SMPMedReq6",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest BSJ-SMPMedReq6</b></p><a name=\"BSJ-SMPMedReq6\"> </a><a name=\"hcBSJ-SMPMedReq6\"> </a><a name=\"BSJ-SMPMedReq6-en-US\"> </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 859424}\">rosuvastatin calcium 5 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Betsy Smith-Johnson</a></p><p><b>authoredOn</b>: 2024-08-11</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 312894000}\">Osteopenia</span></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>Calcium 500 mg</td></tr></table></div>"
},
"status" : "active",
"intent" : "order",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "859424",
"display" : "rosuvastatin calcium 5 MG Oral Tablet"
}
]
},
"subject" : {
🔗 "reference" : "Patient/Example-Smith-Johnson-Patient1",
"display" : "Betsy Smith-Johnson"
},
"authoredOn" : "2024-08-11",
"reasonCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "312894000",
"display" : "Osteopenia"
}
]
}
],
"dosageInstruction" : [
{
"sequence" : 1,
"text" : "Calcium 500 mg"
}
]
}