FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagemedmij.fhir.nl.r4.imageavailability
Resource TypeCapabilityStatement
IdCapabilityStatement-bbs-Serve.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=medmij.fhir.nl.r4.imageavailability@1.0.0-rc.1&canonical=http://medmij.nl/fhir/CapabilityStatement/bbs-Serve
URLhttp://medmij.nl/fhir/CapabilityStatement/bbs-Serve
Statusactive
Date2025-09-19
Namebbs Serve
Realmnl
DescriptionThis CapabilityStatement describes the minimal requirements for a server to fulfill the 'Serve image and report timeline' and 'Serve image and report' transactions within Image Availability. It is partly based on the CapabilityStatement defined by IHE ITI for the [Document Responder](https://profiles.ihe.net/ITI/MHD/CapabilityStatement/IHE.MHD.DocumentResponder).
PurposeThis CapabilityStatement is informative in nature and does not represent the minimum or maximum set of capabilities the client or server should support. The aim is to design the CapabilityStatement as complete as possible, however for the exact set of capabilities the implementation guide should be consulted.
CopyrightCopyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
bbs-DocumentReferencebbs DocumentReference
nl-core-Encounternl core Encounter
nl-core-HealthProfessional-Practitionernl core HealthProfessional Practitioner
nl-core-HealthProfessional-PractitionerRolenl core HealthProfessional PractitionerRole
nl-core-HealthcareProvider-Organizationnl core HealthcareProvider Organization
nl-core-Patientnl core Patient

Narrative

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

No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.

Source1

{
  "resourceType": "CapabilityStatement",
  "id": "bbs-Serve",
  "url": "http://medmij.nl/fhir/CapabilityStatement/bbs-Serve",
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "name": "bbs Serve",
  "status": "active",
  "date": "2025-09-19",
  "publisher": "MedMij",
  "contact": [
    {
      "name": "MedMij",
      "telecom": [
        {
          "system": "email",
          "value": "info@medmij.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This CapabilityStatement describes the minimal requirements for a server to fulfill the 'Serve image and report timeline' and 'Serve image and report' transactions within Image Availability. It is partly based on the CapabilityStatement defined by IHE ITI for the [Document Responder](https://profiles.ihe.net/ITI/MHD/CapabilityStatement/IHE.MHD.DocumentResponder).",
  "purpose": "This CapabilityStatement is informative in nature and does not represent the minimum or maximum set of capabilities the client or server should support. The aim is to design the CapabilityStatement as complete as possible, however for the exact set of capabilities the implementation guide should be consulted.",
  "copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "kind": "requirements",
  "fhirVersion": "4.0.1",
  "format": [
    "xml",
    "json"
  ],
  "rest": [
    {
      "mode": "server",
      "documentation": "Minimal requirements for a server to fulfill the 'Serve image and report timeline' and 'Serve image and report' transactions (system role: MM-1.0-BB-FHIR).",
      "resource": [
        {
          "type": "DocumentReference",
          "supportedProfile": [
            "http://medmij.nl/fhir/StructureDefinition/bbs-DocumentReference"
          ],
          "interaction": [
            {
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "name": "status",
              "type": "token",
              "documentation": "Only approved documents are to be exchanged, hence only searching on the value *current* needs to be supported."
            },
            {
              "name": "contenttype",
              "type": "token"
            }
          ]
        },
        {
          "type": "Binary",
          "interaction": [
            {
              "code": "read"
            }
          ]
        },
        {
          "type": "Patient",
          "supportedProfile": [
            "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
          ],
          "documentation": "This is a secondary resource that needs to be resolvable, either by supporting a `read` interaction or explicitly including it in the Bundle.",
          "interaction": [
            {
              "code": "read",
              "documentation": "If the server always includes this (secondary) resource in the Bundle, support of the `read` interaction is optional."
            }
          ]
        },
        {
          "type": "PractitionerRole",
          "supportedProfile": [
            "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole"
          ],
          "documentation": "This is a secondary resource that needs to be resolvable, either by supporting a `read` interaction or explicitly including it in the Bundle.",
          "interaction": [
            {
              "code": "read",
              "documentation": "If the server always includes this (secondary) resource in the Bundle, support of the `read` interaction is optional."
            }
          ]
        },
        {
          "type": "Practitioner",
          "supportedProfile": [
            "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner"
          ],
          "documentation": "This is a secondary resource that needs to be resolvable, either by supporting a `read` interaction or explicitly including it in the Bundle.",
          "interaction": [
            {
              "code": "read",
              "documentation": "If the server always includes this (secondary) resource in the Bundle, support of the `read` interaction is optional."
            }
          ]
        },
        {
          "type": "Organization",
          "supportedProfile": [
            "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization"
          ],
          "documentation": "This is a secondary resource that needs to be resolvable, either by supporting a `read` interaction or explicitly including it in the Bundle.",
          "interaction": [
            {
              "code": "read",
              "documentation": "If the server always includes this (secondary) resource in the Bundle, support of the `read` interaction is optional."
            }
          ]
        },
        {
          "type": "Encounter",
          "supportedProfile": [
            "http://nictiz.nl/fhir/StructureDefinition/nl-core-Encounter"
          ],
          "documentation": "This is a secondary resource that needs to be resolvable, either by supporting a `read` interaction or explicitly including it in the Bundle.",
          "interaction": [
            {
              "code": "read",
              "documentation": "If the server always includes this (secondary) resource in the Bundle, support of the `read` interaction is optional."
            }
          ]
        }
      ],
      "interaction": [
        {
          "code": "search-system"
        }
      ]
    }
  ]
}