Content Management Infrastructure Implementation Guide
0.1.0 - ballot United States of America flag

Content Management Infrastructure Implementation Guide, published by Clinical Decision Support WG. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/Content-Management-Infrastructure-IG/ and changes regularly. See the Directory of published versions

: Measure Calculation Service Capability Statement Example - JSON Representation

Draft as of 2016-09-16

Raw json | Download


{
  "resourceType" : "CapabilityStatement",
  "id" : "measure-calculation-service-example",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/cmi/StructureDefinition/capability-statement-cmi"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>MeasureCalculationServiceCapabilityStatementExample</h2><div><p>Basic conformance statement for a Measure Calculation Service. A server can support more fucntionality    than defined here, but this is the minimum amount</p>\n</div><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td><div><p>RESTful Measure Calculation Service</p>\n</div></td></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title=\"GET a resource (read interaction)\">Read</b></th><th><b title=\"GET all set of resources of the type (search interaction)\">Search</b></th><th><b title=\"PUT a new resource version (update interaction)\">Update</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th></tr><tr><td>Measure</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/Measure\">http://hl7.org/fhir/StructureDefinition/Measure</a></td><td>y</td><td>y</td><td></td><td></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/uv/cmi/StructureDefinition/cmi-supportedCqlVersion",
      "valueCoding" : {
        "system" : "http://hl7.org/fhir/uv/cmi/CodeSystem/cql-version",
        "code" : "1.5"
      }
    },
    {
      "url" : "http://hl7.org/fhir/uv/cmi/StructureDefinition/cmi-supportedCqlVersion",
      "valueCoding" : {
        "system" : "http://hl7.org/fhir/uv/cmi/CodeSystem/cql-version",
        "code" : "1.4"
      }
    }
  ],
  "url" : "http://hl7.org/fhir/uv/cmi/CapabilityStatement/measure-calculation-service-example",
  "version" : "0.1.0",
  "name" : "MeasureCalculationServiceCapabilityStatementExample",
  "title" : "Measure Calculation Service Capability Statement Example",
  "status" : "draft",
  "date" : "2016-09-16",
  "publisher" : "Clinical Decision Support WG",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description" : "Basic conformance statement for a Measure Calculation Service. A server can support more fucntionality    than defined here, but this is the minimum amount",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "kind" : "instance",
  "instantiates" : [
    "http://hl7.org/fhir/knowledge-repository"
  ],
  "software" : {
    "name" : "ACME Measure Calculation Service"
  },
  "implementation" : {
    "description" : "This service supports basic measure repository features as well as measure calculation using the $evaluate-measure operation.",
    "url" : "https://example.org/fhir"
  },
  "fhirVersion" : "4.0.1",
  "format" : [
    "json",
    "xml"
  ],
  "rest" : [
    {
      "mode" : "server",
      "documentation" : "RESTful Measure Calculation Service",
      "security" : {
        "cors" : true,
        "service" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/restful-security-service",
                "code" : "Certificates"
              }
            ]
          }
        ]
      },
      "resource" : [
        {
          "type" : "Measure",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Measure",
          "interaction" : [
            {
              "code" : "read",
              "documentation" : "Read allows clients to get the logical definitions of the measures"
            },
            {
              "code" : "search-type",
              "documentation" : "Search allows clients to find value sets on the server"
            }
          ],
          "searchParam" : [
            {
              "name" : "description",
              "definition" : "http://hl7.org/fhir/SearchParameter/Measure-description",
              "type" : "string"
            },
            {
              "name" : "identifier",
              "definition" : "http://hl7.org/fhir/SearchParameter/Measure-identifier",
              "type" : "token"
            },
            {
              "name" : "status",
              "definition" : "http://hl7.org/fhir/SearchParameter/Measure-status",
              "type" : "token"
            },
            {
              "name" : "title",
              "definition" : "http://hl7.org/fhir/SearchParameter/Measure-title",
              "type" : "string"
            },
            {
              "name" : "topic",
              "definition" : "http://hl7.org/fhir/SearchParameter/Measure-topic",
              "type" : "token"
            },
            {
              "name" : "version",
              "definition" : "http://hl7.org/fhir/SearchParameter/Measure-version",
              "type" : "token"
            }
          ]
        }
      ],
      "operation" : [
        {
          "name" : "evaluate",
          "definition" : "http://hl7.org/fhir/OperationDefinition/Measure-evaluate-measure"
        }
      ]
    }
  ]
}