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

FHIR IG analytics

Packageca.infoway.io.ca-ext-reg
Resource TypeStructureDefinition
IdCurrentWaitTime.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.infoway.io.ca-ext-reg@0.0.3-beta-1&canonical=http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/healthcareService-currentWaitTime
URLhttp://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/healthcareService-currentWaitTime
Version1.1.0
Statusdraft
NameHealthcareServiceCurrentWaitTime
TitleHealthcareService Current WaitTime
DescriptionThis extension describes the expected wait-time of a service to the patient. Service directory utilizes the extension to ensure that there are automatically generated expected wait-time and self-reported wait-time provided for each service, alongside how long the patient is expected to be on a wait list (i.e. days/weeks/months) for that service.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
CA-CSD-HealthcareServiceHealthcareService

Resources that this resource uses

ValueSet
current-wait-timeCurrent Wait Time

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "healthcareService-currentWaitTime",
  "url": "http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/healthcareService-currentWaitTime",
  "name": "HealthcareServiceCurrentWaitTime",
  "title": "HealthcareService Current WaitTime",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "https://canadapost.ca/CodeSystem/ProvinceCodes",
          "code": "AB"
        },
        {
          "system": "https://canadapost.ca/CodeSystem/ProvinceCodes",
          "code": "ON"
        },
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CA"
        }
      ]
    }
  ],
  "status": "draft",
  "version": "1.1.0",
  "description": "This extension describes the expected wait-time of a service to the patient. Service directory utilizes the extension to ensure that there are automatically generated expected wait-time and self-reported wait-time provided for each service, alongside how long the patient is expected to be on a wait list (i.e. days/weeks/months) for that service.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "HealthcareService.type"
    },
    {
      "type": "element",
      "expression": "HealthcareService.category"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.extension:waitType",
        "path": "Extension.extension",
        "sliceName": "waitType",
        "definition": "Types include “Expected wait-time” (calculated through information provided in elements below by the system) or “Self-reported wait-time” (provided by the healthcare service provider/patient)​."
      },
      {
        "id": "Extension.extension:waitType.url",
        "path": "Extension.extension.url",
        "fixedUri": "waitType"
      },
      {
        "id": "Extension.extension:waitType.value[x]",
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "extensible",
          "description": "Types include “Expected wait-time” (calculated through information provided in elements below by the system) or “Self-reported wait-time” (provided by the healthcare service provider/patient)​.",
          "valueSet": "http://fhir.infoway-inforoute.ca/io/CA-CSD/ValueSet/current-wait-time"
        }
      },
      {
        "id": "Extension.extension:duration",
        "path": "Extension.extension",
        "sliceName": "duration",
        "definition": "In expected number of days/weeks/months or in range covering the duration​."
      },
      {
        "id": "Extension.extension:duration.url",
        "path": "Extension.extension.url",
        "fixedUri": "duration"
      },
      {
        "id": "Extension.extension:duration.value[x]",
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "Duration"
          }
        ]
      },
      {
        "id": "Extension.extension:priority",
        "path": "Extension.extension",
        "sliceName": "priority",
        "definition": "Priority status (if-available), used to escalate patient need for eReferral/eConsult​​."
      },
      {
        "id": "Extension.extension:priority.url",
        "path": "Extension.extension.url",
        "fixedUri": "priority"
      },
      {
        "id": "Extension.extension:priority.value[x]",
        "path": "Extension.extension.value[x]",
        "code": [
          {
            "code": "priority",
            "display": "priority"
          }
        ],
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/healthcareService-currentWaitTime"
      }
    ]
  }
}