PACIO Transitions of Care Implementation Guide
1.0.0 - STU 1 US

PACIO Transitions of Care Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example: Home Medication List - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "List",
  "id" : "BSJ-SMPMedList",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medication-list"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: List BSJ-SMPMedList</b></p><a name=\"BSJ-SMPMedList\"> </a><a name=\"hcBSJ-SMPMedList\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/smp/STU1/StructureDefinition-smp-medication-list.html\">Standardized Medication Profile - Medication List</a></p></div><h2>Home Medication List</h2><table class=\"clstu\"><tr><td>Date: 2024-08-11 </td><td>Mode: Working List </td><td>Status: Current </td><td>Code: Patient generated medication list [Identifier] Episode Pharmacy </td></tr><tr><td>Subject: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Betsy Smith-Johnson</a>Source: </td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td><td>Date</td></tr><tr><td><a href=\"MedicationStatement-BSJ-SMPMedStmt1.html\">atorvastatin 40 MG Oral Tablet</a></td><td>2024-08-11</td></tr><tr><td><a href=\"MedicationStatement-BSJ-SMPMedStmt4.html\">losartan potassium 25 MG Oral Tablet</a></td><td>2024-08-11</td></tr><tr><td><a href=\"MedicationStatement-BSJ-SMPMedStmt9.html\">clopidogrel 75 MG Oral Tablet</a></td><td>2024-08-11</td></tr></table></div>"
  },
  "status" : "current",
  "mode" : "working",
  "title" : "Home Medication List",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "104205-0",
        "display" : "Patient generated medication list [Identifier] Episode Pharmacy"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Example-Smith-Johnson-Patient1",
    "display" : "Betsy Smith-Johnson"
  },
  "date" : "2024-08-11",
  "source" : {
    🔗 "reference" : "Practitioner/Example-GeraldPark",
    "display" : "Dr. Gerald Park"
  },
  "entry" : [
    {
      "date" : "2024-08-11",
      "item" : {
        🔗 "reference" : "MedicationStatement/BSJ-SMPMedStmt1",
        "display" : "atorvastatin 40 MG Oral Tablet"
      }
    },
    {
      "date" : "2024-08-11",
      "item" : {
        🔗 "reference" : "MedicationStatement/BSJ-SMPMedStmt4",
        "display" : "losartan potassium 25 MG Oral Tablet"
      }
    },
    {
      "date" : "2024-08-11",
      "item" : {
        🔗 "reference" : "MedicationStatement/BSJ-SMPMedStmt9",
        "display" : "clopidogrel 75 MG Oral Tablet"
      }
    }
  ]
}