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

FHIR IG Statistics: CapabilityStatement/MeasureConsumer-QueryMeasure-CSV-Pull

Packagehl7.fhir.uv.saner
TypeCapabilityStatement
IdMeasureConsumer-QueryMeasure-CSV-Pull
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/saner/https://build.fhir.org/ig/HL7/fhir-saner/CapabilityStatement-MeasureConsumer-QueryMeasure-CSV-Pull.html
URLhttp://hl7.org/fhir/uv/saner/CapabilityStatement/MeasureConsumer-QueryMeasure-CSV-Pull
Version1.0.1
Statusdraft
Date2021-07-26
NameMeasureConsumer_QueryMeasure_CSV_Pull
TitleMeasure Consumer implementing the Query Measure transaction with the CSV Option and the Pull Option.
Realmuv
Authorityhl7
DescriptionDefines the additional requirements for the Measure Consumer implementing the Query Measure transaction with the CSV Option and the Pull Option.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

OperationDefinition
MeasureReport-read-csvRead in CSV Format
MeasureReport-search-csvSearch in CSV Format
StructureDefinition
PublicHealthMeasureReportPublic Health Measure Report

Narrative

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

Measure Consumer implementing the Query Measure transaction with the CSV Option and the Pull Option.

  • Implementation Guide Version: 1.0.1
  • FHIR Version: 4.0.1
  • Supported Formats: xml, json
  • Supported Patch Formats:
  • Published on: 2021-07-26
  • Published by: HL7 International / Public Health

Note to Implementers: FHIR Capabilities

Any FHIR capability may be 'allowed' by the system unless explicitly marked as "SHALL NOT". A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.

FHIR RESTful Capabilities

Mode: client

Summary of System-wide Interactions

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)
Resource TypeProfileRSUCSearches_include_revincludeOperations
MeasureReportSupported Profiles
  Public Health Measure Report

Resource Conformance: supported MeasureReport

Core FHIR Resource
MeasureReport
Reference Policy
Interaction summary

    Extended Operations
    ConformanceOperationDocumentation
    SHALL$read-csv

    Read in CSV Format

    SHALL$search-csv

    Search in CSV Format


    Source

    {
      "resourceType": "CapabilityStatement",
      "id": "MeasureConsumer-QueryMeasure-CSV-Pull",
      "meta": {
        "profile": [
          "http://hl7.org/fhir/uv/saner/StructureDefinition/CapabilityStatementWithSlices"
        ]
      },
      "text": {
        "status": "extensions",
        "div": "<!-- snip (see above) -->"
      },
      "url": "http://hl7.org/fhir/uv/saner/CapabilityStatement/MeasureConsumer-QueryMeasure-CSV-Pull",
      "version": "1.0.1",
      "name": "MeasureConsumer_QueryMeasure_CSV_Pull",
      "title": "Measure Consumer implementing the Query Measure transaction with the CSV Option and the Pull Option.",
      "status": "draft",
      "experimental": true,
      "date": "2021-07-26",
      "publisher": "HL7 International / Public Health",
      "contact": [
        {
          "telecom": [
            {
              "system": "url",
              "value": "http://www.hl7.org/Special/committees/pher"
            }
          ]
        },
        {
          "telecom": [
            {
              "system": "email",
              "value": "pher@lists.hl7.org"
            }
          ]
        },
        {
          "name": "Keith W. Boone",
          "telecom": [
            {
              "system": "email",
              "value": "mailto:kboone@ainq.com"
            }
          ]
        }
      ],
      "description": "Defines the additional requirements for the Measure Consumer implementing the Query Measure transaction with the CSV Option and the Pull Option.",
      "jurisdiction": [
        {
          "coding": [
            {
              "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
              "code": "001",
              "display": "World"
            }
          ]
        }
      ],
      "kind": "requirements",
      "fhirVersion": "4.0.1",
      "format": [
        "xml",
        "json"
      ],
      "rest": [
        {
          "mode": "client",
          "resource": [
            {
              "type": "MeasureReport",
              "supportedProfile": [
                "http://hl7.org/fhir/uv/saner/StructureDefinition/PublicHealthMeasureReport"
              ],
              "operation": [
                {
                  "name": "read-csv",
                  "definition": "http://hl7.org/fhir/uv/saner/OperationDefinition/MeasureReport-read-csv",
                  "documentation": "Read in CSV Format"
                },
                {
                  "name": "search-csv",
                  "definition": "http://hl7.org/fhir/uv/saner/OperationDefinition/MeasureReport-search-csv",
                  "documentation": "Search in CSV Format"
                }
              ]
            }
          ]
        }
      ]
    }