Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General ValueSet Example - TTL Representation

Active as of 2024-07-22

Raw ttl | Download


@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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ACCOUNT"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n			<table width=\"100%\">\n				<tbody>\n					<tr>\n						<td width=\"25%\">\n							<span class=\"text-muted\"/>\n						</td>\n					</tr>\n				</tbody>\n			</table>\n		</div>"
  ] ; # 
  fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/valueset/ACCOUNT"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "23.1.0"] ; # 
  fhir:name [ fhir:v "ACCOUNT"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-07-22T03:20:53-07:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "athenahealth"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://athenahealth.com" ]     ] )
  ] ) ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Copyright (c) 2022 athenahealth.\n All Rights Reserved.\nAll information is subject to change without notice. This information is the confidential and \nproprietary information of athenahealth. Unauthorized duplication is strictly prohibited."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/ACCOUNT"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "CompanyDetails" ] ;
fhir:display [ fhir:v "Company Details" ]       ] [
fhir:code [ fhir:v "Guarantor" ] ;
fhir:display [ fhir:v "Guarantor" ]       ] [
fhir:code [ fhir:v "InsuranceBalance" ] ;
fhir:display [ fhir:v "Insurance Balance" ]       ] [
fhir:code [ fhir:v "LocationDetails" ] ;
fhir:display [ fhir:v "Location Details" ]       ] [
fhir:code [ fhir:v "PatientBalance" ] ;
fhir:display [ fhir:v "Patient Balance" ]       ] [
fhir:code [ fhir:v "PatientDeposit" ] ;
fhir:display [ fhir:v "Patient Deposit" ]       ] [
fhir:code [ fhir:v "PractitionerDetail" ] ;
fhir:display [ fhir:v "Practitioner Detail" ]       ] [
fhir:code [ fhir:v "TotalBalance" ] ;
fhir:display [ fhir:v "Total Balance" ]       ] )     ] )
  ] . #