FHIR IG Statistics: ValueSet/user-access-category
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/organization-type
Code | Display | Definition |
prov | Healthcare Provider | An organization that provides healthcare services. |
ins | Insurance Company | A company that provides insurance to its subscribers that may include healthcare related policies. |
laboratory | Laboratory | An organization that conducts medical tests. |
imaging | Imaging Center | An organization specialized in providing diagnostic imaging services. |
pharmacy | Pharmacy | An organization focused on dispensing medications and offering pharmaceutical care. |
health-information-network | Health Information Network | An organization focused on enabling the exchange and integration of health information among healthcare entities. |
health-data-aggregator | Health Data Aggregator | An 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"
}
]
}
]
}
}