Implementation Guide
23.1.0 - R4 APIs
Publish Box goes here
@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 "Example1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-coverage-profile"^^xsd:anyURI ;
fhir:link <https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-coverage-profile> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage Example1</b></p><a name=\"Example1\"> </a><a name=\"hcExample1\"> </a><a name=\"Example1-en-US\"> </a><p><b>identifier</b>: Member Number/850582812</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/InsuranceCarrierType/Training MB}\">Medicare</span></p><p><b>subscriber</b>: <a href=\"Patient-Example1.html\">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></p><p><b>subscriberId</b>: 850582812</p><p><b>beneficiary</b>: <a href=\"Patient-Example1.html\">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></p><p><b>period</b>: 2006-01-11 00:00:00+0530 --> 2010-01-10 00:00:00+0530</p><p><b>payor</b>: <a href=\"Organization-Example1.html\">Anthem Insurance Companies, Inc</a></p><h3>Classes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-class group}\">coverage-class group</span></td><td>236552</td></tr></table></div>"
] ; #
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:reference [ fhir:v "Patient/Example1" ]
] ; #
fhir:subscriberId [ fhir:v "850582812"] ; #
fhir:beneficiary [
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: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" ]
] ) . #
IG © 2022+ athenahealth. Package athenahealth#23.1.0 based on FHIR 4.0.1. Generated 2024-07-22
Links: Table of Contents |
QA Report