Da Vinci - Member Attribution (ATR) List
2.0.0 - STU 2.0.0 United States of America flag

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

: Coverage For Patient 2 - Example - TTL Representation

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:Coverage ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "2"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2019-04-06T03:04:12.348-04:00"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of the coverage</div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-atr/StructureDefinition/ext-insuranceProductType"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/InsuranceProductTypeCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mediadv" ] ;
fhir:display [ fhir:v "Medicare Advantage" ]       ] )     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MB" ] ;
fhir:display [ fhir:v "Member Number" ]       ] )     ] ;
fhir:system [ fhir:v "https://sitenv.org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "789123" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:policyHolder [
fhir:reference [ fhir:v "RelatedPerson/2" ]
  ] ; # 
  fhir:subscriber [
fhir:reference [ fhir:v "RelatedPerson/2" ]
  ] ; # 
  fhir:subscriberId [ fhir:v "AB3999"] ; # 
  fhir:beneficiary [
fhir:reference [ fhir:v "Patient/2" ]
  ] ; # 
  fhir:dependent [ fhir:v "01"] ; # 
  fhir:relationship [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/subscriber-relationship"^^xsd:anyURI ] ;
fhir:code [ fhir:v "spouse" ] ;
fhir:display [ fhir:v "Spouse" ]     ] )
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2012-05-23"^^xsd:date ] ;
fhir:end [ fhir:v "2013-05-23"^^xsd:date ]
  ] ; # 
  fhir:payor ( [
fhir:reference [ fhir:v "Organization/1" ]
  ] ) ; # 
  fhir:class ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ] ;
fhir:code [ fhir:v "plan" ]       ] )     ] ;
fhir:value [ fhir:v "HMO" ]
  ] ) . #