PACIO Sample Data Depot
0.1.0 - draft
PACIO Sample Data Depot, published by MITRE. 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/paciowg/sample-data-fsh/ and changes regularly. See the Directory of published versions
{
"resourceType" : "MedicationRequest",
"id" : "bsj1-smp-medrx-polyethylene-0-14",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest bsj1-smp-medrx-polyethylene-0-14</b></p><a name=\"bsj1-smp-medrx-polyethylene-0-14\"> </a><a name=\"hcbsj1-smp-medrx-polyethylene-0-14\"> </a><p><b>status</b>: Stopped</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 876193}, {http://hl7.org/fhir/sid/ndc 63739019862}\">polyethylene glycol 3350 17000 MG Powder for Oral Solution</span></p><p><b>subject</b>: <a href=\"Patient-patient-betsysmith-johnson01.html\">Betsy Smith-Johnson</a></p><p><b>authoredOn</b>: 2025-04-22 09:30:00-0800</p><p><b>requester</b>: <a href=\"PractitionerRole-Role-IMMD-AnitaChu.html\">PractitionerRole Primary care provider (occupation)</a></p></div>"
},
"status" : "stopped",
"intent" : "order",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "876193",
"display" : "polyethylene glycol 3350 17000 MG Powder for Oral Solution"
},
{
"system" : "http://hl7.org/fhir/sid/ndc",
"code" : "63739019862"
}
]
},
"subject" : {
🔗 "reference" : "Patient/patient-betsysmith-johnson01",
"display" : "Betsy Smith-Johnson"
},
"authoredOn" : "2025-04-22T09:30:00-08:00",
"requester" : {
🔗 "reference" : "PractitionerRole/Role-IMMD-AnitaChu"
}
}