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

FHIR IG Statistics: CapabilityStatement/cgm-data-receiver

Packagehl7.fhir.uv.cgm
TypeCapabilityStatement
Idcgm-data-receiver
FHIR VersionR4
Sourcehttp://hl7.org/uv/cgm/https://build.fhir.org/ig/argonautproject/cgm/CapabilityStatement-cgm-data-receiver.html
URLhttp://hl7.org/uv/cgm/CapabilityStatement/cgm-data-receiver
Version0.1.0
Statusactive
Date2024-05-09
TitleCGM Data Receiver Capability Statement
Realmuv
Authorityhl7
DescriptionThe data receiver is a software system that receives and stores the CGM data submitted by the data submitter. This IG also refers to Data Receivers as "**EHRs**". Any CGM Data Receiver SHALL populate its `/metadata` response to ensure that `CapabilityStatement.instantiates` includes `"http://hl7.org/uv/cgm/CapabilityStatement/cgm-data-receiver"`.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
cgm-data-submission-standing-orderData Submission Standing Order
cgm-deviceCGM Device
cgm-sensor-reading-mass-per-volumeCGM Sensor Reading (Mass)
cgm-sensor-reading-moles-per-volumeCGM Sensor Reading (Molar)
cgm-summary-coefficient-of-variationCoefficient of Variation (CV)
cgm-summary-days-of-wearDays of Wear
cgm-summary-gmiGlucose Management Indicator (GMI)
cgm-summary-mean-glucose-mass-per-volumeMean Glucose (Mass)
cgm-summary-mean-glucose-moles-per-volumeMean Glucose (Molar)
cgm-summary-pdfCGM Summary PDF Report
cgm-summary-sensor-active-percentageSensor Active Percentage
cgm-summary-times-in-rangesCGM Summary Times in Ranges
cgm-summaryCGM Summary Observation

Narrative

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

CGM Data Receiver Capability Statement

  • Implementation Guide Version: 0.1.0
  • FHIR Version: 4.0.1
  • Supported Formats: json
  • Supported Patch Formats:
  • Published on: 2024-05-09
  • Published by: Argonaut

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: server

Summary of System-wide Interactions
  • Supports the batchinteraction.

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 Conformance: supported ServiceRequest

Core FHIR Resource
ServiceRequest
Reference Policy
Interaction summary
  • Supports read, search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLpatientreference
SHALLcodetoken
 

Resource Conformance: supported DiagnosticReport

Core FHIR Resource
DiagnosticReport
Reference Policy
Interaction summary
  • Supports create, update.

Resource Conformance: supported Device

Core FHIR Resource
Device
Reference Policy
Interaction summary
  • Supports create, update.


Source

{
  "resourceType": "CapabilityStatement",
  "id": "cgm-data-receiver",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/uv/cgm/CapabilityStatement/cgm-data-receiver",
  "version": "0.1.0",
  "title": "CGM Data Receiver Capability Statement",
  "status": "active",
  "date": "2024-05-09",
  "publisher": "Argonaut",
  "contact": [
    {
      "name": "Argonaut",
      "telecom": [
        {
          "system": "url",
          "value": "http://argo.run"
        }
      ]
    }
  ],
  "description": "The data receiver is a software system that receives and stores the CGM data submitted by the data submitter.\n\nThis IG also refers to Data Receivers as \"**EHRs**\".\n\nAny CGM Data Receiver SHALL populate its `/metadata` response to ensure that `CapabilityStatement.instantiates` includes `\"http://hl7.org/uv/cgm/CapabilityStatement/cgm-data-receiver\"`.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "kind": "requirements",
  "fhirVersion": "4.0.1",
  "format": [
    "json"
  ],
  "rest": [
    {
      "mode": "server",
      "resource": [
        {
          "type": "ServiceRequest",
          "supportedProfile": [
            "http://hl7.org/uv/cgm/StructureDefinition/cgm-data-submission-standing-order"
          ],
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "name": "patient",
              "type": "reference"
            },
            {
              "name": "code",
              "type": "token"
            }
          ]
        },
        {
          "type": "DiagnosticReport",
          "supportedProfile": [
            "http://hl7.org/uv/cgm/StructureDefinition/cgm-summary-pdf"
          ],
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "update"
            }
          ]
        },
        {
          "type": "Device",
          "supportedProfile": [
            "http://hl7.org/uv/cgm/StructureDefinition/cgm-device"
          ],
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "update"
            }
          ]
        },
        {
          "type": "Observation",
          "supportedProfile": [
            "http://hl7.org/uv/cgm/StructureDefinition/cgm-summary",
            "http://hl7.org/uv/cgm/StructureDefinition/cgm-summary-mean-glucose-mass-per-volume",
            "http://hl7.org/uv/cgm/StructureDefinition/cgm-summary-mean-glucose-moles-per-volume",
            "http://hl7.org/uv/cgm/StructureDefinition/cgm-summary-times-in-ranges",
            "http://hl7.org/uv/cgm/StructureDefinition/cgm-summary-gmi",
            "http://hl7.org/uv/cgm/StructureDefinition/cgm-summary-coefficient-of-variation",
            "http://hl7.org/uv/cgm/StructureDefinition/cgm-summary-days-of-wear",
            "http://hl7.org/uv/cgm/StructureDefinition/cgm-summary-sensor-active-percentage",
            "http://hl7.org/uv/cgm/StructureDefinition/cgm-sensor-reading-mass-per-volume",
            "http://hl7.org/uv/cgm/StructureDefinition/cgm-sensor-reading-moles-per-volume"
          ],
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "update"
            }
          ],
          "searchParam": [
            {
              "name": "patient",
              "type": "reference"
            },
            {
              "name": "category",
              "type": "token"
            },
            {
              "name": "code",
              "type": "token"
            }
          ]
        }
      ],
      "interaction": [
        {
          "code": "batch"
        }
      ]
    }
  ]
}