Da Vinci Risk Adjustment Implementation Guide
2.1.0 - STU 2.1 United States of America flag

This page is part of the Da Vinci Risk Adjustment FHIR Implementation Guide (v2.1.0: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Patch Example02 (ra-measurereport01) - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "ra-measurereport01-patch",
  "meta" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString" : "Patch Example02 (ra-measurereport01)"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown" : "This is an example using the patch operation to send a Condition Category Remark for one Condition Category (group-001) with one attribute: authorDatetime."
      }
    ],
    "profile" : [
      🔗 "http://hl7.org/fhir/us/davinci-ra/StructureDefinition/ra-parameters-cc-remark-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"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}