FHIR IG analytics| Package | hl7.fhir.uv.cgm.r4b |
| Resource Type | CapabilityStatement |
| Id | CapabilityStatement-cgm-data-receiver.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement cgm-data-receiver
jsonNote 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.
server| Conformance | Operation | Documentation |
|---|---|---|
| SHALL | $submit-cgm-bundle | This operation is used to submit CGM data |
The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include_revinclude| Resource Type | Profile | R | S | U | C | Searches | _include | _revinclude | Operations |
|---|---|---|---|---|---|---|---|---|---|
| ServiceRequest | Supported Profiles CGM Data Submission Standing Order CGM Data Submission One-Time Order | y | y | patient, code | |||||
| Device | Supported Profiles CGM Device | y | y | ||||||
| DiagnosticReport | Supported Profiles CGM Summary PDF Report | y | y | ||||||
| Observation | Supported Profiles CGM Summary Observation Mean Glucose (Mass) Mean Glucose (Molar) CGM Times in Ranges Glucose Management Indicator (GMI) Coefficient of Variation (CV) Days of Wear Sensor Active Percentage CGM Sensor Reading (Mass) CGM Sensor Reading (Molar) | y | y | patient, category, code |
CGM Data Submission Standing Order
CGM Data Submission One-Time Order
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | patient | reference | |
| SHALL | code | token |
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | patient | reference | |
| SHALL | category | token | |
| SHALL | code | token |
{
"resourceType": "CapabilityStatement",
"id": "cgm-data-receiver",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "oo"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 2,
"_valueInteger": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/uv/cgm/ImplementationGuide/hl7.fhir.uv.cgm"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/uv/cgm/ImplementationGuide/hl7.fhir.uv.cgm"
}
]
}
}
],
"url": "http://hl7.org/fhir/uv/cgm/CapabilityStatement/cgm-data-receiver",
"version": "1.0.0",
"title": "CGM Data Receiver Capability Statement",
"status": "active",
"date": "2025-08-27",
"publisher": "HL7 International / Orders and Observations",
"contact": [
{
"name": "HL7 International / Orders and Observations",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/orders"
},
{
"system": "email",
"value": "ord@lists.HL7.org"
}
]
}
],
"description": "This capability statement describes the requirements for systems receiving CGM data via the `$submit-cgm-bundle` operation.\n\nAny CGM Data Receiver SHALL populate its `/metadata` response to ensure that `CapabilityStatement.instantiates` includes `\"http://hl7.org/fhir/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.3.0",
"format": [
"json"
],
"rest": [
{
"mode": "server",
"resource": [
{
"type": "ServiceRequest",
"supportedProfile": [
"http://hl7.org/fhir/uv/cgm/StructureDefinition/cgm-data-submission-standing-order",
"http://hl7.org/fhir/uv/cgm/StructureDefinition/cgm-data-submission-one-time-order"
],
"interaction": [
{
"code": "read"
},
{
"code": "search-type"
}
],
"searchParam": [
{
"name": "patient",
"type": "reference"
},
{
"name": "code",
"type": "token"
}
]
},
{
"type": "Device",
"supportedProfile": [
"http://hl7.org/fhir/uv/cgm/StructureDefinition/cgm-device"
],
"interaction": [
{
"code": "create"
},
{
"code": "update"
}
]
},
{
"type": "DiagnosticReport",
"supportedProfile": [
"http://hl7.org/fhir/uv/cgm/StructureDefinition/cgm-summary-pdf"
],
"interaction": [
{
"code": "create"
},
{
"code": "update"
}
]
},
{
"type": "Observation",
"supportedProfile": [
"http://hl7.org/fhir/uv/cgm/StructureDefinition/cgm-summary",
"http://hl7.org/fhir/uv/cgm/StructureDefinition/cgm-summary-mean-glucose-mass-per-volume",
"http://hl7.org/fhir/uv/cgm/StructureDefinition/cgm-summary-mean-glucose-moles-per-volume",
"http://hl7.org/fhir/uv/cgm/StructureDefinition/cgm-summary-times-in-ranges",
"http://hl7.org/fhir/uv/cgm/StructureDefinition/cgm-summary-gmi",
"http://hl7.org/fhir/uv/cgm/StructureDefinition/cgm-summary-coefficient-of-variation",
"http://hl7.org/fhir/uv/cgm/StructureDefinition/cgm-summary-days-of-wear",
"http://hl7.org/fhir/uv/cgm/StructureDefinition/cgm-summary-sensor-active-percentage",
"http://hl7.org/fhir/uv/cgm/StructureDefinition/cgm-sensor-reading-mass-per-volume",
"http://hl7.org/fhir/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"
}
]
}
],
"operation": [
{
"name": "submit-cgm-bundle",
"definition": "http://hl7.org/fhir/uv/cgm/OperationDefinition/submit-cgm-bundle",
"documentation": "This operation is used to submit CGM data"
}
]
}
]
}