RDC Interoperability Guide
1.2.0

AGP Report Observation codes

This value set includes codes from the following code systems:

  • The following codes from system: LOINC

    CodeDisplay
    97507-8Average glucose [Mass/ volume] in Interstitial fluid during Reporting Period
    97504-5Percent sensor usage
    97506-0Glucose management indicator
    104639-0Amount of time, in percent, as measured by CGM (continuous glucose monitor) device, spent above target glucose range, very high (TAR-VH >250 mg/dL (>13.9 mmol/L) (hyperglycemic) during reporting period
    104640-8Amount of time, in percent, as measured by CGM (continuous glucose monitor) device, spent above target glucose range, high (TAR-H) 181-250 mg/ dL (10.1-13.9 mmol/L) (hyperglycemic) during reporting period
    97510-2Amount of time, in percent, as measured by CGM (continuous glucose monitor) device, spent in target glucose range (70-180 mg/dL [3.9-10.0 mmol/L]) during reporting period. The primary goal for effective and safe glucose control is to increase the TIR whil
    104641-6Amount of time, in percent, as measured by CGM (continuous glucose monitor) device, spent below target glucose range, low (TBR-L) 54-69 mg/dL (3.0-3.8 mmol/L) (hypoglycemic) during reporting period
    104642-4Amount of time, in percent, as measured by CGM (continuous glucose monitor) device, spent below target glucose range, very low (TBR-VL) <54 mg/dL (<3.0 mmol/L) (hypoglycemic) during reporting period
  • The following codes from system: https://roche.com/fhir/CodeSystem/general

    CodeDisplay
    R9599-2CGM Glycemic Variability (%GV), during reporting period
{
"resourceType": "ValueSet",
"status": "active",
"name": "AGPReportObservationCodes",
"id": "agp-report-observation-codes",
"description": "A ValueSet containing codes representing different types of calculated values for Continuous Glucose Monitoring (CGM) Ambulatory Glucose Profile (AGP) Ambulatory Glucose Profile (AGP) report for use in `Observation.code` element.",
"url": "https://roche.com/fhir/iop/ValueSet/agp-report-observation-codes",
"compose": {
"include": [
{
"system": "http://loinc.org",
"concept": [
{
"code": "97507-8",
"display": "Average glucose [Mass/ volume] in Interstitial fluid during Reporting Period"
},
{
"code": "97504-5",
"display": "Percent sensor usage"
},
{
"code": "97506-0",
"display": "Glucose management indicator"
},
{
"code": "104639-0",
"display": "Amount of time, in percent, as measured by CGM (continuous glucose monitor) device, spent above target glucose range, very high (TAR-VH >250 mg/dL (>13.9 mmol/L) (hyperglycemic) during reporting period"
},
{
"code": "104640-8",
"display": "Amount of time, in percent, as measured by CGM (continuous glucose monitor) device, spent above target glucose range, high (TAR-H) 181-250 mg/ dL (10.1-13.9 mmol/L) (hyperglycemic) during reporting period"
},
{
"code": "97510-2",
"display": "Amount of time, in percent, as measured by CGM (continuous glucose monitor) device, spent in target glucose range (70-180 mg/dL [3.9-10.0 mmol/L]) during reporting period. The primary goal for effective and safe glucose control is to increase the TIR whil"
},
{
"code": "104641-6",
"display": "Amount of time, in percent, as measured by CGM (continuous glucose monitor) device, spent below target glucose range, low (TBR-L) 54-69 mg/dL (3.0-3.8 mmol/L) (hypoglycemic) during reporting period"
},
{
"code": "104642-4",
"display": "Amount of time, in percent, as measured by CGM (continuous glucose monitor) device, spent below target glucose range, very low (TBR-VL) <54 mg/dL (<3.0 mmol/L) (hypoglycemic) during reporting period"
}
]
},
{
"system": "https://roche.com/fhir/CodeSystem/general",
"concept": [
{
"code": "R9599-2",
"display": "CGM Glycemic Variability (%GV), during reporting period"
}
]
}
]
}
}
<ValueSet xmlns="http://hl7.org/fhir">
<id value="agp-report-observation-codes" />
<url value="https://roche.com/fhir/iop/ValueSet/agp-report-observation-codes" />
<name value="AGPReportObservationCodes" />
<status value="active" />
<description value="A ValueSet containing codes representing different types of calculated values for Continuous Glucose Monitoring (CGM) Ambulatory Glucose Profile (AGP) Ambulatory Glucose Profile (AGP) report for use in `Observation.code` element." />
<system value="http://loinc.org" />
<code value="97507-8" />
<display value="Average glucose [Mass/ volume] in Interstitial fluid during Reporting Period" />
</concept>
<code value="97504-5" />
<display value="Percent sensor usage" />
</concept>
<code value="97506-0" />
<display value="Glucose management indicator" />
</concept>
<code value="104639-0" />
<display value="Amount of time, in percent, as measured by CGM (continuous glucose monitor) device, spent above target glucose range, very high (TAR-VH >250 mg/dL (>13.9 mmol/L) (hyperglycemic) during reporting period" />
</concept>
<code value="104640-8" />
<display value="Amount of time, in percent, as measured by CGM (continuous glucose monitor) device, spent above target glucose range, high (TAR-H) 181-250 mg/ dL (10.1-13.9 mmol/L) (hyperglycemic) during reporting period" />
</concept>
<code value="97510-2" />
<display value="Amount of time, in percent, as measured by CGM (continuous glucose monitor) device, spent in target glucose range (70-180 mg/dL [3.9-10.0 mmol/L]) during reporting period. The primary goal for effective and safe glucose control is to increase the TIR whil" />
</concept>
<code value="104641-6" />
<display value="Amount of time, in percent, as measured by CGM (continuous glucose monitor) device, spent below target glucose range, low (TBR-L) 54-69 mg/dL (3.0-3.8 mmol/L) (hypoglycemic) during reporting period" />
</concept>
<code value="104642-4" />
<display value="Amount of time, in percent, as measured by CGM (continuous glucose monitor) device, spent below target glucose range, very low (TBR-VL) <54 mg/dL (<3.0 mmol/L) (hypoglycemic) during reporting period" />
</concept>
</include>
<system value="https://roche.com/fhir/CodeSystem/general" />
<code value="R9599-2" />
<display value="CGM Glycemic Variability (%GV), during reporting period" />
</concept>
</include>
</compose>
</ValueSet>