Standardized Medication Profile (SMP) FHIR IG
1.0.0 - STU 1 United States of America flag

This page is part of the US Standardized Medication Profile (SMP) (v1.0.0: STU1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: smp-history-output-parameters-1 - XML Representation

Raw xml | Download


<Parameters xmlns="http://hl7.org/fhir">
  <id value="smp-history-output-parameters-1"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/smp/StructureDefinition/smp-parameters-response"/>
  </meta>
  <parameter>
    <name value="smp-medication-data"/>
    <resource>
      <Bundle>
        <id value="smp-parameters-response-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>
    </resource>
  </parameter>
</Parameters>