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

FHIR IG analytics

Packagehl7.fhir.uv.tools.r3
Resource TypeStructureDefinition
IdStructureDefinition-CDSHookOrderDispatchContext.json
FHIR VersionR3

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",
  "id": "CDSHookOrderDispatchContext",
  "language": "en",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/json-suppress-resourcetype",
      "valueBoolean": true
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status-reason",
      "valueCode": "Logical Models that have been modified for R3 are still draft while real-world experience is collected"
    }
  ],
  "url": "http://hl7.org/fhir/tools/StructureDefinition/CDSHookOrderDispatchContext",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.1.42.73"
    }
  ],
  "version": "1.1.2",
  "name": "CDSHookOrderDispatchContext",
  "title": "CDS Hooks Specific Context for order-dispatch (Logical Definition)",
  "status": "active",
  "experimental": false,
  "date": "2026-03-24T11:13:30+11:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "This structure is defined to allow the FHIR Validator to validate a CDSHooks order-dispatch context. TODO: This content will be moved to the CDS Hooks specification in the future",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "fhirVersion": "3.0.2",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://hl7.org/fhir/tools/StructureDefinition/CDSHookOrderDispatchContext",
  "baseDefinition": "http://hl7.org/fhir/tools/StructureDefinition/CDSHookContext",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "1.1.2"
      }
    ],
    "element": [
      {
        "id": "CDSHookOrderDispatchContext",
        "path": "CDSHookOrderDispatchContext",
        "short": "The context for the order-dispatch hook",
        "definition": "The context (hook specific)",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "CDSHookOrderDispatchContext.patientId",
        "path": "CDSHookOrderDispatchContext.patientId",
        "short": "The FHIR Patient.id of the current patient in context",
        "definition": "The FHIR Patient.id of the current patient in context",
        "min": 1,
        "max": "1",
        "base": {
          "path": "CDSHookOrderDispatchContext.patientId",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "id"
          }
        ]
      },
      {
        "id": "CDSHookOrderDispatchContext.dispatchedOrders",
        "extension": [
          {
            "url": "http://hl7.org/fhir/tools/StructureDefinition/id-expectation",
            "valueCode": "optional"
          }
        ],
        "path": "CDSHookOrderDispatchContext.dispatchedOrders",
        "short": "FHIR Bundle of Request resources",
        "definition": "Collection of the FHIR local references for the Request resource(s) for which fulfillment is sought E.g. `ServiceRequest/123`",
        "min": 1,
        "max": "*",
        "base": {
          "path": "CDSHookOrderDispatchContext.dispatchedOrders",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "CDSHookOrderDispatchContext.performer",
        "path": "CDSHookOrderDispatchContext.performer",
        "short": "Who orders are dispatched to in form [ResourceType]/[ResourceId]",
        "definition": "The FHIR local reference for the Practitioner, PractitionerRole, Organization, CareTeam, etc. who is being asked to execute the order. E.g. `Practitioner/456`",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CDSHookOrderDispatchContext.performer",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "uri"
          }
        ]
      },
      {
        "id": "CDSHookOrderDispatchContext.fulfillmentTasks",
        "extension": [
          {
            "url": "http://hl7.org/fhir/tools/StructureDefinition/id-expectation",
            "valueCode": "optional"
          }
        ],
        "path": "CDSHookOrderDispatchContext.fulfillmentTasks",
        "short": "FHIR Bundle of Task resources",
        "definition": "FHIR Bundle of Task resources",
        "min": 0,
        "max": "*",
        "base": {
          "path": "CDSHookOrderDispatchContext.fulfillmentTasks",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Resource",
            "profile": "http://hl7.org/fhir/StructureDefinition/Task"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "CDSHookOrderDispatchContext",
        "path": "CDSHookOrderDispatchContext",
        "short": "The context for the order-dispatch hook"
      },
      {
        "id": "CDSHookOrderDispatchContext.patientId",
        "path": "CDSHookOrderDispatchContext.patientId",
        "short": "The FHIR Patient.id of the current patient in context",
        "definition": "The FHIR Patient.id of the current patient in context",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ]
      },
      {
        "id": "CDSHookOrderDispatchContext.dispatchedOrders",
        "extension": [
          {
            "url": "http://hl7.org/fhir/tools/StructureDefinition/id-expectation",
            "valueCode": "optional"
          }
        ],
        "path": "CDSHookOrderDispatchContext.dispatchedOrders",
        "short": "FHIR Bundle of Request resources",
        "definition": "Collection of the FHIR local references for the Request resource(s) for which fulfillment is sought E.g. `ServiceRequest/123`",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "CDSHookOrderDispatchContext.performer",
        "path": "CDSHookOrderDispatchContext.performer",
        "short": "Who orders are dispatched to in form [ResourceType]/[ResourceId]",
        "definition": "The FHIR local reference for the Practitioner, PractitionerRole, Organization, CareTeam, etc. who is being asked to execute the order. E.g. `Practitioner/456`",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ]
      },
      {
        "id": "CDSHookOrderDispatchContext.fulfillmentTasks",
        "extension": [
          {
            "url": "http://hl7.org/fhir/tools/StructureDefinition/id-expectation",
            "valueCode": "optional"
          }
        ],
        "path": "CDSHookOrderDispatchContext.fulfillmentTasks",
        "short": "FHIR Bundle of Task resources",
        "definition": "FHIR Bundle of Task resources",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource",
            "profile": "http://hl7.org/fhir/StructureDefinition/Task"
          }
        ]
      }
    ]
  }
}