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

FHIR IG Statistics: CodeSystem/ppr-provider-role-class-type

Packageca.on.phsd.r4-alpha
Resource TypeCodeSystem
Idppr-provider-role-class-type
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.phsd.r4-alpha@0.1.3&canonical=http://ontariohealth.ca/FHIR/CodeSystem/provider-role-class-type
URLhttp://ontariohealth.ca/FHIR/CodeSystem/provider-role-class-type
Version1.0.0
Statusactive
Date2019-10-23
NameProvider Role Class Type
DescriptionType of provider role class.
Contentcomplete

Resources that use this resource

ValueSet
provider-role-class-typeProviderRoleClassType

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "ppr-provider-role-class-type",
  "url": "http://ontariohealth.ca/FHIR/CodeSystem/provider-role-class-type",
  "version": "1.0.0",
  "name": "Provider Role Class Type",
  "status": "active",
  "date": "2019-10-23",
  "publisher": "Ontario Health",
  "description": "Type of provider role class.",
  "content": "complete",
  "concept": [
    {
      "code": "BS",
      "display": "Billing Specialty"
    },
    {
      "code": "HS",
      "display": "Health Support"
    },
    {
      "code": "RH",
      "display": "Regulated Health Professional"
    },
    {
      "code": "SP",
      "display": "Specialty"
    },
    {
      "code": "SS",
      "display": "Subspecialty"
    },
    {
      "code": "UH",
      "display": "Unregulated Health Professional"
    }
  ]
}