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-input-parameters-1 - XML Representation

Raw xml | Download


<Parameters xmlns="http://hl7.org/fhir">
  <id value="smp-history-input-parameters-1"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/smp/StructureDefinition/smp-parameters-query"/>
  </meta>
  <parameter>
    <name value="patient"/>
    <resource>
      <Patient>
        <id value="patient-req-1"/>
        <meta>
          <profile
                   value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml">August Samuels</div>
        </text>
        <identifier>
          <type>
            <coding>
              <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
              <code value="SS"/>
              <display value="Social Security number"/>
            </coding>
          </type>
          <system value="http://hl7.org/fhir/sid/us-ssn"/>
          <value value="120-35-2435"/>
        </identifier>
        <name>
          <family value="Samuels"/>
          <given value="August"/>
        </name>
        <gender value="female"/>
        <birthDate value="1989-03-12"/>
      </Patient>
    </resource>
  </parameter>
  <parameter>
    <name value="list-type"/>
    <valueCodeableConcept>
      <coding>
        <system value="http://loinc.org"/>
        <code value="104207-6"/>
      </coding>
    </valueCodeableConcept>
  </parameter>
</Parameters>