VhDir Implementation Guide CI Build: STU2 Ballot

This page is part of the Validated Healthcare Directory FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR v3.5.0. . For a full list of available versions, see the Directory of published versions

JSON Format: CodeSystem-codesystem-organizationdemographics

Raw json

{
  "resourceType" : "CodeSystem",
  "id" : "codesystem-organizationdemographics",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>VhDir Organization Demographics Code System</h2><div><p>This code system contains codes for documenting the attributes of an Organization.</p>
</div><p>This code system http://hl7.org/fhir/uv/vhdir/CodeSystem/codesystem-organizationdemographics 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">legalalternative<a name="codesystem-organizationdemographics-legalalternative"> </a></td><td>legal alternative</td><td>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.).</td></tr><tr><td style="white-space:nowrap">historical<a name="codesystem-organizationdemographics-historical"> </a></td><td>Historical</td><td>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.</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/uv/vhdir/CodeSystem/codesystem-organizationdemographics",
  "version" : "0.2.0",
  "name" : "VhDirOrganizationDemographics",
  "title" : "VhDir Organization Demographics Code System",
  "status" : "active",
  "date" : "2018-02-21",
  "publisher" : "HL7 International",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description" : "This code system contains codes for documenting the attributes of an Organization.",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/uv/vhdir/ValueSet/VhDir-organizationdemographicsAliasType",
  "content" : "complete",
  "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."
    }
  ]
}