Release 4 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see times).
See the Directory of published versions . Page versions: R5 R4B R4 R3

Capabilitystatement-measure-processor.ttl

Example CapabilityStatement/measure-processor (Turtle)

Maturity Level : N/A
Responsible Owner: FHIR Infrastructure Work Group Standards Status : Informative Compartments : Not linked to any 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

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

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

<http://hl7.org/fhir/CapabilityStatement/measure-processor> a fhir:CapabilityStatement;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "measure-processor"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <h2>Measure Calculation Service Conformance Statement</h2>\n      <div>\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      </div>\n      <table>\n        <tr>\n          <td>Mode</td>\n          <td>SERVER</td>\n        </tr>\n        <tr>\n          <td>Description</td>\n          <td>RESTful Measure Processor Server</td>\n        </tr>\n        <tr>\n          <td>Transaction</td>\n          <td/>\n        </tr>\n        <tr>\n          <td>System History</td>\n          <td/>\n        </tr>\n        <tr>\n          <td>System Search</td>\n          <td/>\n        </tr>\n      </table>\n      <table>\n        <tr>\n          <th>\n            <b>Resource Type</b>\n          </th>\n          <th>\n            <b>Profile</b>\n          </th>\n          <th>\n            <b>Read</b>\n          </th>\n          <th>\n            <b>V-Read</b>\n          </th>\n          <th>\n            <b>Search</b>\n          </th>\n          <th>\n            <b>Update</b>\n          </th>\n          <th>\n            <b>Updates</b>\n          </th>\n          <th>\n            <b>Create</b>\n          </th>\n          <th>\n            <b>Delete</b>\n          </th>\n          <th>\n            <b>History</b>\n          </th>\n        </tr>\n      </table>\n    </div>"
  ];
  fhir:CapabilityStatement.url [ fhir:value "http://hl7.org/fhir/measure-processor"];
  fhir:CapabilityStatement.name [ fhir:value "Measure Processor Service Conformance Statement"];
  fhir:CapabilityStatement.status [ fhir:value "draft"];
  fhir:CapabilityStatement.date [ fhir:value "2016-09-16"^^xsd:date];
  fhir:CapabilityStatement.publisher [ fhir:value "HL7, Inc"];
  fhir:CapabilityStatement.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "FHIR Project" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "other" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]

