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

FHIR IG Statistics: ValueSet/ProviderRoleStatusType-provider

Packageca.on.phsd.r4-alpha
TypeValueSet
IdProviderRoleStatusType-provider
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.phsd.r4-alpha@0.1.3&canonical=http://ontariohealth.ca/fhir/ValueSet/provider-role-status-type
URLhttp://ontariohealth.ca/fhir/ValueSet/provider-role-status-type
Version1.0.0
Statusdraft
NameProviderRoleStatusType
DescriptionStatus of provider role as received from the data source (e.g. MOH, CNO, CPSO, etc). Used as one of the parameters to define active/inactive role status of a provider (see RoleStatus).

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
provider-role-status-typeProvider Role Status Type

Narrative

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

Value Set Contents

This value set contains 3 concepts

All codes from system http://ehealthontario.ca/fhir/CodeSystem/ppr-provider-role-status-type

CodeDisplay
AActive
ALActive with Limit.
IInactive

Source

{
  "resourceType": "ValueSet",
  "id": "ProviderRoleStatusType-provider",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ontariohealth.ca/fhir/ValueSet/provider-role-status-type",
  "version": "1.0.0",
  "name": "ProviderRoleStatusType",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "Status of provider role as received from the data source (e.g. MOH, CNO, CPSO, etc). Used as one of the parameters to define active/inactive role status of a provider (see RoleStatus).",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://ontariohealth.ca/fhir/CodeSystem/provider-role-status-type",
        "concept": [
          {
            "code": "11",
            "display": "Unrestricted"
          },
          {
            "code": "12",
            "display": "Special Class Lic"
          },
          {
            "code": "21",
            "display": "Group Practice Only"
          },
          {
            "code": "22",
            "display": "Retired"
          },
          {
            "code": "23",
            "display": "Deceased"
          },
          {
            "code": "24",
            "display": "Moved or Other"
          },
          {
            "code": "25",
            "display": "Moved QC MB  USA"
          },
          {
            "code": "27",
            "display": "Under MOH Review"
          },
          {
            "code": "28",
            "display": "Return Mail"
          },
          {
            "code": "30",
            "display": "Licence Suspended"
          },
          {
            "code": "31",
            "display": "Ineligible Bill OHIP"
          },
          {
            "code": "41",
            "display": "Referral Only"
          },
          {
            "code": "42",
            "display": "Another Num Assigned"
          },
          {
            "code": "43",
            "display": "Referral NoFFS Bil50"
          },
          {
            "code": "A",
            "display": "Active"
          },
          {
            "code": "AL",
            "display": "Active with Limit."
          },
          {
            "code": "I",
            "display": "Inactive"
          }
        ]
      }
    ]
  }
}