Standardized Medication Profile (SMP) FHIR IG, published by HL7 International / Pharmacy. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/smp-ig/ and changes regularly. See the Directory of published versions
<Bundle xmlns="http://hl7.org/fhir">
<id value="smp-bundle-tx-1"/>
<meta>
<profile
value="http://hl7.org/fhir/us/smp/StructureDefinition/smp-bundle-transaction"/>
</meta>
<type value="transaction"/>
<entry>
<fullUrl value="urn:uuid:9ce2a97b-5cab-4986-814f-4734016e6084"/>
<resource>
<List>
<id value="smp-medlist-1"/>
<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">A hospital medication administration list for a patient</div>
</text>
<status value="current"/>
<mode value="working"/>
<title value="Hospital Medication Administration List"/>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="104207-6"/>
</coding>
</code>
<subject>
<reference value="Patient/example"/>
<display value="US Core Example Patient"/>
</subject>
<date value="2024-07-01"/>
<source>
<reference value="Practitioner/practitioner-1"/>
</source>
<entry>
<date value="2024-07-01"/>
<item>
<reference value="urn:uuid:4359ae5b-2b6d-43e1-83b0-2369a6f82177"/>
</item>
</entry>
</List>
</resource>
<request>
<method value="POST"/>
<url value="List"/>
</request>
</entry>
<entry>
<fullUrl value="urn:uuid:4359ae5b-2b6d-43e1-83b0-2369a6f82177"/>
<resource>
<MedicationStatement>
<id value="smp-medstmt-bundle-1"/>
<meta>
<profile
value="http://hl7.org/fhir/us/smp/StructureDefinition/smp-medicationstatement"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">A statement of an individual medication the patient is receiving</div>
</text>
<status value="active"/>
<medicationCodeableConcept>
<coding>
<system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
<code value="428759"/>
<display value="metformin 250 MG Oral Tablet"/>
</coding>
</medicationCodeableConcept>
<subject>
<reference value="Patient/example"/>
<display value="US Core Example Patient"/>
</subject>
<effectiveDateTime value="2024-06-01"/>
<dateAsserted value="2024-07-01"/>
<reasonCode>
<coding>
<system value="http://snomed.info/sct"/>
<code value="359642000"/>
<display value="Diabetes mellitus type 2 in nonobese (disorder)"/>
</coding>
</reasonCode>
<dosage>
<sequence value="1"/>
<text value="po daily"/>
</dosage>
</MedicationStatement>
</resource>
<request>
<method value="POST"/>
<url value="MedicationStatement"/>
</request>
</entry>
</Bundle>