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

FHIR IG Statistics: CapabilityStatement/RSDR-CURD

Packagehl7.fhir.us.registry-protocols
Resource TypeCapabilityStatement
IdRSDR-CURD
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/registry-protocols/https://build.fhir.org/ig/HL7/fhir-registry-protocols-ig/CapabilityStatement-RSDR-CURD.html
URLhttp://hl7.org/fhir/us/registry-protocols/CapabilityStatement/RSDR-CURD
Version1.0.0
Statusdraft
Date2023-05-09
NameRSDR_CURD
TitleRegistry Submission Definition Repository implementing the Create / Update Registry Definition transaction.
Realmus
Authorityhl7
DescriptionDefines the requirements for the Registry Submission Definition Repository implementing the Create / Update Registry Definition transaction.
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

Registry Submission Definition Repository implementing the Create / Update Registry Definition transaction.

  • Implementation Guide Version: 1.0.0
  • FHIR Version: 4.0.1
  • Supported Formats: xml, json
  • Supported Patch Formats:
  • Published on: Tue May 09 00:00:00 UTC 2023
  • Published by: HL7 International / Clinical Interoperability Council

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

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
StructureDefinition yy

Resource Conformance: SHALLStructureDefinition

Core FHIR Resource
StructureDefinition
Reference Policy
Interaction summary
  • SHALL support create, update.


Source

{
  "resourceType": "CapabilityStatement",
  "id": "RSDR-CURD",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/registry-protocols/StructureDefinition/CapabilityStatementWithSlices"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cic"
    }
  ],
  "url": "http://hl7.org/fhir/us/registry-protocols/CapabilityStatement/RSDR-CURD",
  "version": "1.0.0",
  "name": "RSDR_CURD",
  "title": "Registry Submission Definition Repository implementing the Create / Update Registry Definition transaction.",
  "status": "draft",
  "experimental": true,
  "date": "2023-05-09",
  "publisher": "HL7 International / Clinical Interoperability Council",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cic"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "cic@lists.hl7.org"
        }
      ]
    },
    {
      "name": "Clinical Interoperability Council",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cic"
        }
      ]
    },
    {
      "name": "David Pyke",
      "telecom": [
        {
          "system": "email",
          "value": "mailto:David.Pyke@pointclickcare.com"
        }
      ]
    }
  ],
  "description": "Defines the requirements for the Registry Submission Definition Repository implementing the Create / Update Registry Definition transaction.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "kind": "requirements",
  "fhirVersion": "4.0.1",
  "format": [
    "xml",
    "json"
  ],
  "rest": [
    {
      "mode": "server",
      "resource": [
        {
          "type": "StructureDefinition",
          "interaction": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "create"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "update"
            }
          ]
        }
      ]
    }
  ]
}