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

FHIR IG Statistics: CapabilityStatement/Toestemming

Packagehl7.fhir.nl.zorgviewer
TypeCapabilityStatement
IdToestemming
FHIR VersionR3
Sourcehttp://fhir.hl7.nl/zorgviewer/https://build.fhir.org/ig/RIVO-Noord/zorgviewer-ig/CapabilityStatement-Toestemming.html
URLhttp://fhir.hl7.nl/zorgviewer/CapabilityStatement/Toestemming
Version1.17.0
Statusactive
Date2023-09-04
NameToestemming
TitleToestemming
Realmnl
Authorityhl7
DescriptionDeze CapabilityStatement beschrijft de minimale requirements voor het Toestemming en Adressering Bouwblok.
CopyrightCC0
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
EndpointEndpoint
OrganizationOrganization
ToestemmingConsentToestemmingConsent

Narrative

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

Generated Narrative: CapabilityStatement Toestemming

Toestemming

  • Implementation Guide Version: 1.17.0
  • FHIR Version: 3.0.2
  • Supported Formats: xml, json
  • Supported Patch Formats:
  • Published on: 2023-09-04
  • Published by: RIVO-NN HL7NL

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 Conformance: SHALL Consent

Base System Profile
ToestemmingConsent
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • SHALL support search-type.

Resource Conformance: SHALL Organization

Base System Profile
Organization
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • SHALL support read.

Resource Conformance: SHALL Endpoint

Base System Profile
Endpoint
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • SHALL support read.


Source

{
  "resourceType": "CapabilityStatement",
  "id": "Toestemming",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.hl7.nl/zorgviewer/CapabilityStatement/Toestemming",
  "version": "1.17.0",
  "name": "Toestemming",
  "title": "Toestemming",
  "status": "active",
  "date": "2023-09-04",
  "publisher": "RIVO-NN HL7NL",
  "contact": [
    {
      "name": "RIVO-NN",
      "telecom": [
        {
          "system": "url",
          "value": "https://rivo-noord.nl"
        }
      ]
    },
    {
      "name": "HL7NL",
      "telecom": [
        {
          "system": "url",
          "value": "https://hl7.nl"
        }
      ]
    }
  ],
  "description": "Deze CapabilityStatement beschrijft de minimale requirements voor het Toestemming en Adressering Bouwblok.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NL"
        }
      ]
    }
  ],
  "copyright": "CC0",
  "kind": "requirements",
  "fhirVersion": "3.0.2",
  "acceptUnknown": "both",
  "format": [
    "xml",
    "json"
  ],
  "profile": [
    {
      "reference": "http://fhir.hl7.nl/zorgviewer/StructureDefinition/ToestemmingConsent",
      "display": "ToestemmingConsent"
    },
    {
      "reference": "http://fhir.hl7.nl/zorgviewer/StructureDefinition/Organization",
      "display": "Organization"
    },
    {
      "reference": "http://fhir.hl7.nl/zorgviewer/StructureDefinition/Endpoint",
      "display": "Endpoint"
    }
  ],
  "rest": [
    {
      "mode": "server",
      "resource": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "SHALL"
            }
          ],
          "type": "Consent",
          "profile": {
            "reference": "http://fhir.hl7.nl/zorgviewer/StructureDefinition/ToestemmingConsent"
          },
          "interaction": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "search-type"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "SHALL"
            }
          ],
          "type": "Organization",
          "profile": {
            "reference": "http://fhir.hl7.nl/zorgviewer/StructureDefinition/Organization"
          },
          "interaction": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "read"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "SHALL"
            }
          ],
          "type": "Endpoint",
          "profile": {
            "reference": "http://fhir.hl7.nl/zorgviewer/StructureDefinition/Endpoint"
          },
          "interaction": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "read"
            }
          ]
        }
      ]
    }
  ]
}