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

FHIR IG Statistics: CapabilityStatement/IHE.CCG.GuidelinePerformer

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

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: CapabilityStatement IHE.CCG.GuidelinePerformer

Guideline Performer

  • 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: client

Summary of System-wide Interactions
  • Supports the transactioninteraction described as follows:

    https://profiles.ihe.net/QRPH/CCG/StructureDefinition/ccg-di-bundle

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
Bundle y

Resource Conformance: supported Bundle

Core FHIR Resource
Bundle
Reference Policy
Interaction summary
  • Supports create.


Source

{
  "resourceType": "CapabilityStatement",
  "id": "IHE.CCG.GuidelinePerformer",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://profiles.ihe.net/QRPH/CCG/CapabilityStatement/IHE.CCG.GuidelinePerformer",
  "version": "1.0.0-current",
  "name": "IHE_CCG_GuidelinePerformer",
  "title": "Guideline Performer",
  "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 Performer.",
  "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": "client",
      "resource": [
        {
          "type": "Bundle",
          "interaction": [
            {
              "code": "create"
            }
          ]
        }
      ],
      "interaction": [
        {
          "code": "transaction",
          "documentation": "https://profiles.ihe.net/QRPH/CCG/StructureDefinition/ccg-di-bundle"
        }
      ]
    }
  ]
}