SMART App Launch
2.2.0 - STU 2.2 International flag

SMART App Launch, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 2.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/smart-app-launch/ and changes regularly. See the Directory of published versions

: User Access Category Value Set - XML Representation

Active as of 2023-03-05

Raw xml | Download



<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>