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

FHIR IG Statistics: CodeSystem/OrgAliasTypeCS

Packagehl7.fhir.us.directory-query
TypeCodeSystem
IdOrgAliasTypeCS
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/directory-query/https://build.fhir.org/ig/HL7/fhir-directory-query/CodeSystem-OrgAliasTypeCS.html
URLhttp://hl7.org/fhir/us/directory-query/CodeSystem/OrgAliasTypeCS
Version1.0.0-ballot
Statusactive
Date2022-12-08T23:00:33+00:00
NameOrgAliasTypeCS
TitleOrganization Alias Type Code System
Realmus
Authorityhl7
DescriptionThe state indicating if an Organization has an alias.
Contentcomplete

Resources that use this resource

ValueSet
OrgAliasTypeVSOrganization Alias Typ Value Sete

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://hl7.org/fhir/us/directory-query/CodeSystem/OrgAliasTypeCS defines the following codes:

CodeDisplayDefinition
legalalternative Legal AlternativeA pseudonym used by an organization to perform their business under a name that differs from the registered, legal name of the business, also known as a trade name, business name, or 'doing business as' (d.b.a.).
historical HistoricalAny previously used legal or trade names used by an organization since the creation of the business. Could include names used by independent organizations before a merger or other reorganization.

Source

{
  "resourceType": "CodeSystem",
  "id": "OrgAliasTypeCS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/directory-query/CodeSystem/OrgAliasTypeCS",
  "version": "1.0.0-ballot",
  "name": "OrgAliasTypeCS",
  "title": "Organization Alias Type Code System",
  "status": "active",
  "experimental": false,
  "date": "2022-12-08T23:00:33+00:00",
  "publisher": "HL7 International - Patient Administration Work Group",
  "contact": [
    {
      "name": "HL7 International - Patient Administration Work Group",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/pafm"
        },
        {
          "system": "email",
          "value": "pafm@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "The state indicating if an Organization has an alias.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "legalalternative",
      "display": "Legal Alternative",
      "definition": "A pseudonym used by an organization to perform their business under a name that differs from the registered, legal name of the business, also known as a trade name, business name, or 'doing business as' (d.b.a.)."
    },
    {
      "code": "historical",
      "display": "Historical",
      "definition": "Any previously used legal or trade names used by an organization since the creation of the business. Could include names used by independent organizations before a merger or other reorganization."
    }
  ]
}