This page is part of the Smart App Launch Implementation Guide (v2.2.0: STU 2.2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Active as of 2023-03-05 |
<ValueSet xmlns="http://hl7.org/fhir">
<id value="user-access-category"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include these codes as defined in <a href="http://terminology.hl7.org/5.5.0/CodeSystem-organization-type.html"><code>http://terminology.hl7.org/CodeSystem/organization-type</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://terminology.hl7.org/5.5.0/CodeSystem-organization-type.html#organization-type-prov">prov</a></td><td>Healthcare Provider</td><td>An organization that provides healthcare services.</td></tr><tr><td><a href="http://terminology.hl7.org/5.5.0/CodeSystem-organization-type.html#organization-type-ins">ins</a></td><td>Insurance Company</td><td>A company that provides insurance to its subscribers that may include healthcare related policies.</td></tr><tr><td><a href="http://terminology.hl7.org/5.5.0/CodeSystem-organization-type.html#organization-type-laboratory">laboratory</a></td><td>Laboratory</td><td>An organization that conducts medical tests.</td></tr><tr><td><a href="http://terminology.hl7.org/5.5.0/CodeSystem-organization-type.html#organization-type-imaging">imaging</a></td><td>Imaging Center</td><td>An organization specialized in providing diagnostic imaging services.</td></tr><tr><td><a href="http://terminology.hl7.org/5.5.0/CodeSystem-organization-type.html#organization-type-pharmacy">pharmacy</a></td><td>Pharmacy</td><td>An organization focused on dispensing medications and offering pharmaceutical care.</td></tr><tr><td><a href="http://terminology.hl7.org/5.5.0/CodeSystem-organization-type.html#organization-type-health-information-network">health-information-network</a></td><td>Health Information Network</td><td>An organization focused on enabling the exchange and integration of health information among healthcare entities.</td></tr><tr><td><a href="http://terminology.hl7.org/5.5.0/CodeSystem-organization-type.html#organization-type-health-data-aggregator">health-data-aggregator</a></td><td>Health Data Aggregator</td><td>An organization focused on compiling health-related data from various sources.</td></tr></table></li></ul></div>
</text>
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="fhir"/>
</extension>
<url
value="http://hl7.org/fhir/smart-app-launch/ValueSet/user-access-category"/>
<version value="2.2.0"/>
<name value="UserAccessCategoryValueSet"/>
<title value="User Access Category Value Set"/>
<status value="active"/>
<experimental value="false"/>
<date value="2023-03-05T22:40:04-08:00"/>
<publisher value="HL7 International / FHIR Infrastructure"/>
<contact>
<name value="HL7 International / FHIR Infrastructure"/>
<telecom>
<system value="url"/>
<value value="http://www.hl7.org/Special/committees/fiwg"/>
</telecom>
<telecom>
<system value="email"/>
<value value="fhir@lists.HL7.org"/>
</telecom>
</contact>
<description
value="Categorizes a UserAccessBrand into high-level taxonomy"/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
<display value="World"/>
</coding>
</jurisdiction>
<compose>
<include>
<system
value="http://terminology.hl7.org/CodeSystem/organization-type"/>
<concept>
<code value="prov"/>
<display value="Healthcare Provider"/>
</concept>
<concept>
<code value="ins"/>
<display value="Insurance Company"/>
</concept>
<concept>
<code value="laboratory"/>
<display value="Laboratory"/>
</concept>
<concept>
<code value="imaging"/>
<display value="Imaging Center"/>
</concept>
<concept>
<code value="pharmacy"/>
<display value="Pharmacy"/>
</concept>
<concept>
<code value="health-information-network"/>
<display value="Health Information Network"/>
</concept>
<concept>
<code value="health-data-aggregator"/>
<display value="Health Data Aggregator"/>
</concept>
</include>
</compose>
</ValueSet>