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

FHIR IG Statistics: ValueSet/SERVICE-REQUEST-PRIORITY

Packageca.on.health.idms
Resource TypeValueSet
IdSERVICE-REQUEST-PRIORITY
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=ca.on.health.idms@1.0.9&canonical=https://health.gov.on.ca/idms/fhir/ValueSet/Request-Priority
URLhttps://health.gov.on.ca/idms/fhir/ValueSet/Request-Priority
Version1.0.0
Statusactive
Date2025-01-28
NameRequestPriority
TitleRequest Priority
DescriptionThese are a subset of priorities. They only contain the ones used by IDMS.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
request-priorityRequestPriority

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "SERVICE-REQUEST-PRIORITY",
  "meta": {
    "versionId": "5",
    "lastUpdated": "2025-01-28T13:53:16.420+00:00",
    "source": "#29ade14953c323785c5d8c68ea56a5bb"
  },
  "url": "https://health.gov.on.ca/idms/fhir/ValueSet/Request-Priority",
  "version": "1.0.0",
  "name": "RequestPriority",
  "title": "Request Priority",
  "status": "active",
  "experimental": false,
  "date": "2025-01-28",
  "publisher": "IDMS",
  "description": "These are a subset of priorities.  They only contain the ones used by IDMS.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/request-priority",
        "version": "1.0.0",
        "concept": [
          {
            "code": "routine",
            "display": "Routine"
          },
          {
            "code": "urgent",
            "display": "Urgent"
          }
        ]
      }
    ]
  }
}