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

FHIR IG Statistics: StructureDefinition/ext-DoNotRoute

Packageca.on.oh.erec
Resource TypeStructureDefinition
Idext-DoNotRoute
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.erec@0.12.0-projectathon1.0.2&canonical=http://ehealthontario.ca/fhir/StructureDefinition/ext-DoNotRoute
URLhttp://ehealthontario.ca/fhir/StructureDefinition/ext-DoNotRoute
Statusdraft
NameDoNotRoute
Realmca
Authoritynational
DescriptionIf true, indicates that a service request is to bypass automated routing / matching rules
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-DoNotRoute",
  "name": "DoNotRoute",
  "status": "draft",
  "description": "If true, indicates that a service request is to bypass automated routing / matching rules",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "ServiceRequest"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ehealthontario.ca/fhir/StructureDefinition/ext-DoNotRoute"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "Do not route indicator",
        "definition": "If true, the service request is not to be routed according to automated matching / routing rules",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "meaningWhenMissing": "Routing / matching rules are to be applied as per usual if this is not present"
      }
    ]
  }
}