<<<<<<< HEAD ======= >>>>>>> med01


0.1.3 - ci-build

MED - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Account Type - JSON Representation

Page standards status: Draft Maturity Level: 1

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "AccountTypeCS",
  "meta" : {
    "lastUpdated" : "2018-08-12T00:00:00.000+10:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem AccountTypeCS</b></p><a name=\"AccountTypeCS\"> </a><a name=\"hcAccountTypeCS\"> </a><a name=\"AccountTypeCS-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: 2018-08-12 00:00:00+1000</p></div><p>This case-sensitive code system <code>https://fhir.medicaia.ar/CodeSystem/AccountTypeCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">ACCTRECEIVABLE<a name=\"AccountTypeCS-ACCTRECEIVABLE\"> </a></td><td>account receivable</td><td>An account for collecting charges, reversals, adjustments and payments, including deductibles, copayments, coinsurance (financial transactions) credited or debited to the account receivable account for a patient's encounter.</td></tr><tr><td style=\"white-space:nowrap\">CASH<a name=\"AccountTypeCS-CASH\"> </a></td><td>cash</td><td>cash</td></tr><tr><td style=\"white-space:nowrap\">CC<a name=\"AccountTypeCS-CC\"> </a></td><td>credit card</td><td>Description: Types of advance payment to be made on a plastic card usually issued by a financial institution used of purchasing services and/or products.</td></tr><tr><td style=\"white-space:nowrap\">PBILLACCT<a name=\"AccountTypeCS-PBILLACCT\"> </a></td><td>patient billing account</td><td>An account representing charges and credits (financial transactions) for a patient's encounter.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "draft"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "sd"
    }
  ],
  "url" : "https://fhir.medicaia.ar/CodeSystem/AccountTypeCS",
  "version" : "0.1.3",
  "name" : "AccountTypeCS",
  "title" : "Account Type",
  "status" : "draft",
  "experimental" : false,
  "date" : "2018-08-12T00:00:00+10:00",
  "publisher" : "Zentricx",
  "contact" : [
    {
      "name" : "Zentricx",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://zentricx.com"
        }
      ]
    }
  ],
  "description" : "Account Type",
  "caseSensitive" : true,
  "valueSet" : "https://fhir.medicaia.ar/ValueSet/AccountTypeVS",
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "ACCTRECEIVABLE",
      "display" : "account receivable",
      "definition" : "An account for collecting charges, reversals, adjustments and payments, including deductibles, copayments, coinsurance (financial transactions) credited or debited to the account receivable account for a patient's encounter."
    },
    {
      "code" : "CASH",
      "display" : "cash",
      "definition" : "cash"
    },
    {
      "code" : "CC",
      "display" : "credit card",
      "definition" : "Description: Types of advance payment to be made on a plastic card usually issued by a financial institution used of purchasing services and/or products."
    },
    {
      "code" : "PBILLACCT",
      "display" : "patient billing account",
      "definition" : "An account representing charges and credits (financial transactions) for a patient's encounter."
    }
  ]
}