FHIR IG Statistics: ValueSet/ProviderRoleClassType-provider
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Value Set Contents
This value set contains 6 concepts
All codes from system http://ehealthontario.ca/FHIR/CodingSystem/ppr-provider-role-class-type
Code | Display |
BS | Billing Specialty |
HS | Health Support |
RH | RH Profession |
SP | Specialty |
SS | Subspecialty |
UH | UH Profession |
Source
{
"resourceType": "ValueSet",
"id": "ProviderRoleClassType-provider",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://ontariohealth.ca/FHIR/ValueSet/provider-role-class-type",
"version": "1.0.0",
"name": "ProviderRoleClassType",
"status": "draft",
"publisher": "Ontario Health",
"description": "Type of provider role class.",
"immutable": false,
"compose": {
"include": [
{
"system": "http://ontariohealth.ca/FHIR/CodeSystem/provider-role-class-type",
"concept": [
{
"code": "BS",
"display": "Billing Specialty"
},
{
"code": "HS",
"display": "Health Support"
},
{
"code": "RH",
"display": "Regulated Health Profession"
},
{
"code": "SP",
"display": "Specialty"
},
{
"code": "SS",
"display": "Subspecialty"
},
{
"code": "UH",
"display": "Unregulated Health Profession"
}
]
}
]
}
}