Standardized Medication Profile (SMP) FHIR IG
1.0.0-ballot - STU1 Ballot United States of America flag

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

: smp-bundle-1 - XML Representation

Raw xml | Download



<Bundle xmlns="http://hl7.org/fhir">
  <id value="smp-bundle-1"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/smp/StructureDefinition/smp-bundle"/>
  </meta>
  <type value="collection"/>
  <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:23ac0bc6-0959-4181-8af0-6db5e2ef8176"/>
          </item>
        </entry>
      </List>
    </resource>
  </entry>
  <entry>
    <fullUrl value="urn:uuid:23ac0bc6-0959-4181-8af0-6db5e2ef8176"/>
    <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>
  </entry>
</Bundle>