Package | hl7.fhir.uv.cgm |
Type | CapabilityStatement |
Id | cgm-data-receiver |
FHIR Version | R4 |
Source | http://hl7.org/uv/cgm/https://build.fhir.org/ig/argonautproject/cgm/CapabilityStatement-cgm-data-receiver.html |
URL | http://hl7.org/uv/cgm/CapabilityStatement/cgm-data-receiver |
Version | 0.1.0 |
Status | active |
Date | 2024-05-09 |
Title | CGM Data Receiver Capability Statement |
Realm | uv |
Authority | hl7 |
Description | The 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"`. |
Kind | requirements |
No resources found
StructureDefinition | |
cgm-data-submission-standing-order | Data Submission Standing Order |
cgm-device | CGM Device |
cgm-sensor-reading-mass-per-volume | CGM Sensor Reading (Mass) |
cgm-sensor-reading-moles-per-volume | CGM Sensor Reading (Molar) |
cgm-summary-coefficient-of-variation | Coefficient of Variation (CV) |
cgm-summary-days-of-wear | Days of Wear |
cgm-summary-gmi | Glucose Management Indicator (GMI) |
cgm-summary-mean-glucose-mass-per-volume | Mean Glucose (Mass) |
cgm-summary-mean-glucose-moles-per-volume | Mean Glucose (Molar) |
cgm-summary-pdf | CGM Summary PDF Report |
cgm-summary-sensor-active-percentage | Sensor Active Percentage |
cgm-summary-times-in-ranges | CGM Summary Times in Ranges |
cgm-summary | CGM Summary Observation |
Note: links and images are rebased to the (stated) source
json
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.
server
batch
interaction.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 Data Submission Standing Order | y | y | patient, code | |||||
DiagnosticReport | Supported Profiles CGM Summary PDF Report | y | y | ||||||
Device | Supported Profiles CGM Device | y | y | ||||||
Observation | Supported Profiles CGM Summary Observation Mean Glucose (Mass) Mean Glucose (Molar) CGM Summary 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 |
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | patient | reference | |
SHALL | code | token |
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
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) -->" }, "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" } ] } ] }