FHIR IG Statistics: ValueSet/wait-time-type
Resources that use this resource
Resources that this resource uses
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)"
}
]
}
]
}
}