PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.cql@3.0.0-ballot
    http://hl7.org/fhir/uv/cql/OperationDefinition/cql-resolve-namespace
{
  "description": "Resolves the given namespace name to a namespace uri. For libraries published in FHIR NPM packages, the namespace name corresponds to the FHIR NPM packageId (and the `packageId` element of the ImplementationGuide resource), and the uri corresponds to the base canonical for the FHIR NPM package. For example, the namespace name for the Using CQL With FHIR implementation guide (this IG) is `hl7.fhir.uv.cql`, and the namespace uri is `http://hl7.org/fhir/uv/cql`.\\n\\nA package feed is one way to populate this mapping of namespace names to namespace URIs, but it is not the only way. A repository could potentially provide other ways to create this mapping.",
  "_filename": "OperationDefinition-cql-resolve-namespace.json",
  "package_name": "hl7.fhir.uv.cql",
  "date": "2026-08-11",
  "system": true,
  "publisher": "HL7 International / Clinical Decision Support",
  "instance": false,
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "World"
    } ]
  } ],
  "purpose": "This operation is defined to support resolving namespaces used in CQL libraries.",
  "name": "CQLResolveNamespace",
  "type": "false",
  "experimental": "false",
  "resourceType": "OperationDefinition",
  "title": "CQL Resolve Namespace",
  "package_version": "3.0.0-ballot",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 1
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "cds"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "trial-use"
  } ],
  "status": "active",
  "id": "8770b5b7-7f1f-4203-b2bb-f1b4fbde089d",
  "affectsState": false,
  "kind": "operation",
  "url": "http://hl7.org/fhir/uv/cql/OperationDefinition/cql-resolve-namespace",
  "code": "resolve-namespace",
  "version": "3.0.0-ballot",
  "contact": [ {
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/dss",
      "system": "url"
    } ]
  } ],
  "parameter": [ {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "name",
    "type": "string",
    "documentation": "The name of the namespace as used in CQL declarations (e.g. hl7.fhir.uv.cql). For libraries published in FHIR NPM packages, this corresponds to the FHIR NPM packageId (and the `packageId` element of the ImplementationGuide resource)."
  }, {
    "max": "1",
    "min": 1,
    "use": "out",
    "name": "return",
    "type": "uri",
    "documentation": "The uri of the namespace with the given name (e.g. http://hl7.org/fhir/uv/cql). For libraries published in FHIR NPM packages, this corresponds to the baseCanonical of the FHIR NPM package."
  } ]
}