Da Vinci - Member Attribution (ATR) List 2.1.0 - STU 2.1.0
Publication Build: This will be filled in by the publication tooling
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:Coverage ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "3"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2019-05-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>"^^rdf:XMLLiteral ] ; # 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 "ihs" ] ; fhir:display [ fhir:v "Indian Health Service" ] ] ) ] ] ) ; # 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://example.org"^^xsd:anyURI ] ; fhir:value [ fhir:v "123456" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:policyHolder [ fhir:reference [ fhir:v "RelatedPerson/1" ] ] ; # fhir:subscriber [ fhir:reference [ fhir:v "RelatedPerson/1" ] ] ; # fhir:subscriberId [ fhir:v "AB3658"] ; # fhir:beneficiary [ fhir:reference [ fhir:v "Patient/3" ] ] ; # 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 "2013-05-23"^^xsd:date ] ; fhir:end [ fhir:v "2014-05-23"^^xsd:date ] ] ; # fhir:payor ( [ fhir:reference [ fhir:v "Organization/2" ] ] ) ; # 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 "B37FC" ] ] ) . #