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

FHIR IG Statistics: StructureDefinition/CDSHookServiceRequestExtensionRequestConfig

Packagehl7.fhir.us.davinci-crd
Resource TypeStructureDefinition
IdCDSHookServiceRequestExtensionRequestConfig
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/davinci-crd/https://build.fhir.org/ig/HL7/davinci-crd/StructureDefinition-CDSHookServiceRequestExtensionRequestConfig.html
URLhttp://hl7.org/fhir/us/davinci-crd/StructureDefinition/CDSHookServiceRequestExtensionRequestConfig
Version2.2.0-ballot
Statusactive
Date2025-07-24T20:02:44+00:00
NameCDSHookServiceRequestExtensionRequestConfig
TitleCDS Hooks Service Request Configuration Extension
Realmus
Authorityhl7
DescriptionAllows passing configuration parameters when invoking a card
Typehttp://hl7.org/fhir/us/davinci-crd/StructureDefinition/CDSHookServiceRequestExtensionRequestConfig
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

ValueSet
cardTypeCRD Card Types Value Set

Narrative

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

Generated Narrative: StructureDefinition CDSHookServiceRequestExtensionRequestConfig

NameFlagsCard.TypeDescription & Constraintsdoco
.. CDSHookServiceRequestExtensionRequestConfig 0..*BaseConfig value passed to service
JSON Property Name for Type: davinci-crd.configuration
JSON: Represented as a single JSON Object with named properties using the value of the code child as the key
... code 1..1codeIdentifies the setting configuration when hook is invoked
Binding: CRD Card Types Value Set (extensible)
... value 1..1integer, booleanThe value of the config option
JSON: The type of this element is inferred from the JSON type in the instance

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "CDSHookServiceRequestExtensionRequestConfig",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fm"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 4,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/davinci-crd/ImplementationGuide/davinci-crd"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/davinci-crd/ImplementationGuide/davinci-crd"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/davinci-crd/StructureDefinition/CDSHookServiceRequestExtensionRequestConfig",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.18.42.20"
    }
  ],
  "version": "2.2.0-ballot",
  "name": "CDSHookServiceRequestExtensionRequestConfig",
  "title": "CDS Hooks Service Request Configuration Extension",
  "status": "active",
  "experimental": false,
  "date": "2025-07-24T20:02:44+00:00",
  "publisher": "HL7 International / Financial Management",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fm"
        }
      ]
    }
  ],
  "description": "Allows passing configuration parameters when invoking a card",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "CDSHooksRequest.extension"
    }
  ],
  "type": "http://hl7.org/fhir/us/davinci-crd/StructureDefinition/CDSHookServiceRequestExtensionRequestConfig",
  "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": "CDSHookServiceRequestExtensionRequestConfig",
        "extension": [
          {
            "url": "http://hl7.org/fhir/tools/StructureDefinition/json-name",
            "valueString": "davinci-crd.configuration"
          },
          {
            "url": "http://hl7.org/fhir/tools/StructureDefinition/json-property-key",
            "valueCode": "code"
          }
        ],
        "path": "CDSHookServiceRequestExtensionRequestConfig",
        "short": "Config value passed to service",
        "definition": "A configuration parameter passed to the CRD decision support service",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "CDSHookServiceRequestExtensionRequestConfig.code",
        "path": "CDSHookServiceRequestExtensionRequestConfig.code",
        "short": "Identifies the setting configuration when hook is invoked",
        "definition": "A code that will be used when setting configuration during hook invocation, and has an (extensible) binding to the CRD Card Types ValueSet.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "CDSHookServiceRequestExtensionRequestConfig.code",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSet": "http://hl7.org/fhir/us/davinci-crd/ValueSet/cardType"
        }
      },
      {
        "id": "CDSHookServiceRequestExtensionRequestConfig.value",
        "extension": [
          {
            "url": "http://hl7.org/fhir/tools/StructureDefinition/json-primitive-choice",
            "valueBoolean": true
          }
        ],
        "path": "CDSHookServiceRequestExtensionRequestConfig.value",
        "short": "The value of the config option",
        "definition": "The value of the config option",
        "min": 1,
        "max": "1",
        "base": {
          "path": "CDSHookServiceRequestExtensionRequestConfig.value",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "integer"
          },
          {
            "code": "boolean"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "CDSHookServiceRequestExtensionRequestConfig",
        "extension": [
          {
            "url": "http://hl7.org/fhir/tools/StructureDefinition/json-name",
            "valueString": "davinci-crd.configuration"
          },
          {
            "url": "http://hl7.org/fhir/tools/StructureDefinition/json-property-key",
            "valueCode": "code"
          }
        ],
        "path": "CDSHookServiceRequestExtensionRequestConfig",
        "short": "Config value passed to service",
        "definition": "A configuration parameter passed to the CRD decision support service",
        "max": "*"
      },
      {
        "id": "CDSHookServiceRequestExtensionRequestConfig.code",
        "path": "CDSHookServiceRequestExtensionRequestConfig.code",
        "short": "Identifies the setting configuration when hook is invoked",
        "definition": "A code that will be used when setting configuration during hook invocation, and has an (extensible) binding to the CRD Card Types ValueSet.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSet": "http://hl7.org/fhir/us/davinci-crd/ValueSet/cardType"
        }
      },
      {
        "id": "CDSHookServiceRequestExtensionRequestConfig.value",
        "extension": [
          {
            "url": "http://hl7.org/fhir/tools/StructureDefinition/json-primitive-choice",
            "valueBoolean": true
          }
        ],
        "path": "CDSHookServiceRequestExtensionRequestConfig.value",
        "short": "The value of the config option",
        "definition": "The value of the config option",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          },
          {
            "code": "boolean"
          }
        ]
      }
    ]
  }
}