FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CapabilityStatement/measure-processor (Turtle)

FHIR Infrastructure Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw Turtle (+ also see Turtle/RDF Format Specification)

Measure Processor Base Capability Statement

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

[a fhir:CapabilityStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "measure-processor"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n      <h2>Measure Calculation Service Conformance Statement</h2>\n      \n      <div>\n        \n        <p>Basic conformance statement for a Measure Processor Service. A server can support more functionality\n           than defined here, but this is the minimum amount</p>\n\n      \n      </div>\n      \n      <table>\n        \n        <tr>\n          \n          <td>Mode</td>\n          \n          <td>SERVER</td>\n        \n        </tr>\n        \n        <tr>\n          \n          <td>Description</td>\n          \n          <td>RESTful Measure Processor Server</td>\n        \n        </tr>\n        \n        <tr>\n          \n          <td>Transaction</td>\n          \n          <td/>\n        \n        </tr>\n        \n        <tr>\n          \n          <td>System History</td>\n          \n          <td/>\n        \n        </tr>\n        \n        <tr>\n          \n          <td>System Search</td>\n          \n          <td/>\n        \n        </tr>\n      \n      </table>\n      \n      <table>\n        \n        <tr>\n          \n          <th>\n            \n            <b>Resource Type</b>\n          \n          </th>\n          \n          <th>\n            \n            <b>Profile</b>\n          \n          </th>\n          \n          <th>\n            \n            <b>Read</b>\n          \n          </th>\n          \n          <th>\n            \n            <b>V-Read</b>\n          \n          </th>\n          \n          <th>\n            \n            <b>Search</b>\n          \n          </th>\n          \n          <th>\n            \n            <b>Update</b>\n          \n          </th>\n          \n          <th>\n            \n            <b>Updates</b>\n          \n          </th>\n          \n          <th>\n            \n            <b>Create</b>\n          \n          </th>\n          \n          <th>\n            \n            <b>Delete</b>\n          \n          </th>\n          \n          <th>\n            \n            <b>History</b>\n          \n          </th>\n        \n        </tr>\n      \n      </table>\n    \n    </div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "fhir" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/measure-processor"^^xsd:anyURI] ; # 
  fhir:name [ fhir:v "MeasureProcessorServiceConformanceStatement"] ; # 
  fhir:title [ fhir:v "Measure Processor Service Conformance Statement"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2016-09-16"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "FHIR Project" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Basic conformance statement for a Measure Processor Service. A server can support more functionality    than defined here, but this is the minimum amount"] ; # 
  fhir:kind [ fhir:v "capability"] ; # 
  fhir:software [
     fhir:name [ fhir:v "ACME Measure Processor Service" ]
  ] ; # 
  fhir:fhirVersion [ fhir:v "6.0.0"] ; # 
  fhir:format ( [ fhir:v "json"] [ fhir:v "xml"] ) ; # 
  fhir:rest ( [
     fhir:mode [ fhir:v "server" ] ;
     fhir:documentation [ fhir:v "RESTful Measure Processor Service" ] ;
     fhir:security [
       fhir:cors [ fhir:v "true"^^xsd:boolean ] ;
       fhir:service ( [
         fhir:coding ( [
           fhir:system [ fhir:v "http://hl7.org/fhir/restful-security-service"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "Certificates" ]
         ] )
       ] )
     ] ;
     fhir:resource ( [
       fhir:type [ fhir:v "Measure" ] ;
       fhir:profile [
         fhir:v "http://hl7.org/fhir/StructureDefinition/Measure"^^xsd:anyURI ;
         fhir:link <http://hl7.org/fhir/StructureDefinition/Measure>
       ] ;
       fhir:interaction ( [
         fhir:code [ fhir:v "read" ] ;
         fhir:documentation [ fhir:v "Read allows clients to get the logical definitions of the measures" ]
       ] [
         fhir:code [ fhir:v "search-type" ] ;
         fhir:documentation [ fhir:v "Search allows clients to filter measures based on a provided search parameter" ]
       ] ) ;
       fhir:searchParam ( [
         fhir:name [ fhir:v "identifier" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/SearchParameter/Measure-identifier"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/SearchParameter/Measure-identifier>
         ] ;
         fhir:type [ fhir:v "token" ]
       ] [
         fhir:name [ fhir:v "status" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/SearchParameter/Measure-status"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/SearchParameter/Measure-status>
         ] ;
         fhir:type [ fhir:v "token" ]
       ] [
         fhir:name [ fhir:v "version" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/SearchParameter/Measure-version"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/SearchParameter/Measure-version>
         ] ;
         fhir:type [ fhir:v "token" ]
       ] )
     ] ) ;
     fhir:operation ( [
       fhir:name [ fhir:v "evaluate-measure" ] ;
       fhir:definition [
         fhir:v "http://hl7.org/fhir/OperationDefinition/Measure-evaluate-measure"^^xsd:anyURI ;
         fhir:link <http://hl7.org/fhir/OperationDefinition/Measure-evaluate-measure>
       ]
     ] [
       fhir:name [ fhir:v "data-requirements" ] ;
       fhir:definition [
         fhir:v "http://hl7.org/fhir/OperationDefinition/Measure-data-requirements"^^xsd:anyURI ;
         fhir:link <http://hl7.org/fhir/OperationDefinition/Measure-data-requirements>
       ]
     ] )
  ] )] . # 

# -------------------------------------------------------------------------------------


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.