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-example.xml

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

Raw XML (canonical form)

Jump past Narrative

Assessment Example (id = "example")

<ServiceDefinition xmlns="http://hl7.org/fhir">
  <id value="example"/> 
  <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/example</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> guildeline-appropriate-ordering</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;">Guideline Appropriate Ordering 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;">Guideline appropriate ordering is used to assess appropriateness of an order given a patient,
             a proposed order, and a set of clinical indications.</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> Guideline Appropriate Ordering</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> Appropriate Use Criteria</span> 
                     <br/>  
                  </span> 
               </td> 
            </tr> 
         </table> 
      </div> 
  </text> 
  
  <identifier> 
    <use value="official"/> 
    <value value="guildeline-appropriate-ordering"/> 
  </identifier> 
  <version value="1.0.0"/> 
  <title value="Guideline Appropriate Ordering Module"/> 
  <status value="draft"/> 
  <date value="2015-07-22"/> 
  <description value="Guideline appropriate ordering is used to assess appropriateness of an order given a patient,
   a proposed order, and a set of clinical indications."/> 
  <topic> 
    <text value="Guideline Appropriate Ordering"/> 
  </topic> 
  <topic> 
    <text value="Appropriate Use Criteria"/> 
  </topic> 
  
  <!--   Patient Parameter   -->
  <!--   TODO: Move to OperationDefinition   -->
  <!--  
  <parameter>
    <name value="patient"/>
    <use value="in"/>
    <type value="Patient"/>
    <profile>
      <reference value="http://hl7.org/fhir/StructureDefinition/gao-patient"/>
    </profile>
    <mustSupport value="gender"/>
    <mustSupport value="birthDate"/>
  </parameter>
    -->

  <!--   Order Parameter   -->
  <!--   TODO: Move to OperationDefinition   -->
  <!--  
  <parameter>
    <name value="order"/>
    <use value="in"/>
    <type value="Task"/>
    <profile>
      <reference value="http://hl7.org/fhir/StructureDefinition/gao-task"/>
    </profile>
  </parameter>
    -->

  <!--   Order Output   -->
  <!--   TODO: Move to OperationDefinition   -->
  <!--  
  <parameter>
    <name value="order"/>
    <use value="out"/>
    <type value="Task"/>
    <profile>
      <reference value="http://hl7.org/fhir/StructureDefinition/gao-task"/>
    </profile>
  </parameter>
    -->

  <!--   Result   -->
  <!--   TODO: Move to OperationDefinition   -->
  <!--  
  <parameter>
    <name value="result"/>
    <use value="out"/>
    <type value="Basic"/>
    <profile>
      <reference value="http://hl7.org/fhir/StructureDefinition/gao-result"/>
    </profile>
  </parameter>
    -->

</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.