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 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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:parameter ( [
fhir:name [ fhir:v "operation" ] ;
    ( fhir:part [
fhir:name [ fhir:v "type" ] ;
fhir:value [ fhir:v "add" ]     ] [
fhir:name [ fhir:v "path" ] ;
fhir:value [ fhir:v "MeasureReport.group.where(id='group-001')" ]     ] [
fhir:name [ fhir:v "name" ] ;
fhir:value [ fhir:v "extension" ]     ] [
fhir:name [ fhir:v "value" ] ;
      ( fhir:part [
fhir:name [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir/us/davinci-ra/StructureDefinition/ra-ccRemark"^^xsd:anyURI ]       ] [
fhir:name [ fhir:v "extension" ] ;
        ( fhir:part [
fhir:name [ fhir:v "url" ] ;
fhir:value [ fhir:v "authorDatetime"^^xsd:anyURI ]         ] [
fhir:name [ fhir:v "value" ] ;
fhir:value [ fhir:v "2023-12-11"^^xsd:date ]         ] )       ] )     ] )
  ] ) . #