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

FHIR IG Statistics: StructureDefinition/ext-routed-to-central-hub-TO-BE-REMOVED

Packageca.on.oh.erec
Resource TypeStructureDefinition
Idext-routed-to-central-hub-TO-BE-REMOVED
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.erec@0.12.0-projectathon1.0.2&canonical=http://ehealthontario.ca/fhir/StructureDefinition/ext-routed-to-central-hub
URLhttp://ehealthontario.ca/fhir/StructureDefinition/ext-routed-to-central-hub
Statusdraft
NameRoutedToCentralHub
Realmca
Authoritynational
DescriptionIndicates a directed referral was routed to a Central Intake Hub for matching / routing
TypeExtension
Kindcomplex-type

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://ehealthontario.ca/fhir/StructureDefinition/ext-routed-to-central-hub",
  "name": "RoutedToCentralHub",
  "status": "draft",
  "description": "Indicates a directed referral was routed to a Central Intake Hub for matching / routing",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Communication"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ehealthontario.ca/fhir/StructureDefinition/ext-routed-to-central-hub"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "Routed to Central Hub Indicator",
        "definition": "Indicates if a directed referral request was routed to a Central Intake Hub for matching / routing",
        "min": 1,
        "type": [
          {
            "code": "boolean"
          }
        ],
        "meaningWhenMissing": "When missing, there is no change to the routing of directed referrals",
        "mustSupport": true
      }
    ]
  }
}