Release 4B

This page is part of the FHIR Specification (v4.3.0: R4B - STU). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Capabilitystatement-measure-processor.ttl

FHIR Infrastructure Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Not linked to any defined compartments

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

Measure Processor Base Capability Statement

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

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

[] a fhir:CapabilityStatement;
  fhir:Resource.id [ fhir:value "measure-processor"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  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.experimental [ fhir:value "true"];
  fhir:CapabilityStatement.date [ fhir:value "2016-09-16"];
  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" ]
     ]
  ];
  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.name [ fhir:value "ACME Measure Processor Service" ]
  ];
  fhir:CapabilityStatement.fhirVersion [ fhir:value "4.3.0"];
  fhir:CapabilityStatement.format [
     fhir:value "json";
     fhir:index 0
  ], [
     fhir:value "xml";
     fhir:index 1
  ];
  fhir:CapabilityStatement.rest [
     fhir:index 0;
     fhir:CapabilityStatement.mode [ fhir:value "server" ];
     fhir:CapabilityStatement.documentation [ fhir:value "RESTful Measure Processor Service" ];
     fhir:CapabilityStatement.security [
       fhir:CapabilityStatement.cors [ fhir:value "true" ];
       fhir:CapabilityStatement.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.resource [
       fhir:index 0;
       fhir:CapabilityStatement.type [ fhir:value "Measure" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Measure" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Read allows clients to get the logical definitions of the measures" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search allows clients to filter measures based on a provided search parameter" ]
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "version" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-version" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ]
       ]
     ];
     fhir:CapabilityStatement.operation [
       fhir:index 0;
       fhir:CapabilityStatement.name [ fhir:value "evaluate-measure" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/Measure-evaluate-measure" ]
     ], [
       fhir:index 1;
       fhir:CapabilityStatement.name [ fhir:value "data-requirements" ];
       fhir:CapabilityStatement.definition [ fhir:value "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.