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

FHIR IG analytics

Packageca.on.oh-ereferral-econsult
Resource TypeStructureDefinition
Idext-DoNotRoute.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
      }
    ]
  }
}