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

FHIR IG Statistics: CodeSystem/wait-time-range

Packageca.on.phsd.r4-alpha
Resource TypeCodeSystem
Idwait-time-range
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.phsd.r4-alpha@0.1.3&canonical=http://ontariohealth.ca/fhir/CodeSystem/wait-time-range
URLhttp://ontariohealth.ca/fhir/CodeSystem/wait-time-range
Version1.0.0
Statusdraft
Date2023-05-29T15:55:06.3613088+00:00
NameWaitTimeRange
TitleWait Time Range
DescriptionCodes indicate diaplay range of wait time
Contentcomplete

Resources that use this resource

ValueSet
wait-time-rangeWait Time Range

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "wait-time-range",
  "url": "http://ontariohealth.ca/fhir/CodeSystem/wait-time-range",
  "version": "1.0.0",
  "name": "WaitTimeRange",
  "title": "Wait Time Range",
  "status": "draft",
  "experimental": false,
  "date": "2023-05-29T15:55:06.3613088+00:00",
  "publisher": "Ontario Health",
  "description": "Codes indicate diaplay range of wait time",
  "content": "complete",
  "count": 5,
  "concept": [
    {
      "code": "0-2",
      "display": "less than 2 weeks"
    },
    {
      "code": "2-4",
      "display": "2 to 4 weeks"
    },
    {
      "code": "4-6",
      "display": "4 to 6 weeks"
    },
    {
      "code": "6-8",
      "display": "6 to 8 weeks"
    },
    {
      "code": "+ 8",
      "display": "More than 8 weeks"
    }
  ]
}