FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/account-type

Packagesignal.core.r4
Resource TypeValueSet
Idaccount-type
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=signal.core.r4@0.2.10&canonical=http://hl7.org/fhir/ValueSet/account-type
URLhttp://hl7.org/fhir/ValueSet/account-type
Version4.0.1
Statusdraft
Date2019-11-01T09:29:23+11:00
NameAccountTypes
TitleAccount Types
Realmus
Authorityhl7
DescriptionThis examples value set defines the set of codes that can be used to represent the type of an account.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v3-ActCodeActCode

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "account-type",
  "meta": {
    "lastUpdated": "2019-11-01T09:29:23.356+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    },
    {
      "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/ValueSet/account-type",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.3.728"
    }
  ],
  "version": "4.0.1",
  "name": "AccountTypes",
  "title": "Account Types",
  "status": "draft",
  "experimental": false,
  "date": "2019-11-01T09:29:23+11:00",
  "publisher": "FHIR Project team",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "This examples value set defines the set of codes that can be used to represent the type of an account.",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "filter": [
          {
            "property": "concept",
            "op": "is-a",
            "value": "_ActAccountCode"
          }
        ]
      }
    ]
  },
  "expansion": {
    "timestamp": "2023-07-31T18:35:33.1743667+00:00",
    "total": 9,
    "contains": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "version": "4.0.1",
        "code": "ACCTRECEIVABLE",
        "display": "Account Receivable"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "version": "4.0.1",
        "code": "CASH",
        "display": "Cash"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "version": "4.0.1",
        "code": "CreditCard",
        "display": "CreditCard"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "version": "4.0.1",
        "code": "AE",
        "display": "American Express"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "version": "4.0.1",
        "code": "DE",
        "display": "Diner's Club"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "version": "4.0.1",
        "code": "DV",
        "display": "Discover Card"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "version": "4.0.1",
        "code": "MC",
        "display": "Master Card"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "version": "4.0.1",
        "code": "V",
        "display": "Visa"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "version": "4.0.1",
        "code": "PBILLACCT",
        "display": "Patient Billing Account"
      }
    ]
  }
}