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

: MedicationList for ED - JSON Representation

Raw json | Download

{
  "resourceType" : "List",
  "id" : "VioletGartner01-smp-medListED-01",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: List VioletGartner01-smp-medListED-01</b></p><a name=\"VioletGartner01-smp-medListED-01\"> </a><a name=\"hcVioletGartner01-smp-medListED-01\"> </a><h2>MedicationList for ED</h2><table class=\"clstu\"><tr><td>Date: 2026-01-10 14:35:00-0500 </td><td>Mode: Working List </td><td>Status: Current </td><td>Code: Reconciled medication list [Identifier] Episode Pharmacy </td></tr><tr><td>Subject: <a href=\"Patient-patient-VioletGartner01.html\">Violet Gartner</a>Source: </td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"MedicationStatement-VioletGartner01-smp-medstmt-sennas-01.html\">Senna-S 8.6 MG Oral Tablet</a></td></tr><tr><td><a href=\"MedicationStatement-VioletGartner01-smp-medstmt-hydrocodoneacetaminophen-01.html\">Hydrocodone 5 MG / Acetaminophen 325 MG Oral Tablet</a></td></tr></table></div>"
  },
  "status" : "current",
  "mode" : "working",
  "title" : "MedicationList for ED",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "104203-5",
        "display" : "Reconciled medication list [Identifier] Episode Pharmacy"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-VioletGartner01",
    "display" : "Violet Gartner"
  },
  "date" : "2026-01-10T14:35:00-05:00",
  "source" : {
    🔗 "reference" : "PractitionerRole/PractitionerRole-Physician-PriyaSarkar"
  },
  "entry" : [
    {
      "item" : {
        🔗 "reference" : "MedicationStatement/VioletGartner01-smp-medstmt-sennas-01",
        "display" : "Senna-S 8.6 MG Oral Tablet"
      }
    },
    {
      "item" : {
        🔗 "reference" : "MedicationStatement/VioletGartner01-smp-medstmt-hydrocodoneacetaminophen-01",
        "display" : "Hydrocodone 5 MG / Acetaminophen 325 MG Oral Tablet"
      }
    }
  ]
}