FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/measure-calculation-service-example

Packagehl7.fhir.uv.cmi
Resource TypeCapabilityStatement
Idmeasure-calculation-service-example
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/cmi/https://build.fhir.org/ig/HL7/Content-Management-Infrastructure-IG/CapabilityStatement-measure-calculation-service-example.html
URLhttp://hl7.org/fhir/uv/cmi/CapabilityStatement/measure-calculation-service-example
Version0.1.0
Statusdraft
Date2016-09-16
NameMeasureCalculationServiceCapabilityStatementExample
TitleMeasure Calculation Service Capability Statement Example
Realmuv
Authorityhl7
DescriptionBasic conformance statement for a Measure Calculation Service. A server can support more fucntionality than defined here, but this is the minimum amount
Kindinstance

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

MeasureCalculationServiceCapabilityStatementExample

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

ModeSERVER
Description

RESTful Measure Calculation Service

Transaction
System History
System Search
Resource TypeProfileReadSearchUpdateCreate
Measurehttp://hl7.org/fhir/StructureDefinition/Measureyy

Source

{
  "resourceType": "CapabilityStatement",
  "id": "measure-calculation-service-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cmi/StructureDefinition/capability-statement-cmi"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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"
        }
      ]
    }
  ]
}