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.2.0 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
| Page standards status: Informative |
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/Group/member-opt-out-group-001> a fhir:Group ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "member-opt-out-group-001"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<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>"
] ;
fhir:Group.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "http://example.org/payer/opt-out-groups" ] ;
fhir:Identifier.value [ fhir:value "OPT-OUT-2024-001" ] ;
fhir:Identifier.assigner [
fhir:Reference.display [ fhir:value "Example Payer" ]
]
] ;
fhir:Group.active [ fhir:value "true"^^xsd:boolean] ;
fhir:Group.type [ fhir:value "person"] ;
fhir:Group.actual [ fhir:value "true"^^xsd:boolean] ;
fhir:Group.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PdexMultiMemberMatchResultCS" ] ;
fhir:Coding.code [ fhir:value "consentconstraint" ] ;
fhir:Coding.display [ fhir:value "Consent Constraint" ]
]
] ;
fhir:Group.quantity [ fhir:value "1"^^xsd:nonNegativeInteger] ;
fhir:Group.managingEntity [
fhir:link <http://hl7.org/fhir/Organization/Payer1> ;
fhir:Reference.reference [ fhir:value "Organization/Payer1" ] ;
fhir:Reference.identifier [
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PDexIdentifierType" ] ;
fhir:Coding.code [ fhir:value "naiccode" ] ;
fhir:Coding.display [ fhir:value "NAIC Code" ]
]
] ;
fhir:Identifier.system [ fhir:value "urn:oid:2.16.840.1.113883.6.300" ] ;
fhir:Identifier.value [ fhir:value "12345" ]
] ;
fhir:Reference.display [ fhir:value "Example Payer Organization" ]
] ;
fhir:Group.characteristic [
fhir:index 0 ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/opt-out-reason" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/opt-out-reason" ] ;
fhir:Coding.code [ fhir:value "privacy-concern" ] ;
fhir:Coding.display [ fhir:value "Privacy Concern" ]
]
]
] ;
fhir:Group.characteristic.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PdexMultiMemberMatchResultCS" ] ;
fhir:Coding.code [ fhir:value "consentconstraint" ] ;
fhir:Coding.display [ fhir:value "Consent Constraint" ]
]
] ;
fhir:Group.characteristic.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/opt-out-scope" ] ;
fhir:Coding.code [ fhir:value "provider-specific" ] ;
fhir:Coding.display [ fhir:value "Provider-Specific Opt-Out" ]
]
] ;
fhir:Group.characteristic.exclude [ fhir:value "false"^^xsd:boolean ] ;
fhir:Group.characteristic.period [
fhir:Period.start [ fhir:value "2024-06-01"^^xsd:date ]
]
] ;
fhir:Group.member [
fhir:index 0 ;
fhir:Group.member.entity [
fhir:link <http://hl7.org/fhir/Patient/1> ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/opt-out-details" ] ;
fhir:Extension.valueString [ fhir:value "Member requested opt-out on 2024-06-01 citing privacy concerns. Opt-out applies to all named providers." ]
] ;
fhir:Reference.reference [ fhir:value "Patient/1" ] ;
fhir:Reference.display [ fhir:value "Jane Doe - Opted out of provider data sharing" ]
] ;
fhir:Group.member.inactive [ fhir:value "false"^^xsd:boolean ]
] .
<http://hl7.org/fhir/Organization/Payer1> a fhir:Organization .
<http://hl7.org/fhir/Patient/1> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Group/member-opt-out-group-001.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Group/member-opt-out-group-001.ttl> .
IG © 2024+ HL7 International / Financial Management. Package hl7.fhir.us.davinci-pdex#2.2.0 based on FHIR 4.0.1. Generated 2026-06-29
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
