STU 3 Ballot

This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Decisionsupportservicemodule-infobutton.xml

Raw XML (canonical form)

InfoButton Module Example (id = "infobutton")

<DecisionSupportServiceModule xmlns="http://hl7.org/fhir">
  <id value="infobutton"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">InfoButton Module</div>
  </text>
  
  <identifier>
    <use value="official"/>
    <value value="infobutton"/>
  </identifier>
  <version value="1.0.0"/>
  <title value="InfoButton Module"/>
  <status value="draft"/>
  <description value="The InfoButton specification defines a mechanism for retrieving relevant clinical context
   based a particular set of search criteria.."/>
  <publicationDate value="2016-07-05"/>
  <topic>
    <text value="InfoButton Module"/>
  </topic>
  <topic>
    <text value="InfoButton"/>
  </topic>
  
  <!--   Main Search Criteria   -->
  <parameter>
    <name value="mainSearchCriteria"/>
    <use value="in"/>
    <min value="0"/>
    <max value="*"/>
    <type value="CodeableConcept"/>
  </parameter>

  <!--   Patient Data Requirement   -->
  <dataRequirement>
    <type value="Patient"/>
    <mustSupport value="gender"/>
    <mustSupport value="birthDate"/>
  </dataRequirement>

  <!--   Problem List   -->
  <dataRequirement>
    <type value="Condition"/>
  </dataRequirement>

  <!--   Medication List   -->
  <dataRequirement>
    <type value="MedicationStatement"/>
  </dataRequirement>

</DecisionSupportServiceModule>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.