Da Vinci Risk Adjustment Implementation Guide
2.0.0-preview - STU2 United States of America flag

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.0.0-preview 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

: Risk Adjustement Measure Report Patch - JSON Representation

Raw json | Download


{
  "resourceType" : "Parameters",
  "id" : "ra-measurereport01-patch",
  "parameter" : [
    {
      "name" : "operation",
      "part" : [
        {
          "name" : "type",
          "valueCode" : "add"
        },
        {
          "name" : "path",
          "valueString" : "MeasureReport.group.where(id='group-001')"
        },
        {
          "name" : "name",
          "valueString" : "extension"
        },
        {
          "name" : "value",
          "part" : [
            {
              "name" : "url",
              "valueUri" : "http://hl7.org/fhir/us/davinci-ra/StructureDefinition/ra-ccRemark"
            },
            {
              "name" : "extension",
              "part" : [
                {
                  "name" : "url",
                  "valueUri" : "authorDatetime"
                },
                {
                  "name" : "value",
                  "valueDateTime" : "2023-12-11"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}