Da Vinci Payer Data Exchange
2.1.0 - STU2 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.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

: example-pdex-member-consent-constraint-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 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 "example-pdex-member-consent-constraint-group"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2024-03-20T09:00:00.000Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-member-no-match-group"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-member-no-match-group>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Default Generated text for resource.</div>"
  ] ; # 
  fhir:contained ( [
a fhir:Patient ;
fhir:id [ fhir:v "4" ] ;
    ( fhir:identifier [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MB" ]         ] )       ] ;
fhir:system [ fhir:v "http://example.org/old-payer/identifiers/member"^^xsd:anyURI ] ;
fhir:value [ fhir:v "45567" ] ;
fhir:assigner [
fhir:display [ fhir:v "Old Payer" ]       ]     ] ) ;
    ( fhir:name [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Noway" ] ;
      ( fhir:given [ fhir:v "Janis" ] [ fhir:v "Noelle" ] )     ] ) ;
fhir:gender [ fhir:v "female" ] ;
fhir:birthDate [ fhir:v "1956-12-25"^^xsd:date ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "0123456789" ]
  ] ) ; # 
  fhir:type [ fhir:v "person"] ; # 
  fhir:actual [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PdexMultiMemberMatchResultCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "consentconstraint" ] ;
fhir:display [ fhir:v "Consent Constraint" ]     ] )
  ] ; # 
  fhir:managingEntity [
fhir:identifier [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9876543210" ]     ] ;
fhir:display [ fhir:v "Old Health Plan" ]
  ] ; # 
  fhir:member ( [
fhir:entity [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/base-ext-match-parameters"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "#4" ]         ]       ] ) ;
fhir:reference [ fhir:v "#4" ]     ]
  ] ) . #