Da Vinci Payer Data Exchange
2.1.1 - STU 2.1 United States of America flag

Da Vinci Payer Data Exchange, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-epdx/ and changes regularly. See the Directory of published versions

: Treatment Attestation Example 2 - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Consent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "treatment-attestation-ex2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/provider-treatment-relationship-consent"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/provider-treatment-relationship-consent>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Treatment Attestation by Dr. James Brown for Sarah Williams - Treatment relationship since 2024-02-01</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:scope [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/consentscope"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/consentscope>       ] ;
fhir:code [ fhir:v "treatment" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode>       ] ;
fhir:code [ fhir:v "IDSCL" ] ;
fhir:display [ fhir:v "Information Disclosure" ]     ] )
  ] [
    ( fhir:coding [
a loinc:64292-6 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>       ] ;
fhir:code [ fhir:v "64292-6" ] ;
fhir:display [ fhir:v "Release of information consent" ]     ] )
  ] ) ; # 
  fhir:patient [
fhir:l fhir:Patient/patient-prov-002 ;
fhir:reference [ fhir:v "Patient/patient-prov-002" ]
  ] ; # 
  fhir:dateTime [ fhir:v "2024-12-09T10:15:00Z"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:l fhir:Practitioner/provider-002 ;
fhir:reference [ fhir:v "Practitioner/provider-002" ] ;
fhir:display [ fhir:v "Dr. James Brown, MD" ]
  ] ) ; # 
  fhir:organization ( [
fhir:l fhir:Organization/provider-org-002 ;
fhir:reference [ fhir:v "Organization/provider-org-002" ] ;
fhir:display [ fhir:v "Columbus Clinic" ]
  ] ) ; # 
  fhir:source [
a fhir:Reference ;
fhir:l fhir:DocumentReference/treatment-attestation-form-002 ;
fhir:reference [ fhir:v "DocumentReference/treatment-attestation-form-002" ] ;
fhir:display [ fhir:v "Provider Attestation Form" ]
  ] ; # 
  fhir:policy ( [
fhir:uri [
fhir:v "https://example.org/provider-attestation-policy"^^xsd:anyURI ;
fhir:l <https://example.org/provider-attestation-policy>     ]
  ] ) ; # 
  fhir:provision [
fhir:type [ fhir:v "permit" ] ;
fhir:period [
fhir:start [ fhir:v "2024-02-01"^^xsd:date ]     ] ;
    ( fhir:actor [
fhir:role [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ParticipationType>           ] ;
fhir:code [ fhir:v "IRCP" ] ;
fhir:display [ fhir:v "information recipient" ]         ] )       ] ;
fhir:reference [
fhir:l fhir:Practitioner/provider-002 ;
fhir:reference [ fhir:v "Practitioner/provider-002" ] ;
fhir:display [ fhir:v "Dr. James Brown" ]       ]     ] ) ;
    ( fhir:purpose [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActReason>       ] ;
fhir:code [ fhir:v "TREAT" ] ;
fhir:display [ fhir:v "treatment" ]     ] )
  ] . #