FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-deqm.stu3
Resource TypeValueSet
IdValueSet-organization-type.json
FHIR VersionR3
Sourcehttp://hl7.org/fhir/us/davinci-deqm/2018Sep/STU3/ValueSet-organization-type.html
URLhttp://hl7.org/fhir/us/davinci-deqm/STU3/ValueSet/organization-type
Version0.1.0
Statusdraft
Date2018-08-14T09:59:31+10:00
Nameorganization-type
TitleDEQM Organization Type Value Set
Realmus
Authorityhl7
DescriptionDa Vinci Organization type codes limited to `TAX` for Tax Identifier Number (TIN) and `PRN` for National Provider identifer (NPI).

Resources that use this resource

StructureDefinition
organization-deqmDEQM Organization Profile

Resources that this resource uses

CodeSystem
v2-0203identifierType

Narrative

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

DEQM Organization Type Value Set

Da Vinci Organization type codes limited to TAX for Tax Identifier Number (TIN) and PRN for National Provider identifer (NPI).

This value set includes codes from the following code systems:

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v2-0203
    CodeDisplay
    TAXTax ID number
    PRNProvider number

Source1

{
  "resourceType": "ValueSet",
  "id": "organization-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/davinci-deqm/STU3/ValueSet/organization-type",
  "version": "0.1.0",
  "name": "organization-type",
  "title": "DEQM Organization Type Value Set",
  "status": "draft",
  "experimental": false,
  "date": "2018-08-14T09:59:31+10:00",
  "publisher": "Davinci Project",
  "description": "Da Vinci Organization type codes limited to `TAX` for Tax Identifier Number (TIN) and `PRN` for National Provider identifer (NPI).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "immutable": true,
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
        "concept": [
          {
            "code": "TAX",
            "display": "Tax ID number"
          },
          {
            "code": "PRN",
            "display": "Provider number"
          }
        ]
      }
    ]
  }
}