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

FHIR IG Statistics: CapabilityStatement/MeasureSource-SupplementalData

Packagehl7.fhir.uv.saner
TypeCapabilityStatement
IdMeasureSource-SupplementalData
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/saner/https://build.fhir.org/ig/HL7/fhir-saner/CapabilityStatement-MeasureSource-SupplementalData.html
URLhttp://hl7.org/fhir/uv/saner/CapabilityStatement/MeasureSource-SupplementalData
Version1.0.1
Statusdraft
Date2021-07-26
NameMeasureSource_SupplementalData
TitleMeasure Source implementing the Supplemental Data Option.
Realmuv
Authorityhl7
DescriptionDefines the additional requirements for the Measure Source implementing the Supplemental Data Option.
Kindrequirements

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

Measure Source implementing the Supplemental Data 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
  • SHALLSupports the batchinteraction described as follows:

    Communicate a MeasureReport with supplemental data in a Bundle using the FHIR batch operation. The MeasureReport shall be the first entry in the Bundle. Referenced MeasureReport.evaluatedResource elements shall appear as subsequent entries in the Bundle.


Source

{
  "resourceType": "CapabilityStatement",
  "id": "MeasureSource-SupplementalData",
  "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/MeasureSource-SupplementalData",
  "version": "1.0.1",
  "name": "MeasureSource_SupplementalData",
  "title": "Measure Source implementing the Supplemental Data 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 Source implementing the Supplemental Data 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",
      "interaction": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "SHALL"
            }
          ],
          "code": "batch",
          "documentation": "Communicate a MeasureReport with supplemental data in a Bundle using the [FHIR batch](https://www.hl7.org/fhir/http.html#transaction) operation. The MeasureReport shall be the first entry in the Bundle. Referenced MeasureReport.evaluatedResource elements shall appear as subsequent entries in the Bundle."
        }
      ]
    }
  ]
}