This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R5 R4B R4 R3 R2
Definition for Value SetOrganizationType
{
"resourceType": "ValueSet",
"text": {
"status": "generated",
"div": "<div><h2>OrganizationType</h2><p>This example value set defines a set of codes that can be used to indicate a type of organization.</p><p>This value set defines its own terms in the system http://hl7.org/fhir/organization-type</p><table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>prov<a name=\"prov\"> </a></td><td>Healthcare Provider</td><td/></tr><tr><td>dept<a name=\"dept\"> </a></td><td>Hospital Department</td><td/></tr><tr><td>icu<a name=\"icu\"> </a></td><td>Intensive Care Unit</td><td/></tr><tr><td>team<a name=\"team\"> </a></td><td>Organizational team</td><td/></tr><tr><td>fed<a name=\"fed\"> </a></td><td>Federal Government</td><td/></tr><tr><td>ins<a name=\"ins\"> </a></td><td>Insurance Company</td><td/></tr><tr><td>edu<a name=\"edu\"> </a></td><td>Educational Institute</td><td/></tr><tr><td>reli<a name=\"reli\"> </a></td><td>Religious Institution</td><td/></tr><tr><td>pharm<a name=\"pharm\"> </a></td><td>Pharmacy</td><td/></tr></table></div>"
},
"identifier": "http://hl7.org/fhir/vs/organization-type",
"name": "OrganizationType",
"publisher": "FHIR Project team",
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
}
],
"description": "This example value set defines a set of codes that can be used to indicate a type of organization.",
"status": "draft",
"define": {
"system": "http://hl7.org/fhir/organization-type",
"concept": [
{
"code": "prov",
"display": "Healthcare Provider"
},
{
"code": "dept",
"display": "Hospital Department"
},
{
"code": "icu",
"display": "Intensive Care Unit"
},
{
"code": "team",
"display": "Organizational team"
},
{
"code": "fed",
"display": "Federal Government"
},
{
"code": "ins",
"display": "Insurance Company"
},
{
"code": "edu",
"display": "Educational Institute"
},
{
"code": "reli",
"display": "Religious Institution"
},
{
"code": "pharm",
"display": "Pharmacy"
}
]
}
}