FHIR Release 3 (STU)

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

Servicedefinition-infobutton.xml

Clinical Decision Support Work GroupMaturity Level: N/ABallot Status: InformativeCompartments: Not linked to any defined compartments

Raw XML (canonical form)

Jump past Narrative

InfoButton Module Example (id = "infobutton")

<ServiceDefinition xmlns="http://hl7.org/fhir">
  <id value="infobutton"/> 
  <text> 
    <status value="generated"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
         <table class="grid dict">
            <tr> 
               <td> 
                  <b> Id: </b> 
               </td> 
            </tr> 
            <tr> 
               <td style="padding-left: 25px; padding-right: 25px;">ServiceDefinition/infobutton</td> 
            </tr> 
         </table> 
         <p/>  
         <table class="grid dict">
            <tr> 
               <td> 
                  <b> Identifier: </b> 
               </td> 
            </tr> 
            <tr> 
               <td style="padding-left: 25px; padding-right: 25px;">
                  <b> value: </b> 
                  <span> infobutton</span> 
               </td> 
            </tr> 
         </table> 
         <p/>  
         <table class="grid dict">
            <tr> 
               <td> 
                  <b> Title: </b> 
               </td> 
            </tr> 
            <tr> 
               <td style="padding-left: 25px; padding-right: 25px;">InfoButton Module</td> 
            </tr> 
         </table> 
         <p/>  
         <table class="grid dict">
            <tr> 
               <td> 
                  <b> Status: </b> 
               </td> 
            </tr> 
            <tr> 
               <td style="padding-left: 25px; padding-right: 25px;">draft</td> 
            </tr> 
         </table> 
         <p/>  
         <table class="grid dict">
            <tr> 
               <td> 
                  <b> Description: </b> 
               </td> 
            </tr> 
            <tr> 
               <td style="padding-left: 25px; padding-right: 25px;">The InfoButton specification defines a mechanism for retrieving relevant clinical context
             based a particular set of search criteria..</td> 
            </tr> 
         </table> 
         <p/>  
         <table class="grid dict">
            <tr> 
               <td> 
                  <b> Topic: </b> 
               </td> 
            </tr> 
            <tr> 
               <td style="padding-right: 25px;">
                  <span style="padding-left: 25px;">
                     <b> text: </b> 
                     <span> InfoButton Module</span> 
                     <br/>  
                  </span> 
               </td> 
            </tr> 
         </table> 
         <table class="grid dict">
            <tr> 
               <td> 
                  <b> Topic: </b> 
               </td> 
            </tr> 
            <tr> 
               <td style="padding-right: 25px;">
                  <span style="padding-left: 25px;">
                     <b> text: </b> 
                     <span> InfoButton</span> 
                     <br/>  
                  </span> 
               </td> 
            </tr> 
         </table> 
         <p/>  
         <table class="grid dict">
            <tr> 
               <td> 
                  <b> Data Requirements: </b> 
               </td> 
            </tr> 
            <tr> 
               <td style="padding-left: 25px; padding-right: 25px;">
                  <div> 
                     <p style="margin-top: 5px;">
                        <b> type: </b> 
                        <span> Patient</span> 
                     </p> 
                     <p style="margin-top: 5px;">
                        <b> must support: </b> 
                        <span> gender</span> 
                     </p> 
                     <p style="margin-top: 5px;">
                        <b> must support: </b> 
                        <span> birthDate</span> 
                     </p> 
                  </div> 
               </td> 
            </tr> 
         </table> 
         <table class="grid dict">
            <tr> 
               <td> 
                  <b> Data Requirements: </b> 
               </td> 
            </tr> 
            <tr> 
               <td style="padding-left: 25px; padding-right: 25px;">
                  <div> 
                     <p style="margin-top: 5px;">
                        <b> type: </b> 
                        <span> Condition</span> 
                     </p> 
                  </div> 
               </td> 
            </tr> 
         </table> 
         <table class="grid dict">
            <tr> 
               <td> 
                  <b> Data Requirements: </b> 
               </td> 
            </tr> 
            <tr> 
               <td style="padding-left: 25px; padding-right: 25px;">
                  <div> 
                     <p style="margin-top: 5px;">
                        <b> type: </b> 
                        <span> MedicationStatement</span> 
                     </p> 
                  </div> 
               </td> 
            </tr> 
         </table> 
      </div> 
  </text> 
  
  <identifier> 
    <use value="official"/> 
    <value value="infobutton"/> 
  </identifier> 
  <version value="1.0.0"/> 
  <title value="InfoButton Module"/> 
  <status value="draft"/> 
  <date value="2016-07-05"/> 
  <description value="The InfoButton specification defines a mechanism for retrieving relevant clinical context
   based a particular set of search criteria.."/> 
  <topic> 
    <text value="InfoButton Module"/> 
  </topic> 
  <topic> 
    <text value="InfoButton"/> 
  </topic> 
  
  <!--   Main Search Criteria   -->
  <!--   TODO: Move to OperationDefinition   -->
  <!--  
  <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> 

</ServiceDefinition> 

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.