Release 4B 5

This page is part of the FHIR Specification (v4.3.0: R4B (v5.0.0: R5 - STU ). The This is the current published version which supercedes in it's permanent home (it will always be available at this version is 5.0.0 . URL). For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R5 R4B R4 R3

Capabilitystatement-measure-processor.xml

Example CapabilityStatement/measure-processor (XML)

FHIR Infrastructure Work Group Maturity Level : N/A Standards Status : Informative Compartments : Not linked to any No defined compartments

Raw XML ( canonical form + also see XML Format Specification )

Jump past Narrative

Measure Processor Base Capability Statement (id = "measure-processor")

<?xml version="1.0" encoding="UTF-8"?>


  
  
    
    
      
      
      
      
        
        Basic conformance statement for a Measure Processor Service. A server can support more
           functionality
           than defined here, but this is the minimum amount

      
      
      
      
        
        
          
          
          
          
        
        
        
        
          
          
          
          
        
        
        
        
          
          
          
          
        
        
        
        
          
          
          
          
        
        
        
        
          
          
          
          
        
        
      
      
      
      
        
        
          
          
            
            
          
          
          
          
            
            
          
          
          
          
            
            
          
          
          
          
            
            
          
          
          
          
            
            
          
          
          
          
            
            
          
          
          
          
            
            
          
          
          
          
            
            
          
          
          
          
            
            
          
          
          
          
            
            
          
          
        
        
      
      
    
    
  
  
  
  
  
  
  
  
    
    
      
      
    
  
  Basic conformance statement for a Measure Processor Service. A server can support more
   functionality    than defined here, but this is the minimum amount
  
  
    
  
  
  
  
  
    
    
    
      
      
        
          
          
        
      
    
    
      
      
      
        
        
      
      
        
        
      
      
        
        
        
      
      
        
        
        
      
      
        
        
        
      
    
    
      
      
    
    
      
      
    
  

<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="measure-processor"/> 
  <text> 
    <status value="generated"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      
      <h2> Measure Calculation Service Conformance Statement</h2> 
      
      <div> 
        
        <p> Basic conformance statement for a Measure Processor Service. A server can support

           more functionality
           than defined here, but this is the minimum amount</p> 
      
      </div> 
      
      <table> 
        
        <tr> 
          
          <td> Mode</td> 
          
          <td> SERVER</td> 
        
        </tr> 
        
        <tr> 
          
          <td> Description</td> 
          
          <td> RESTful Measure Processor Server</td> 
        
        </tr> 
        
        <tr> 
          
          <td> Transaction</td> 
          
          <td/>  
        
        </tr> 
        
        <tr> 
          
          <td> System History</td> 
          
          <td/>  
        
        </tr> 
        
        <tr> 
          
          <td> System Search</td> 
          
          <td/>  
        
        </tr> 
      
      </table> 
      
      <table> 
        
        <tr> 
          
          <th> 
            
            <b> Resource Type</b> 
          
          </th> 
          
          <th> 
            
            <b> Profile</b> 
          
          </th> 
          
          <th> 
            
            <b> Read</b> 
          
          </th> 
          
          <th> 
            
            <b> V-Read</b> 
          
          </th> 
          
          <th> 
            
            <b> Search</b> 
          
          </th> 
          
          <th> 
            
            <b> Update</b> 
          
          </th> 
          
          <th> 
            
            <b> Updates</b> 
          
          </th> 
          
          <th> 
            
            <b> Create</b> 
          
          </th> 
          
          <th> 
            
            <b> Delete</b> 
          
          </th> 
          
          <th> 
            
            <b> History</b> 
          
          </th> 
        
        </tr> 
      
      </table> 
    
    </div>   </text>   <url value="http://hl7.org/fhir/measure-processor"/>   <name value="MeasureProcessorServiceConformanceStatement"/>   <title value="Measure Processor Service Conformance Statement"/>   <status value="draft"/>   <date value="2016-09-16"/>   <publisher value="HL7, Inc"/>   <contact>     <name value="FHIR Project"/>     <telecom>       <system value="other"/>       <value value="http://hl7.org/fhir"/>     </telecom>   </contact>   <description value="Basic conformance statement for a Measure Processor Service. A server can support

   more functionality    than defined here, but this is the minimum amount"/> 
  <kind value="capability"/>   <software>     <name value="ACME Measure Processor Service"/>   </software>   <fhirVersion value="5.0.0"/>   <format value="json"/>   <format value="xml"/>   <rest>     <mode value="server"/>     <documentation value="RESTful Measure Processor Service"/>     <security>       <cors value="true"/>       <service>         <coding>           <system value="http://hl7.org/fhir/restful-security-service"/>           <code value="Certificates"/>         </coding>       </service>     </security>     <resource>       <type value="Measure"/>       <profile value="http://hl7.org/fhir/StructureDefinition/Measure"/>       <interaction>         <code value="read"/>         <documentation value="Read allows clients to get the logical definitions of the measures"/>       </interaction>       <interaction>         <code value="search-type"/>         <documentation value="Search allows clients to filter measures based on a provided search parameter"/>       </interaction>       <searchParam>         <name value="identifier"/>         <definition value="http://hl7.org/fhir/SearchParameter/Measure-identifier"/>         <type value="token"/>       </searchParam>       <searchParam>         <name value="status"/>         <definition value="http://hl7.org/fhir/SearchParameter/Measure-status"/>         <type value="token"/>       </searchParam>       <searchParam>         <name value="version"/>         <definition value="http://hl7.org/fhir/SearchParameter/Measure-version"/>         <type value="token"/>       </searchParam>     </resource>     <operation>       <name value="evaluate-measure"/>       <definition value="http://hl7.org/fhir/OperationDefinition/Measure-evaluate-measure"/>     </operation>     <operation>       <name value="data-requirements"/>       <definition value="http://hl7.org/fhir/OperationDefinition/Measure-data-requirements"/>     </operation>   </rest> 


</

CapabilityStatement

>



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.