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

: Example Member Opt-Out Group - TTL Representation

Page standards status: Informative

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:Group ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "member-opt-out-group-001"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/member-opt-out-group"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/member-opt-out-group>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Member Opt-Out Group</h2><p>Members who have opted out of Provider Access data sharing</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "http://example.org/payer/opt-out-groups"^^xsd:anyURI ;
fhir:l <http://example.org/payer/opt-out-groups>     ] ;
fhir:value [ fhir:v "OPT-OUT-2024-001" ] ;
fhir:assigner [
fhir:display [ fhir:v "Example Payer" ]     ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:type [ fhir:v "person"] ; # 
  fhir:actual [ fhir:v true] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PdexMultiMemberMatchResultCS"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PdexMultiMemberMatchResultCS>       ] ;
fhir:code [ fhir:v "consentconstraint" ] ;
fhir:display [ fhir:v "Consent Constraint" ]     ] )
  ] ; # 
  fhir:quantity [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:managingEntity [
fhir:identifier [
fhir:system [
fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/sid/us-npi>       ] ;
fhir:value [ fhir:v "5555555555" ]     ] ;
fhir:display [ fhir:v "Example Payer Organization" ]
  ] ; # 
  fhir:characteristic ( [
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PdexMultiMemberMatchResultCS"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PdexMultiMemberMatchResultCS>         ] ;
fhir:code [ fhir:v "consentconstraint" ] ;
fhir:display [ fhir:v "Consent Constraint" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/opt-out-scope"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/davinci-pdex/CodeSystem/opt-out-scope>         ] ;
fhir:code [ fhir:v "provider-specific" ] ;
fhir:display [ fhir:v "Provider-Specific Opt-Out" ]       ] )     ] ;
fhir:exclude [ fhir:v false ] ;
fhir:period [
fhir:start [ fhir:v "2024-06-01"^^xsd:date ]     ]
  ] ) ; # 
  fhir:member ( [
fhir:entity [
fhir:l fhir:Patient/1 ;
fhir:reference [ fhir:v "Patient/1" ] ;
fhir:display [ fhir:v "Jane Doe - Opted out of provider data sharing" ]     ] ;
fhir:inactive [ fhir:v false ]
  ] ) . #