FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.smart-app-launch.r4b
Resource TypeValueSet
IdValueSet-user-access-category.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


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.

Source1

{
  "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"
          }
        ]
      }
    ]
  }
}