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

FHIR IG Statistics: ValueSet/wait-time-type

Packageca.on.phsd.r4-alpha
Resource TypeValueSet
Idwait-time-type
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.phsd.r4-alpha@0.1.3&canonical=http://ontariohealth.ca/fhir/ValueSet/wait-time-type
URLhttp://ontariohealth.ca/fhir/ValueSet/wait-time-type
Version1.0.0
Statusdraft
NameWaitTimeType
TitleWait Time Type
DescriptionCode indicates the type of patients wait time.

Resources that use this resource

StructureDefinition
ca-on-phsd-ext-wait-timesWaitTimesExtension

Resources that this resource uses

CodeSystem
wait-time-typeWait Time Type

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "wait-time-type",
  "url": "http://ontariohealth.ca/fhir/ValueSet/wait-time-type",
  "version": "1.0.0",
  "name": "WaitTimeType",
  "title": "Wait Time Type",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "Code indicates the type of patients wait time.",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://ontariohealth.ca/fhir/CodeSystem/wait-time-type",
        "concept": [
          {
            "code": "w1",
            "display": "Wait1 (Patient waiting for the first consultation with a clinician)"
          },
          {
            "code": "w2",
            "display": "Wait2 (Patient waiting for the procedure)"
          },
          {
            "code": "srw1",
            "display": "Provider self-reported wait1 (Patient waiting for the first consultation with a clinician)"
          },
          {
            "code": "srw2",
            "display": "Provider self-repoerted wait2 (Patient waiting for the procedure)"
          }
        ]
      }
    ]
  }
}