Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General ValueSet Example - JSON Representation

Active as of 2024-07-22

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "ACCOUNT",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<table width=\"100%\">\n\t\t\t\t<tbody>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td width=\"25%\">\n\t\t\t\t\t\t\t<span class=\"text-muted\"/>\n\t\t\t\t\t\t</td>\n\t\t\t\t\t</tr>\n\t\t\t\t</tbody>\n\t\t\t</table>\n\t\t</div>"
  },
  "url" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/valueset/ACCOUNT",
  "version" : "23.1.0",
  "name" : "ACCOUNT",
  "status" : "active",
  "date" : "2024-07-22T03:20:53-07:00",
  "publisher" : "athenahealth",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://athenahealth.com"
        }
      ]
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm"
        }
      ]
    }
  ],
  "copyright" : "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.",
  "compose" : {
    "include" : [
      {
        "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/ACCOUNT",
        "concept" : [
          {
            "code" : "CompanyDetails",
            "display" : "Company Details"
          },
          {
            "code" : "Guarantor",
            "display" : "Guarantor"
          },
          {
            "code" : "InsuranceBalance",
            "display" : "Insurance Balance"
          },
          {
            "code" : "LocationDetails",
            "display" : "Location Details"
          },
          {
            "code" : "PatientBalance",
            "display" : "Patient Balance"
          },
          {
            "code" : "PatientDeposit",
            "display" : "Patient Deposit"
          },
          {
            "code" : "PractitionerDetail",
            "display" : "Practitioner Detail"
          },
          {
            "code" : "TotalBalance",
            "display" : "Total Balance"
          }
        ]
      }
    ]
  }
}