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

FHIR IG Statistics: CapabilityStatement/IHE.CCG.GuidelineEngine

Packageihe.qrph.ccg
TypeCapabilityStatement
IdIHE.CCG.GuidelineEngine
FHIR VersionR4
Sourcehttps://profiles.ihe.net/QRPH/CCG/https://build.fhir.org/ig/IHE/QRPH.CCG/CapabilityStatement-IHE.CCG.GuidelineEngine.html
URLhttps://profiles.ihe.net/QRPH/CCG/CapabilityStatement/IHE.CCG.GuidelineEngine
Version1.0.0-current
Statusactive
Date2025-02-12
NameIHE_CCG_GuidelineEngine
TitleGuideline Engine
Realmuv
Authorityihe
DescriptionIHE QRPH Computable Care Guidelines (CCG) - Guideline Engine.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

OperationDefinition
cpg-plandefinition-applyCPG PlanDefinition Apply
StructureDefinition
ccg-di-bundleCCG Data In Bundle

Narrative

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

Generated Narrative: CapabilityStatement IHE.CCG.GuidelineEngine

Guideline Engine

  • Implementation Guide Version: 1.0.0-current
  • FHIR Version: 4.0.1
  • Supported Formats: application/fhir+xml, application/fhir+json
  • Supported Patch Formats:
  • Published on: 2025-02-12
  • Published by: IHE QRPH Technical Committee

Note to Implementers: FHIR Capabilities

Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.

FHIR RESTful Capabilities

Mode: server

Security

Recommend ATNA, encouraged IHE-IUA or SMART-on-FHIR

Summary of System-wide Interactions

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)
Resource TypeProfileRSUCSearches_include_revincludeOperations
Bundlehttps://profiles.ihe.net/QRPH/CCG/StructureDefinition/ccg-di-bundleyyyy_id$apply

Resource Conformance: supported Bundle

Base System Profile
CCG Data In Bundle
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports create, update, read, search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALL_idtoken

Logical id of this artifact

 
Extended Operations
ConformanceOperationDocumentation
SHALL$apply

Source

{
  "resourceType": "CapabilityStatement",
  "id": "IHE.CCG.GuidelineEngine",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://profiles.ihe.net/QRPH/CCG/CapabilityStatement/IHE.CCG.GuidelineEngine",
  "version": "1.0.0-current",
  "name": "IHE_CCG_GuidelineEngine",
  "title": "Guideline Engine",
  "status": "active",
  "experimental": false,
  "date": "2025-02-12",
  "publisher": "IHE QRPH Technical Committee",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ihe.net/ihe_domains/quality_research_and_public_health/"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "qrph@ihe.net"
        }
      ]
    },
    {
      "name": "IHE QRPH Technical Committee",
      "telecom": [
        {
          "system": "email",
          "value": "qrph@ihe.net"
        }
      ]
    }
  ],
  "description": "IHE QRPH Computable Care Guidelines (CCG) - Guideline Engine.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "kind": "requirements",
  "fhirVersion": "4.0.1",
  "format": [
    "application/fhir+xml",
    "application/fhir+json"
  ],
  "rest": [
    {
      "mode": "server",
      "security": {
        "description": "Recommend [ATNA](https://profiles.ihe.net/ITI/TF/Volume1/ch-9.html), encouraged [IHE-IUA](https://profiles.ihe.net/ITI/IUA/index.html) or SMART-on-FHIR"
      },
      "resource": [
        {
          "type": "Bundle",
          "profile": "https://profiles.ihe.net/QRPH/CCG/StructureDefinition/ccg-di-bundle",
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "update"
            },
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token",
              "documentation": "Logical id of this artifact"
            }
          ],
          "operation": [
            {
              "name": "$apply",
              "definition": "http://hl7.org/fhir/uv/cpg/OperationDefinition/cpg-plandefinition-apply"
            }
          ]
        }
      ]
    }
  ]
}