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

FHIR IG Statistics: CodeSystem/IDMS-CODESYSTEM-REVIEWER-TYPE

Packageca.on.health.idms
Resource TypeCodeSystem
IdIDMS-CODESYSTEM-REVIEWER-TYPE
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=ca.on.health.idms@1.0.9&canonical=https://health.gov.on.ca/idms/fhir/CodeSystem/IDMS-CODESYSTEM-REVIEWER-TYPE
URLhttps://health.gov.on.ca/idms/fhir/CodeSystem/IDMS-CODESYSTEM-REVIEWER-TYPE
Version1.0.0
Statusactive
Date2025-01-28
NameIDMS-Reviewer-Type
TitleReviewer Type
DescriptionThis contains a list of reviewer types.
Contentcomplete

Resources that use this resource

ValueSet
REVIEWER-TYPE-ACTIVEReviewer Type (Active Only)
REVIEWER-TYPE-ALLReviewer Type

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "IDMS-CODESYSTEM-REVIEWER-TYPE",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2025-01-28T14:07:03.010+00:00",
    "source": "#fe22185311a24cd3c89fbde8a09be5e9"
  },
  "url": "https://health.gov.on.ca/idms/fhir/CodeSystem/IDMS-CODESYSTEM-REVIEWER-TYPE",
  "version": "1.0.0",
  "name": "IDMS-Reviewer-Type",
  "title": "Reviewer Type",
  "status": "active",
  "date": "2025-01-28",
  "publisher": "IDMS",
  "description": "This contains a list of reviewer types.",
  "content": "complete",
  "property": [
    {
      "code": "inactive",
      "uri": "http://hl7.org/fhir/concept-properties#inactive",
      "type": "boolean"
    }
  ],
  "concept": [
    {
      "code": "CONSULTANT",
      "display": "Consultant"
    },
    {
      "code": "CED-MEMBER",
      "display": "CED Member"
    },
    {
      "code": "OSCCD-MEMBER",
      "display": "OSCCD Member"
    },
    {
      "code": "DRUG",
      "display": "Drug(Inactive)",
      "property": [
        {
          "code": "inactive",
          "valueBoolean": true
        }
      ]
    },
    {
      "code": "OTHER",
      "display": "Other",
      "property": [
        {
          "code": "inactive",
          "valueBoolean": true
        }
      ]
    }
  ]
}