@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Coverage ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Example1"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-coverage-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Coverage Example1

identifier: Member Number/850582812

status: Active

type: Medicare

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

subscriberId: 850582812

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

period: 2006-01-11 00:00:00+0530 --> 2010-01-10 00:00:00+0530

payor: Anthem Insurance Companies, Inc

Classes

-TypeValue
*coverage-class group236552
" ] ; # 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 "850582812" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/InsuranceCarrierType/Training"^^xsd:anyURI ] ; fhir:code [ fhir:v "MB" ] ; fhir:display [ fhir:v "Medicare" ] ] ) ; fhir:text [ fhir:v "Medicare" ] ] ; # fhir:subscriber [ fhir:link ; fhir:reference [ fhir:v "Patient/Example1" ] ] ; # fhir:subscriberId [ fhir:v "850582812"] ; # fhir:beneficiary [ fhir:link ; fhir:reference [ fhir:v "Patient/Example1" ] ] ; # fhir:period [ fhir:start [ fhir:v "2006-01-11T00:00:00+05:30"^^xsd:dateTime ] ; fhir:end [ fhir:v "2010-01-10T00:00:00+05:30"^^xsd:dateTime ] ] ; # fhir:payor ( [ fhir:link ; fhir:reference [ fhir:v "Organization/Example1" ] ; fhir:display [ fhir:v "Anthem Insurance Companies, Inc" ] ] ) ; # 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 "236552" ] ] ) . # # -------------------------------------------------------------------------------------