FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.infoway.io.ca-csd
Resource TypeCodeSystem
Idcodesystem-current-wait-time.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.infoway.io.ca-csd@1.1.2-dft-preBallot&canonical=http://fhir.infoway-inforoute.ca/io/CA-CSD/CodeSystem/current-wait-time
URLhttp://fhir.infoway-inforoute.ca/io/CA-CSD/CodeSystem/current-wait-time
Statusdraft
NameCurrentWaitTime
TitleCurrent Wait Time
Authoritynational
DescriptionContains codes required by the Service directory utilizing the extension to ensure that it captures whether the wait-time being reported is automatically generated or self-reported for each service.
Contentcomplete

Resources that use this resource

ValueSet
current-wait-timeCurrent Wait Time

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "id": "current-wait-time",
  "url": "http://fhir.infoway-inforoute.ca/io/CA-CSD/CodeSystem/current-wait-time",
  "name": "CurrentWaitTime",
  "title": "Current Wait Time",
  "status": "draft",
  "experimental": false,
  "publisher": "Canada Health Infoway",
  "description": "Contains codes required by the Service directory utilizing the extension to ensure that it captures whether the wait-time being reported is automatically generated or self-reported for each service.",
  "content": "complete",
  "concept": [
    {
      "code": "sys",
      "display": "System reported wait-time",
      "definition": "Estimated wait-time for a healthcare service based on historic (time-series) data, generated and reported."
    },
    {
      "code": "pat",
      "display": "Patient self-reported wait-time",
      "definition": "Patient self-reported wait-time for service (optional)."
    },
    {
      "code": "pro",
      "display": "Service provider self-reported wait-time",
      "definition": "Service provider reported wait-time for the service(s) they are providing. Could be based for each location, practitioner, and/or location based too."
    }
  ]
}