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) - XML Representation

Raw xml | Download


<Parameters xmlns="http://hl7.org/fhir">
  <id value="ra-measurereport01-patch"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="Patch Example02 (ra-measurereport01)"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown
                     value="This is an example using the patch operation to send a Condition Category Remark for one Condition Category (group-001) with one attribute: authorDatetime."/>
    </extension>
    <profile
             value="http://hl7.org/fhir/us/davinci-ra/StructureDefinition/ra-parameters-cc-remark-patch"/>
  </meta>
  <parameter>
    <name value="operation"/>
    <part>
      <name value="type"/>
      <valueCode value="add"/>
    </part>
    <part>
      <name value="path"/>
      <valueString value="MeasureReport.group.where(id='group-001')"/>
    </part>
    <part>
      <name value="name"/>
      <valueString value="extension"/>
    </part>
    <part>
      <name value="value"/>
      <part>
        <name value="url"/>
        <valueUri
                  value="http://hl7.org/fhir/us/davinci-ra/StructureDefinition/ra-ccRemark"/>
      </part>
      <part>
        <name value="extension"/>
        <part>
          <name value="url"/>
          <valueUri value="authorDatetime"/>
        </part>
        <part>
          <name value="value"/>
          <valueDateTime value="2023-12-11"/>
        </part>
      </part>
    </part>
  </parameter>
</Parameters>