FHIR IG analytics| Package | hl7.fhir.us.davinci-ra |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-submit-remark-data.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7/davinci-ra/OperationDefinition-submit-remark-data.html |
| URL | http://hl7.org/fhir/us/davinci-ra/OperationDefinition/submit-remark-data |
| Version | 2.1.0 |
| Status | active |
| Date | 2026-01-08T19:05:50+00:00 |
| Name | SubmitRemarkData |
| Title | Submit Remark Data |
| Realm | us |
| Authority | hl7 |
| Description | A [Condition Category Remark](StructureDefinition-ra-ccRemark.html) may reference resources such as Pracitioner and Condition, using Patch to submit the remark may not be feasible. This operation is used to submit a Risk Adjustment Coding Gap Report with one or more ccRemarks on at least one of the Condition Categories, along with the relevant resources referenced by the ccRemark(s). |
| Type | true |
| Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition submit-remark-data
URL: [base]/Measure/$submit-remark-data
URL: [base]/Measure/[id]/$submit-remark-data
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | bundle | 1..* | Bundle (Risk Adjustment MeasureReport With Remark Bundle) | A Bundle that contains a Risk Adjustment Coding Gap Report with ccRemark(s) on at least one of the Condition Categories and the ccRemark referenced resources |
{
"resourceType": "OperationDefinition",
"id": "submit-remark-data",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "cqi"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
}
],
"url": "http://hl7.org/fhir/us/davinci-ra/OperationDefinition/submit-remark-data",
"version": "2.1.0",
"name": "SubmitRemarkData",
"title": "Submit Remark Data",
"status": "active",
"kind": "operation",
"date": "2026-01-08T19:05:50+00:00",
"publisher": "HL7 International / Clinical Quality Information",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/cqi"
}
]
}
],
"description": "A [Condition Category Remark](StructureDefinition-ra-ccRemark.html) may reference resources such as Pracitioner and Condition, using Patch to submit the remark may not be feasible. This operation is used to submit a Risk Adjustment Coding Gap Report with one or more ccRemarks on at least one of the Condition Categories, along with the relevant resources referenced by the ccRemark(s).",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US",
"display": "United States of America"
}
]
}
],
"code": "submit-remark-data",
"resource": [
"Measure"
],
"system": false,
"type": true,
"instance": true,
"parameter": [
{
"name": "bundle",
"use": "in",
"min": 1,
"max": "*",
"documentation": "A Bundle that contains a Risk Adjustment Coding Gap Report with ccRemark(s) on at least one of the Condition Categories and the ccRemark referenced resources",
"type": "Bundle",
"targetProfile": [
"http://hl7.org/fhir/us/davinci-ra/StructureDefinition/ra-measurereport-remark-bundle"
]
}
]
}