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

FHIR IG analytics

Packagenictiz.fhir.nl.r4.immunization
Resource TypeCapabilityStatement
IdCapabilityStatement-imm-RetrieveServe.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.immunization@2.1.0-alpha.1&canonical=http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe
URLhttp://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe
Version2.1.0-alpha.1
Statusdraft
Date2025-12-04
NameImmRetrieveServe
Titleimm RetrieveServe
Realmnl
DescriptionThis CapabilityStatement describes the minimal requirements for a client/server to fulfill the Vaccination-Immunization use case 'Retrieve vaccinations'.
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 of the corresponding information standard 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
imm-PharmaceuticalProductimm PharmaceuticalProduct
imm-Vaccination-eventimm Vaccination event
imm-Vaccination-event-carenetworkimm Vaccination event carenetwork
nl-core-HealthProfessional-Practitionernl core HealthProfessional Practitioner
nl-core-HealthProfessional-PractitionerRolenl core HealthProfessional PractitionerRole
nl-core-HealthcareProvidernl core HealthcareProvider
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": "imm-RetrieveServe",
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe",
  "version": "2.1.0-alpha.1",
  "name": "ImmRetrieveServe",
  "title": "imm RetrieveServe",
  "status": "draft",
  "date": "2025-12-04",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This CapabilityStatement describes the minimal requirements for a client/server to fulfill the Vaccination-Immunization use case 'Retrieve vaccinations'.",
  "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 of the corresponding information standard 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": [
    "application/fhir+xml",
    "application/fhir+json"
  ],
  "rest": [
    {
      "mode": "client",
      "resource": [
        {
          "type": "Immunization",
          "supportedProfile": [
            "http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event",
            "http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event-carenetwork"
          ],
          "interaction": [
            {
              "code": "search-type"
            }
          ],
          "searchInclude": [
            "Immunization:patient",
            "Immunization:performer"
          ],
          "searchParam": [
            {
              "name": "patient",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient",
              "type": "reference"
            }
          ]
        },
        {
          "type": "Patient",
          "supportedProfile": [
            "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
          ],
          "interaction": [
            {
              "code": "read"
            }
          ]
        },
        {
          "type": "Organization",
          "supportedProfile": [
            "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization"
          ],
          "interaction": [
            {
              "code": "read"
            }
          ]
        },
        {
          "type": "Location",
          "supportedProfile": [
            "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider"
          ],
          "interaction": [
            {
              "code": "read"
            }
          ]
        },
        {
          "type": "Practitioner",
          "supportedProfile": [
            "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner"
          ],
          "interaction": [
            {
              "code": "read"
            }
          ]
        },
        {
          "type": "PractitionerRole",
          "supportedProfile": [
            "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole"
          ],
          "interaction": [
            {
              "code": "read"
            }
          ]
        },
        {
          "type": "Medication",
          "supportedProfile": [
            "http://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct"
          ],
          "interaction": [
            {
              "code": "read"
            }
          ]
        }
      ]
    },
    {
      "mode": "server",
      "resource": [
        {
          "type": "Immunization",
          "supportedProfile": [
            "http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event",
            "http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event-carenetwork"
          ],
          "interaction": [
            {
              "code": "search-type"
            }
          ],
          "searchInclude": [
            "Immunization:patient",
            "Immunization:performer"
          ],
          "searchParam": [
            {
              "name": "patient",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient",
              "type": "reference"
            }
          ]
        },
        {
          "type": "Patient",
          "supportedProfile": [
            "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
          ],
          "interaction": [
            {
              "code": "read"
            }
          ]
        },
        {
          "type": "Organization",
          "supportedProfile": [
            "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization"
          ],
          "interaction": [
            {
              "code": "read"
            }
          ]
        },
        {
          "type": "Location",
          "supportedProfile": [
            "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider"
          ],
          "interaction": [
            {
              "code": "read"
            }
          ]
        },
        {
          "type": "Practitioner",
          "supportedProfile": [
            "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner"
          ],
          "interaction": [
            {
              "code": "read"
            }
          ]
        },
        {
          "type": "PractitionerRole",
          "supportedProfile": [
            "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole"
          ],
          "interaction": [
            {
              "code": "read"
            }
          ]
        },
        {
          "type": "Medication",
          "supportedProfile": [
            "http://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct"
          ],
          "interaction": [
            {
              "code": "read"
            }
          ]
        }
      ]
    }
  ]
}