Da Vinci Risk Adjustment Implementation Guide 2.0.0 - STU2
This page is part of the Da Vinci Risk Adjustment FHIR Implementation Guide (v2.0.0: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
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:profile [ fhir:v "http://hl7.org/fhir/us/davinci-ra/StructureDefinition/ra-parameters-cc-remark-patch"^^xsd:anyURI ; fhir:link <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:name [ fhir:v "extension" ] ; ( fhir:part [ fhir:name [ fhir:v "url" ] ; fhir:value [ a fhir:uri ; fhir:v "authorDatetime"^^xsd:anyURI ] ] [ fhir:name [ fhir:v "value" ] ; fhir:value [ a fhir:dateTime ; fhir:v "2023-12-11"^^xsd:date ] ] ) ] ) ] ) ] ) . #