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

FHIR IG analytics

Packagemedmij.fhir.nl.r4.pathology
Resource TypeCapabilityStatement
IdCapabilityStatement-path-Serve.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=medmij.fhir.nl.r4.pathology@1.0.0-alpha.1&canonical=http://medmij.nl/fhir/CapabilityStatement/path-Serve
URLhttp://medmij.nl/fhir/CapabilityStatement/path-Serve
Statusdraft
Date2026-02-26
Namepath Serve
Realmnl
DescriptionThis CapabilityStatement describes the minimal requirements for a server to fulfill the 'Serve pathology reports' transaction within Pathology.
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
medmij.fhir.nl.r4.pathology#1.0.0-alpha.1path-Patientpath Patient
medmij.fhir.nl.r4.pathology#1.0.0-alpha.1path-Reportpath Report
medmij.fhir.nl.r4.pathology#1.0.0-alpha.1path-Report.ClinicalInformationpath Report.ClinicalInformation
medmij.fhir.nl.r4.pathology#1.0.0-alpha.1path-Report.Macroscopypath Report.Macroscopy
medmij.fhir.nl.r4.pathology#1.0.0-alpha.1path-Report.Microscopypath Report.Microscopy
medmij.fhir.nl.r4.pathology#1.0.0-alpha.1path-Report.ProtocolDataItempath Report.ProtocolDataItem
medmij.fhir.nl.r4.pathology#1.0.0-alpha.1path-Requestpath Request
medmij.fhir.nl.r4.pathology#1.0.0-alpha.1path-Request.Requesterpath Request.Requester
medmij.fhir.nl.r4.pathology#1.0.0-alpha.1path-Request.Specimenpath Request.Specimen
nictiz.fhir.nl.r4.nl-core#0.12.0-labtrial.1nl-core-HealthProfessional-Practitionernl core HealthProfessional Practitioner
nictiz.fhir.nl.r4.nl-core#0.12.0-labtrial.1nl-core-HealthProfessional-PractitionerRolenl core HealthProfessional PractitionerRole
nictiz.fhir.nl.r4.nl-core#0.12.0-labtrial.1nl-core-HealthcareProvider-Organizationnl core HealthcareProvider Organization
nictiz.fhir.nl.r4.nl-core#0.12.0-labtrial.1nl-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": "path-Serve",
  "url": "http://medmij.nl/fhir/CapabilityStatement/path-Serve",
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "name": "path Serve",
  "status": "draft",
  "date": "2026-02-26",
  "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 pathology reports' transaction within Pathology.",
  "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 pathology reports' transaction (system role: MM-1.0-PRB-FHIR).",
      "resource": [
        {
          "type": "DiagnosticReport",
          "supportedProfile": [
            "http://medmij.nl/fhir/StructureDefinition/path-Report"
          ],
          "interaction": [
            {
              "code": "search-type"
            }
          ],
          "searchInclude": [
            "DiagnosticReport:based-on",
            "DiagnosticReport:result",
            "DiagnosticReport:results-interpreter",
            "DiagnosticReport:specimen"
          ],
          "searchParam": [
            {
              "name": "category",
              "type": "token"
            },
            {
              "name": "status",
              "type": "token",
              "documentation": "Only complete and verified reports are to be exchanged, hence only searching on the value *final* needs to be supported."
            }
          ]
        },
        {
          "type": "ServiceRequest",
          "supportedProfile": [
            "http://medmij.nl/fhir/StructureDefinition/path-Request"
          ],
          "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 resource in the Bundle, support of the `read` interaction is optional."
            }
          ]
        },
        {
          "type": "Observation",
          "supportedProfile": [
            "http://medmij.nl/fhir/StructureDefinition/path-Report.ClinicalInformation",
            "http://medmij.nl/fhir/StructureDefinition/path-Report.Macroscopy",
            "http://medmij.nl/fhir/StructureDefinition/path-Report.Microscopy",
            "http://medmij.nl/fhir/StructureDefinition/path-Report.ProtocolDataItem"
          ],
          "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 resource in the Bundle, support of the `read` interaction is optional."
            }
          ]
        },
        {
          "type": "Specimen",
          "supportedProfile": [
            "http://medmij.nl/fhir/StructureDefinition/path-Request.Specimen"
          ],
          "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 resource in the Bundle, support of the `read` interaction is optional."
            }
          ]
        },
        {
          "type": "Patient",
          "supportedProfile": [
            "http://medmij.nl/fhir/StructureDefinition/path-Patient",
            "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 resource in the Bundle, support of the `read` interaction is optional."
            }
          ]
        },
        {
          "type": "PractitionerRole",
          "supportedProfile": [
            "http://medmij.nl/fhir/StructureDefinition/path-Request.Requester",
            "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 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 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 resource in the Bundle, support of the `read` interaction is optional."
            }
          ]
        }
      ],
      "interaction": [
        {
          "code": "search-system"
        }
      ]
    }
  ]
}