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

FHIR IG analytics

Packagehl7.fhir.uv.cds-hooks
Resource TypeStructureDefinition
IdStructureDefinition-CDSHookContext.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/cds-hooks/StructureDefinition-CDSHookContext.html
URLhttp://cds-hooks.hl7.org/StructureDefinition/CDSHookContext
Version3.0.0-ballot
Statusdraft
Date2026-06-24T14:14:29+00:00
NameCDSHookContext
TitleCDS Hook Specific Context (Logical Definition)
Realmuv
Authorityhl7
DescriptionThis structure is defined to allow the FHIR Validator to validate a CDSHooks Request Context.
Typehttp://cds-hooks.hl7.org/StructureDefinition/CDSHookContext
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition CDSHookContext

NameFlagsCard.TypeDescription & Constraintsdoco
.. CDSHookContext 0..*BaseThe context (hook specific)

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "CDSHookContext",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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": "cds"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://cds-hooks.hl7.org/ImplementationGuide/hl7.fhir.uv.cds-hooks"
          }
        ]
      }
    }
  ],
  "url": "http://cds-hooks.hl7.org/StructureDefinition/CDSHookContext",
  "version": "3.0.0-ballot",
  "name": "CDSHookContext",
  "title": "CDS Hook Specific Context (Logical Definition)",
  "status": "draft",
  "experimental": true,
  "date": "2026-06-24T14:14:29+00:00",
  "publisher": "Clinical Decision Support WG",
  "contact": [
    {
      "name": "Clinical Decision Support WG",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss/index.cfm"
        },
        {
          "system": "email",
          "value": "cds@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "This structure is defined to allow the FHIR Validator to validate a CDSHooks Request Context.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://cds-hooks.hl7.org/StructureDefinition/CDSHookContext",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "element": [
      {
        "id": "CDSHookContext",
        "path": "CDSHookContext",
        "short": "The context (hook specific)",
        "definition": "The context (hook specific)",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "CDSHookContext",
        "path": "CDSHookContext",
        "short": "The context (hook specific)",
        "definition": "The context (hook specific)"
      }
    ]
  }
}