FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/user-access-category

Packagehl7.fhir.uv.smart-app-launch
TypeValueSet
Iduser-access-category
FHIR VersionR4
Sourcehttp://hl7.org/fhir/smart-app-launch/https://build.fhir.org/ig/HL7/smart-app-launch/ValueSet-user-access-category.html
URLhttp://hl7.org/fhir/smart-app-launch/ValueSet/user-access-category
Version2.2.0
Statusactive
Date2023-03-05T22:40:04-08:00
NameUserAccessCategoryValueSet
TitleUser Access Category Value Set
Realmuv
Authorityhl7
DescriptionCategorizes a UserAccessBrand into high-level taxonomy

Resources that use this resource

StructureDefinition
user-access-brandUser Access Brand (Organization) Profile

Resources that this resource uses

CodeSystem
organization-typeOrganization type
organization-typeOrganization type

Narrative

Note: links and images are rebased to the (stated) source

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/organization-type
    CodeDisplayDefinition
    provHealthcare ProviderAn organization that provides healthcare services.
    insInsurance CompanyA company that provides insurance to its subscribers that may include healthcare related policies.
    laboratoryLaboratoryAn organization that conducts medical tests.
    imagingImaging CenterAn organization specialized in providing diagnostic imaging services.
    pharmacyPharmacyAn organization focused on dispensing medications and offering pharmaceutical care.
    health-information-networkHealth Information NetworkAn organization focused on enabling the exchange and integration of health information among healthcare entities.
    health-data-aggregatorHealth Data AggregatorAn organization focused on compiling health-related data from various sources.

Source

{
  "resourceType": "ValueSet",
  "id": "user-access-category",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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"
          }
        ]
      }
    ]
  }
}