FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-ra
Resource TypeOperationDefinition
IdOperationDefinition-submit-remark-data.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/davinci-ra/OperationDefinition-submit-remark-data.html
URLhttp://hl7.org/fhir/us/davinci-ra/OperationDefinition/submit-remark-data
Version2.1.0
Statusactive
Date2026-01-08T19:05:50+00:00
NameSubmitRemarkData
TitleSubmit Remark Data
Realmus
Authorityhl7
DescriptionA [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).
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INbundle1..*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


Source1

{
  "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"
      ]
    }
  ]
}