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

FHIR IG Statistics: ValueSet/wait-time-range

Packageca.on.phsd.r4-alpha
Resource TypeValueSet
Idwait-time-range
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.phsd.r4-alpha@0.1.3&canonical=http://ontariohealth.ca/fhir/ValueSet/wait-time-range
URLhttp://ontariohealth.ca/fhir/ValueSet/wait-time-range
Version1.0.0
Statusdraft
NameWaitTimeRange
TitleWait Time Range
DescriptionCodes indicate diaplay range of wait time

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
wait-time-rangeWait Time Range

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "wait-time-range",
  "url": "http://ontariohealth.ca/fhir/ValueSet/wait-time-range",
  "version": "1.0.0",
  "name": "WaitTimeRange",
  "title": "Wait Time Range",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "Codes indicate diaplay range of wait time",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://ontariohealth.ca/fhir/CodeSystem/wait-time-range",
        "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"
          }
        ]
      }
    ]
  }
}