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:Account ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Example1"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2009-09-30T13:03:06.313-07:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-account-profile"^^xsd:anyURI ;
fhir:link <https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-account-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: Account Example1</b></p><a name=\"Example1\"> </a><a name=\"hcExample1\"> </a><a name=\"Example1-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2009-09-30 13:03:06-0700</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-athena-account-profile.html\">Account</a></p></div><p><b>identifier</b>: Unspecified Identifier/OV000140</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode PBILLACCT}\">patient billing account</span></p><p><b>subject</b>: <a href=\"Patient-Example1.html\">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></p><p><b>servicePeriod</b>: 2008-08-29 11:00:00-0700 --> 2008-10-24 00:00:00-0700</p><p><b>owner</b>: <a href=\"Organization/DF-7\">Organization/DF-7</a></p><h3>Guarantors</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Party</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"RelatedPerson/G-210\">RelatedPerson/G-210</a></td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-account-extension-visitDate"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2008-08-29T11:00:00-07:00"^^xsd:dateTime ]
] [
fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-account-extension-billStatus"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Paid" ]
] [
fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-account-extension-currentCarrier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "0"^^xsd:integer ]
] [
fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-account-extension-patientVisitId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "139"^^xsd:integer ]
] [
fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-account-extension-doctorId"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Practitioner/1530520474000010" ] ]
] [
fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-account-extension-facilityId"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Organization/DF-7" ] ]
] [
fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-account-extension-companyId"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Organization/DF-6" ] ]
] [
fhir:url [ fhir:v "detail"^^xsd:anyURI ] ;
( fhir:extension [
fhir:url [ fhir:v "balance"^^xsd:anyURI ] ;
fhir:value [ fhir:v "0.00" ] ] [
fhir:url [ fhir:v "TotalBalance"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/ACCOUNT"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TotalBalance" ] ;
fhir:display [ fhir:v "Total Balance" ] ] ) ;
fhir:text [ fhir:v "Total Balance" ] ] ] )
] [
fhir:url [ fhir:v "detail"^^xsd:anyURI ] ;
( fhir:extension [
fhir:url [ fhir:v "balance"^^xsd:anyURI ] ;
fhir:value [ fhir:v "0.00" ] ] [
fhir:url [ fhir:v "InsuranceBalance"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/ACCOUNT"^^xsd:anyURI ] ;
fhir:code [ fhir:v "InsuranceBalance" ] ;
fhir:display [ fhir:v "Insurance Balance" ] ] ) ;
fhir:text [ fhir:v "Insurance Balance" ] ] ] )
] [
fhir:url [ fhir:v "detail"^^xsd:anyURI ] ;
( fhir:extension [
fhir:url [ fhir:v "balance"^^xsd:anyURI ] ;
fhir:value [ fhir:v "0.00" ] ] [
fhir:url [ fhir:v "PatientBalance"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/ACCOUNT"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PatientBalance" ] ;
fhir:display [ fhir:v "Patient Balance" ] ] ) ;
fhir:text [ fhir:v "Patient Balance" ] ] ] )
] [
fhir:url [ fhir:v "detail"^^xsd:anyURI ] ;
( fhir:extension [
fhir:url [ fhir:v "balance"^^xsd:anyURI ] ;
fhir:value [ fhir:v "0.00" ] ] [
fhir:url [ fhir:v "Deposit"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/ACCOUNT"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PatientDeposit" ] ;
fhir:display [ fhir:v "Patient Deposit" ] ] ) ;
fhir:text [ fhir:v "Patient Deposit" ] ] ] )
] [
fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-account-extension-financialClassMid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1846"^^xsd:integer ]
] ) ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "U" ] ;
fhir:display [ fhir:v "Unspecified Identifier" ] ] ) ;
fhir:text [ fhir:v "Unspecified Identifier" ] ] ;
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/AccountId/1000-4-9390"^^xsd:anyURI ] ;
fhir:value [ fhir:v "OV000140" ]
] ) ; #
fhir:status [
fhir:v "active" ;
( fhir:extension [
fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/accountstatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ] ] ] )
] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PBILLACCT" ] ;
fhir:display [ fhir:v "patient billing account" ] ] ) ;
fhir:text [ fhir:v "patient billing account" ]
] ; #
fhir:subject ( [
fhir:reference [ fhir:v "Patient/Example1" ]
] ) ; #
fhir:servicePeriod [
fhir:start [ fhir:v "2008-08-29T11:00:00-07:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2008-10-24T00:00:00-07:00"^^xsd:dateTime ]
] ; #
fhir:owner [
fhir:reference [ fhir:v "Organization/DF-7" ]
] ; #
fhir:guarantor ( [
fhir:party [
fhir:reference [ fhir:v "RelatedPerson/G-210" ] ]
] ) . #
IG © 2022+ athenahealth. Package athenahealth#23.1.0 based on FHIR 4.0.1. Generated 2024-07-22
Links: Table of Contents |
QA Report