@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Coverage ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Example1"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2024-12-20T10:40:07.000+00:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-coverage-profile"^^xsd:anyURI ; fhir:link ] ) ; fhir:security ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ; fhir:code [ fhir:v "N" ] ; fhir:display [ fhir:v "Normal" ] ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: Coverage Example1

Last updated: 2024-12-20 10:40:07+0000

Profile: ATHENACoverage

Security Label: Normal (Details: Confidentiality code N = 'Normal')

type: Primary

name: Jeff Abbey

identifier: Member Number/89438

status: Active

type: MEDICARE

policyHolder: Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)

subscriber: Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)

subscriberId: 89438

beneficiary: Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)

relationship: Common Law Spouse

period: 2024-12-11 00:00:00+0000 --> 2024-12-26 00:00:00+0000

payor: (D000)

class

type: coverage-class group

value: 3433

name: Star Group

class

type: plan

value: 1532879610244880

name: Test Plan

" ] ; # fhir:extension ( [ fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-coverage-extension-coverage-type"^^xsd:anyURI ] ; fhir:value [ fhir:v "Primary" ] ] [ fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-coverage-extension-subscriber-name"^^xsd:anyURI ] ; fhir:value [ a fhir:HumanName ; fhir:family [ fhir:v "Abbey" ] ; fhir:given ( [ fhir:v "Jeff" ] ) ] ] ) ; # 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:display [ fhir:v "Member Number" ] ] ) ; fhir:text [ fhir:v "Member Number" ] ] ; fhir:value [ fhir:v "89438" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/InsuranceCarrierType/BLRT-345"^^xsd:anyURI ] ; fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "MEDICARE" ] ] ) ; fhir:text [ fhir:v "MEDICARE" ] ] ; # fhir:policyHolder [ fhir:link ; fhir:reference [ fhir:v "Patient/Example1" ] ] ; # fhir:subscriber [ fhir:link ; fhir:reference [ fhir:v "Patient/Example1" ] ] ; # fhir:subscriberId [ fhir:v "89438"] ; # fhir:beneficiary [ fhir:link ; fhir:reference [ fhir:v "Patient/Example1" ] ] ; # fhir:relationship [ fhir:coding ( [ fhir:system [ fhir:v "https://hl7.org/fhir/R4/valueset-subscriber-relationship"^^xsd:anyURI ] ; fhir:code [ fhir:v "common" ] ; fhir:display [ fhir:v "Common Law Spouse" ] ] ) ; fhir:text [ fhir:v "Common Law Spouse" ] ] ; # fhir:period [ fhir:start [ fhir:v "2024-12-11T00:00:00+00:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2024-12-26T00:00:00+00:00"^^xsd:dateTime ] ] ; # fhir:payor ( [ fhir:link ; fhir:reference [ fhir:v "Organization/Example1" ] ; fhir:display [ fhir:v "(D000)" ] ] ) ; # fhir:class ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ] ; fhir:code [ fhir:v "group" ] ] ) ; fhir:text [ fhir:v "coverage-class group" ] ] ; fhir:value [ fhir:v "3433" ] ; fhir:name [ fhir:v "Star Group" ] ] [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ] ; fhir:code [ fhir:v "plan" ] ; fhir:display [ fhir:v "plan" ] ] ) ; fhir:text [ fhir:v "plan" ] ] ; fhir:value [ fhir:v "1532879610244880" ] ; fhir:name [ fhir:v "Test Plan" ] ] ) . # # -------------------------------------------------------------------------------------