FHIR IG analytics
Resources that use this resource
Resources that this resource uses
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| Code | Display |
| TAX | Tax ID number | |
| PRN | Provider 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"
}
]
}
]
}
}