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
: Patch Example02 (ra-measurereport01) - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Parameters ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ra-measurereport01-patch"] ; #
fhir:meta [
( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/instance-name"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/instance-name> ] ;
fhir:value [
a fhir:String ;
fhir:v "Patch Example02 (ra-measurereport01)" ] ] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/instance-description"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/instance-description> ] ;
fhir:value [
a fhir:Markdown ;
fhir:v "This is an example using the patch operation to send a Condition Category Remark for one Condition Category (group-001) with one attribute: authorDatetime." ] ] ) ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-ra/StructureDefinition/ra-parameters-cc-remark-patch"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/davinci-ra/StructureDefinition/ra-parameters-cc-remark-patch> ] )
] ; #
fhir:parameter ( [
fhir:name [ fhir:v "operation" ] ;
( fhir:part [
fhir:name [ fhir:v "type" ] ;
fhir:value [
a fhir:Code ;
fhir:v "add" ] ] [
fhir:name [ fhir:v "path" ] ;
fhir:value [
a fhir:String ;
fhir:v "MeasureReport.group.where(id='group-001')" ] ] [
fhir:name [ fhir:v "name" ] ;
fhir:value [
a fhir:String ;
fhir:v "extension" ] ] [
fhir:name [ fhir:v "value" ] ;
( fhir:part [
fhir:name [ fhir:v "url" ] ;
fhir:value [
a fhir:Uri ;
fhir:v "http://hl7.org/fhir/us/davinci-ra/StructureDefinition/ra-ccRemark"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/davinci-ra/StructureDefinition/ra-ccRemark> ] ] [
fhir:name [ fhir:v "extension" ] ;
( fhir:part [
fhir:name [ fhir:v "url" ] ;
fhir:value [
a fhir:Uri ;
fhir:v "authorDatetime"^^xsd:anyURI ;
fhir:l fhir:authorDatetime ] ] [
fhir:name [ fhir:v "value" ] ;
fhir:value [
a fhir:DateTime ;
fhir:v "2023-12-11"^^xsd:date ] ] ) ] ) ] )
] ) . #