awacke1 commited on
Commit
561c2d9
โ€ข
1 Parent(s): 9b2c97f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md CHANGED
@@ -1,3 +1,83 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+ NPI and Identification
5
+ ๐Ÿ†” NPI: National Provider Identifier, a unique identification number for covered health care providers.
6
+ ๐Ÿง‘ EntityTypeCode: Indicates whether the provider is an individual (1) or an organization (2).
7
+ ๐Ÿ” ReplacementNPI: NPI that replaces a previous NPI, if applicable.
8
+ ๐Ÿ’ผ EmployerIdentificationNumberEIN: Tax identification number for the provider, if they are an organization.
9
+ Provider Names and Credentials
10
+ ๐Ÿข ProviderOrganizationNameLegalBusinessName: Legal business name of the provider, if an organization.
11
+ ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง ProviderLastNameLegalName: Last (family) name of the provider, if an individual.
12
+ ๐Ÿ“› ProviderFirstName: First (given) name of the provider, if an individual.
13
+ ๐ŸŒŸ ProviderMiddleName: Middle name of the provider, if applicable.
14
+ ๐Ÿ“Œ ProviderNamePrefixText: Prefix to the provider's name (e.g., Dr., Mr., Ms.).
15
+ ๐Ÿท๏ธ ProviderNameSuffixText: Suffix to the provider's name (e.g., Jr., Sr., III).
16
+ ๐ŸŽ“ ProviderCredentialText: Credentials of the provider (e.g., MD, DDS, RN).
17
+ Other Provider Information
18
+ ๐Ÿฅ ProviderOtherOrganizationName: Other organization name used by the provider.
19
+ ๐Ÿ”  ProviderOtherOrganizationNameTypeCode: Type code for the other organization name.
20
+ ๐Ÿ”„ ProviderOtherLastName: Other last name used by the provider.
21
+ โžก๏ธ ProviderOtherFirstName: Other first name used by the provider.
22
+ ๐Ÿ†— ProviderOtherMiddleName: Other middle name used by the provider.
23
+ ๐Ÿ”ผ ProviderOtherNamePrefixText: Other prefix to the provider's name.
24
+ ๐Ÿ”ฝ ProviderOtherNameSuffixText: Other suffix to the provider's name.
25
+ ๐Ÿ“œ ProviderOtherCredentialText: Other credentials used by the provider.
26
+ ๐Ÿˆฏ ProviderOtherLastNameTypeCode: Type code for the other last name used.
27
+ Business Mailing Address
28
+ ๐Ÿ“ซ ProviderFirstLineBusinessMailingAddress: First line of the provider's business mailing address.
29
+ ๐Ÿ“ฌ ProviderSecondLineBusinessMailingAddress: Second line of the provider's business mailing address.
30
+ ๐Ÿ™๏ธ ProviderBusinessMailingAddressCityName: City name of the provider's business mailing address.
31
+ ๐Ÿ“ ProviderBusinessMailingAddressStateName: State name of the provider's business mailing address.
32
+ ๐Ÿ“ฎ ProviderBusinessMailingAddressPostalCode: Postal code of the provider's business mailing address.
33
+ ๐ŸŒ ProviderBusinessMailingAddressCountryCodeIfoutsideUS: Country code if outside the U.S.
34
+ ๐Ÿ“ž ProviderBusinessMailingAddressTelephoneNumber: Telephone number for the business mailing address.
35
+ ๐Ÿ“  ProviderBusinessMailingAddressFaxNumber: Fax number for the business mailing address.
36
+ Business Practice Location Address
37
+ ๐Ÿ  ProviderFirstLineBusinessPracticeLocationAddress: First line of the provider's business practice location address.
38
+ ๐Ÿก ProviderSecondLineBusinessPracticeLocationAddress: Second line of the provider's business practice location address.
39
+ ๐ŸŒ† ProviderBusinessPracticeLocationAddressCityName: City name of the provider's practice location.
40
+ ๐Ÿ—บ๏ธ ProviderBusinessPracticeLocationAddressStateName: State name of the provider's practice location.
41
+ ๐Ÿ›‚ ProviderBusinessPracticeLocationAddressPostalCode: Postal code of the provider's practice location.
42
+ ๐ŸŒ ProviderBusinessPracticeLocationAddressCountryCodeIfoutsideUS: Country code if the practice location is outside the U.S.
43
+ ๐Ÿ“ฒ ProviderBusinessPracticeLocationAddressTelephoneNumber: Telephone number for the practice location.
44
+ ๐Ÿ–จ๏ธ ProviderBusinessPracticeLocationAddressFaxNumber: Fax number for the practice location.
45
+ Dates and Status
46
+ ๐Ÿ“… ProviderEnumerationDate: The date the provider was first added to the NPI registry.
47
+ ๐Ÿ”„ LastUpdateDate: The date of the last update to the provider's information.
48
+ โŒ NPIDeactivationReasonCode: Reason code for NPI deactivation, if applicable.
49
+ ๐Ÿ”š NPIDeactivationDate: Date of NPI deactivation, if applicable.
50
+ ๐Ÿ”™ NPIReactivationDate: Date of NPI reactivation, if applicable.
51
+ Provider Details
52
+ Provider Details
53
+ ๐Ÿšน๐Ÿšบ ProviderGenderCode: Gender code of the provider (if an individual).
54
+ ๐Ÿ‘ค AuthorizedOfficialLastName: Last name of the authorized official.
55
+ ๐Ÿ‘ค AuthorizedOfficialFirstName: First name of the authorized official.
56
+ ๐Ÿ‘ค AuthorizedOfficialMiddleName: Middle name of the authorized official.
57
+ ๐Ÿ“ AuthorizedOfficialTitleorPosition: Title or position of the authorized official.
58
+ ๐Ÿ“ž AuthorizedOfficialTelephoneNumber: Telephone number of the authorized official.
59
+ Licensing and Taxonomy
60
+ (For brevity, the descriptions for Healthcare Provider Taxonomy Codes, Provider License Numbers, and State Codes are grouped together due to their repetitive nature across multiple entries.)
61
+
62
+ ๐Ÿงฌ HealthcareProviderTaxonomyCode: Code indicating the provider's specific type or classification of health care supply.
63
+ ๐Ÿ”‘ ProviderLicenseNumber: License number assigned to the provider.
64
+ ๐Ÿ—บ๏ธ ProviderLicenseNumberStateCode: State code where the provider is licensed.
65
+ ๐Ÿ”€ HealthcareProviderPrimaryTaxonomySwitch: Indicates if the taxonomy code is the provider's primary code.
66
+ Other Identifiers
67
+ (Repeated for multiple other identifiers with type codes, states, and issuers.)
68
+
69
+ ๐Ÿ”– OtherProviderIdentifier: Other identifiers used to identify the provider.
70
+ ๐Ÿ†” OtherProviderIdentifierTypeCode: Type code of the other identifier.
71
+ ๐Ÿ—บ๏ธ OtherProviderIdentifierState: State code related to the other identifier.
72
+ ๐Ÿข OtherProviderIdentifierIssuer: Issuer of the other identifier.
73
+ Organizational Details and Certification
74
+ โ“ IsSoleProprietor: Indicates if the provider is a sole proprietor.
75
+ ๐Ÿข IsOrganizationSubpart: Indicates if the provider is a subpart of an organization.
76
+ ๐Ÿข ParentOrganizationLBN: Legal business name of the parent organization.
77
+ ๐Ÿ’ผ ParentOrganizationTIN: Tax Identification Number of the parent organization.
78
+ ๐Ÿ“› AuthorizedOfficialNamePrefixText: Prefix of the authorized official's name.
79
+ ๐Ÿท๏ธ AuthorizedOfficialNameSuffixText: Suffix of the authorized official's name.
80
+ ๐ŸŽ“ AuthorizedOfficialCredentialText: Credentials of the authorized official.
81
+ ๐Ÿงฉ HealthcareProviderTaxonomyGroup: Group taxonomy codes indicating shared characteristics.
82
+ This comprehensive outline provides a detailed understanding of the data structure, making it easier for educators and students alike to navigate and utilize the information effectively in various learning scenarios.
83
+