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

Active as of 2023-03-05

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "user-access-category"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<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>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "fhir" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/smart-app-launch/ValueSet/user-access-category"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.2.0"] ; # 
  fhir:name [ fhir:v "UserAccessCategoryValueSet"] ; # 
  fhir:title [ fhir:v "User Access Category Value Set"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-03-05T22:40:04-08:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International / FHIR Infrastructure" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fhir@lists.HL7.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Categorizes a UserAccessBrand into high-level taxonomy"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "prov" ] ;
fhir:display [ fhir:v "Healthcare Provider" ]       ] [
fhir:code [ fhir:v "ins" ] ;
fhir:display [ fhir:v "Insurance Company" ]       ] [
fhir:code [ fhir:v "laboratory" ] ;
fhir:display [ fhir:v "Laboratory" ]       ] [
fhir:code [ fhir:v "imaging" ] ;
fhir:display [ fhir:v "Imaging Center" ]       ] [
fhir:code [ fhir:v "pharmacy" ] ;
fhir:display [ fhir:v "Pharmacy" ]       ] [
fhir:code [ fhir:v "health-information-network" ] ;
fhir:display [ fhir:v "Health Information Network" ]       ] [
fhir:code [ fhir:v "health-data-aggregator" ] ;
fhir:display [ fhir:v "Health Data Aggregator" ]       ] )     ] )
  ] . #