Da Vinci Risk Adjustment Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-ra/ and changes regularly. See the Directory of published versions
Page standards status: Trial-use | Maturity Level: 1 |
{
"resourceType" : "OperationDefinition",
"id" : "submit-data",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition submit-data</b></p><a name=\"submit-data\"> </a><a name=\"hcsubmit-data\"> </a><p>URL: [base]/Measure/$ra-submit-data</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>measureReport</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/measurereport.html\">MeasureReport</a> (<a href=\"StructureDefinition-ra-datax-measurereport.html\" title=\"http://hl7.org/fhir/us/davinci-ra/StructureDefinition/ra-datax-measurereport\">Risk Adjustment Data Exchange MeasureReport</a>)</td><td/><td><div><p>The Risk Adjustment Data Exchange MeasureReport being submitted.</p>\n</div></td></tr><tr><td>IN</td><td>resource</td><td/><td>0..*</td><td><a href=\"http://hl7.org/fhir/R4/resource.html\">Resource</a></td><td/><td><div><p>The individual resources that make up the data-of-interest being submitted.</p>\n</div></td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 1
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "trial-use"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "cqi"
}
],
"url" : "http://hl7.org/fhir/us/davinci-ra/OperationDefinition/submit-data",
"version" : "2.1.0",
"name" : "SubmitData",
"title" : "Submit Data",
"status" : "draft",
"kind" : "operation",
"date" : "2025-09-16T04:39:23+00:00",
"publisher" : "HL7 International / Clinical Quality Information",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/cqi"
}
]
}
],
"description" : "The submit-data operation is used to submit a Risk Adjustment Data Exchange MeasureReport for a patient/member, together with the relevant resources referenced by the RA Data Exchange MeasureReport. These resources are submited as clinical evaluation evidence, for example, a Consolidated Clinical Document Architecture (C-CDA) document, enounters, and diagnoses.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US",
"display" : "United States of America"
}
]
}
],
"code" : "ra-submit-data",
"resource" : [
"Measure"
],
"system" : false,
"type" : true,
"instance" : false,
"parameter" : [
{
"name" : "measureReport",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "The Risk Adjustment Data Exchange MeasureReport being submitted.",
"type" : "MeasureReport",
"targetProfile" : [
🔗 "http://hl7.org/fhir/us/davinci-ra/StructureDefinition/ra-datax-measurereport"
]
},
{
"name" : "resource",
"use" : "in",
"min" : 0,
"max" : "*",
"documentation" : "The individual resources that make up the data-of-interest being submitted.",
"type" : "Resource"
}
]
}