PACIO Transitions of Care Implementation Guide
1.0.0 - STU 1 United States of America flag

PACIO Transitions of Care Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-transitions-of-care-ig/ and changes regularly. See the Directory of published versions

: Example: Home Medication List - XML Representation

Page standards status: Informative

Raw xml | Download


<List xmlns="http://hl7.org/fhir">
  <id value="BSJ-SMPMedList"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/smp/StructureDefinition/smp-medication-list"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <status value="current"/>
  <mode value="working"/>
  <title value="Home Medication List"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="104205-0"/>
      <display
               value="Patient generated medication list [Identifier] Episode Pharmacy"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/Example-Smith-Johnson-Patient1"/>
    <display value="Betsy Smith-Johnson"/>
  </subject>
  <date value="2024-08-11"/>
  <source>🔗 
    <reference value="Practitioner/Example-GeraldPark"/>
    <display value="Dr. Gerald Park"/>
  </source>
  <entry>
    <date value="2024-08-11"/>
    <item>🔗 
      <reference value="MedicationStatement/BSJ-SMPMedStmt1"/>
      <display value="atorvastatin 40 MG Oral Tablet"/>
    </item>
  </entry>
  <entry>
    <date value="2024-08-11"/>
    <item>🔗 
      <reference value="MedicationStatement/BSJ-SMPMedStmt4"/>
      <display value="losartan potassium 25 MG Oral Tablet"/>
    </item>
  </entry>
  <entry>
    <date value="2024-08-11"/>
    <item>🔗 
      <reference value="MedicationStatement/BSJ-SMPMedStmt9"/>
      <display value="clopidogrel 75 MG Oral Tablet"/>
    </item>
  </entry>
</List>