<http://hl7.org/fhir/CapabilityStatement/measure-processor> a fhir:CapabilityStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "measure-processor"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <h2>Measure Calculation Service Conformance Statement</h2>\n      <div>\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      </div>\n      <table>\n        <tr>\n          <td>Mode</td>\n          <td>SERVER</td>\n        </tr>\n        <tr>\n          <td>Description</td>\n          <td>RESTful Measure Processor Server</td>\n        </tr>\n        <tr>\n          <td>Transaction</td>\n          <td/>\n        </tr>\n        <tr>\n          <td>System History</td>\n          <td/>\n        </tr>\n        <tr>\n          <td>System Search</td>\n          <td/>\n        </tr>\n      </table>\n      <table>\n        <tr>\n          <th>\n            <b>Resource Type</b>\n          </th>\n          <th>\n            <b>Profile</b>\n          </th>\n          <th>\n            <b>Read</b>\n          </th>\n          <th>\n            <b>V-Read</b>\n          </th>\n          <th>\n            <b>Search</b>\n          </th>\n          <th>\n            <b>Update</b>\n          </th>\n          <th>\n            <b>Updates</b>\n          </th>\n          <th>\n            <b>Create</b>\n          </th>\n          <th>\n            <b>Delete</b>\n          </th>\n          <th>\n            <b>History</b>\n          </th>\n        </tr>\n      </table>\n    </div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "fhir"

     ]
  ];
  fhir:CapabilityStatement.description [ fhir:value "Basic conformance statement for a Measure Processor Service. A server can support more functionality    than defined here, but this is the minimum amount"];
  fhir:CapabilityStatement.kind [ fhir:value "capability"];
  fhir:CapabilityStatement.software [
     fhir:CapabilityStatement.software.name [ fhir:value "ACME Measure Processor Service" ]
  ];
  fhir:CapabilityStatement.fhirVersion [ fhir:value "4.0.1"];
  fhir:CapabilityStatement.format [
     fhir:value "json";
     fhir:index 0
  ], [
     fhir:value "xml";
     fhir:index 1
  ];
  fhir:CapabilityStatement.rest [
     fhir:index 0;
     fhir:CapabilityStatement.rest.mode [ fhir:value "server" ];
     fhir:CapabilityStatement.rest.documentation [ fhir:value "RESTful Measure Processor Service" ];
     fhir:CapabilityStatement.rest.security [
       fhir:CapabilityStatement.rest.security.cors [ fhir:value "true"^^xsd:boolean ];
       fhir:CapabilityStatement.rest.security.service [
         fhir:index 0;
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/restful-security-service" ];
           fhir:Coding.code [ fhir:value "Certificates" ]
         ]
       ]
     ];
     fhir:CapabilityStatement.rest.resource [
       fhir:index 0;
       fhir:CapabilityStatement.rest.resource.type [ fhir:value "Measure" ];
       fhir:CapabilityStatement.rest.resource.profile [
         fhir:value "StructureDefinition/Measure";
         fhir:link <http://hl7.org/fhir/StructureDefinition/Measure>
       ];
       fhir:CapabilityStatement.rest.resource.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:CapabilityStatement.rest.resource.interaction.documentation [ fhir:value "Read allows clients to get the logical definitions of the measures" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.rest.resource.interaction.documentation [ fhir:value "Search allows clients to filter measures based on a provided search parameter" ]
       ];
       fhir:CapabilityStatement.rest.resource.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.rest.resource.searchParam.definition [
           fhir:value "http://hl7.org/fhir/SearchParameter/Measure-identifier";
           fhir:link <http://hl7.org/fhir/SearchParameter/Measure-identifier>
         ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "status" ];
         fhir:CapabilityStatement.rest.resource.searchParam.definition [
           fhir:value "http://hl7.org/fhir/SearchParameter/Measure-status";
           fhir:link <http://hl7.org/fhir/SearchParameter/Measure-status>
         ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "version" ];
         fhir:CapabilityStatement.rest.resource.searchParam.definition [
           fhir:value "http://hl7.org/fhir/SearchParameter/Measure-version";
           fhir:link <http://hl7.org/fhir/SearchParameter/Measure-version>
         ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]
       ]
     ];
     fhir:CapabilityStatement.rest.operation [
       fhir:index 0;
       fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "evaluate-measure" ];
       fhir:CapabilityStatement.rest.resource.operation.definition [
         fhir:value "OperationDefinition/Measure-evaluate-measure";
         fhir:link <http://hl7.org/fhir/OperationDefinition/Measure-evaluate-measure>

  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/measure-processor"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/measure-processor>
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.34.4" ]
  ] ) ; # 
  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: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 ] ;
       fhir:service ( [
         fhir:coding ( [
           fhir:system [
             fhir:v "http://hl7.org/fhir/restful-security-service"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/restful-security-service>
           ] ;
           fhir:code [ fhir:v "Certificates" ]
         ] )
       ] )
     ] ;
     fhir:resource ( [
       fhir:type [
         fhir:v "Measure"^^xsd:anyURI ;
         fhir:l fhir:Measure
       ] ;
       fhir:profile [
         fhir:v "http://hl7.org/fhir/StructureDefinition/Measure"^^xsd:anyURI ;
         fhir:l <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:l <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:l <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:l <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:l <http://hl7.org/fhir/OperationDefinition/Measure-evaluate-measure>

       ]
     ], [
       fhir:index 1;
       fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "data-requirements" ];
       fhir:CapabilityStatement.rest.resource.operation.definition [
         fhir:value "OperationDefinition/Measure-data-requirements";
         fhir:link <http://hl7.org/fhir/OperationDefinition/Measure-data-requirements>

     ] [
       fhir:name [ fhir:v "data-requirements" ] ;
       fhir:definition [
         fhir:v "http://hl7.org/fhir/OperationDefinition/Measure-data-requirements"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/OperationDefinition/Measure-data-requirements>

       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CapabilityStatement/measure-processor.ttl> a owl:Ontology;
  owl:imports fhir:fhir.ttl;
  owl:versionIRI <http://build.fhir.org/CapabilityStatement/measure-processor.ttl> .

     ] )
  ] ) . # 


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


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.