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

Active as of 2023-03-05

Raw json | Download


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