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

: Payer Member Example 2 - Sarah Williams - 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:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "payer-member-002"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2024-12-16T10:30:00Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-patient-demographics"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-patient-demographics>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Sarah Elizabeth Williams - Payer Member</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203>         ] ;
fhir:code [ fhir:v "MB" ] ;
fhir:display [ fhir:v "Member Number" ]       ] )     ] ;
fhir:system [
fhir:v "http://example.org/payer/member-ids"^^xsd:anyURI ;
fhir:l <http://example.org/payer/member-ids>     ] ;
fhir:value [ fhir:v "MBR-B98765432" ] ;
fhir:assigner [
fhir:display [ fhir:v "Example Payer" ]     ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Williams" ] ;
    ( fhir:given [ fhir:v "Sarah" ] [ fhir:v "Elizabeth" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1978-07-22"^^xsd:date] ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "456 Oak Avenue" ] ) ;
fhir:city [ fhir:v "Sometown" ] ;
fhir:state [ fhir:v "MA" ] ;
fhir:postalCode [ fhir:v "02102" ]
  ] ) . #