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

FHIR IG analytics

Packagemedmij.fhir.nl.r4.core
Resource TypeCapabilityStatement
IdCapabilityStatement-medmij-core-TreatmentObjective-Retrieve.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=medmij.fhir.nl.r4.core@1.1.0&canonical=http://medmij.nl/fhir/CapabilityStatement/medmij-core-TreatmentObjective-Retrieve
URLhttp://medmij.nl/fhir/CapabilityStatement/medmij-core-TreatmentObjective-Retrieve
Statusactive
Date2026-06-03
Namemedmij core TreatmentObjective Retrieve
Realmnl
DescriptionThis CapabilityStatement describes the minimal requirements for a client to fulfill the 'Retrieve Treatment objective' transaction within MedMij R4 Core.
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
nictiz.fhir.nl.r4.nl-core#0.12.0-labtrial.1nl-core-MedicalDevicenl core MedicalDevice
nictiz.fhir.nl.r4.nl-core#0.12.0-labtrial.1nl-core-MedicalDevice.Productnl core MedicalDevice.Product
nictiz.fhir.nl.r4.nl-core#0.12.0-labtrial.1nl-core-Patientnl core Patient
nictiz.fhir.nl.r4.nl-core#0.12.0-labtrial.1nl-core-Problemnl core Problem
nictiz.fhir.nl.r4.nl-core#0.12.0-labtrial.1nl-core-TreatmentObjectivenl core TreatmentObjective

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": "medmij-core-TreatmentObjective-Retrieve",
  "url": "http://medmij.nl/fhir/CapabilityStatement/medmij-core-TreatmentObjective-Retrieve",
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "name": "medmij core TreatmentObjective Retrieve",
  "status": "active",
  "date": "2026-06-03",
  "publisher": "MedMij",
  "contact": [
    {
      "name": "MedMij",
      "telecom": [
        {
          "system": "email",
          "value": "info@medmij.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This CapabilityStatement describes the minimal requirements for a client to fulfill the 'Retrieve Treatment objective' transaction within MedMij R4 Core.",
  "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": "client",
      "documentation": "Minimal requirements for a client to fulfill the 'Retrieve Treatment objective' transaction (system role: MMC-TOR-zib2020/R4-rc.1).",
      "resource": [
        {
          "type": "Goal",
          "supportedProfile": [
            "http://nictiz.nl/fhir/StructureDefinition/nl-core-TreatmentObjective"
          ],
          "interaction": [
            {
              "code": "search-type"
            }
          ]
        },
        {
          "type": "DeviceUseStatement",
          "supportedProfile": [
            "http://nictiz.nl/fhir/StructureDefinition/nl-core-MedicalDevice"
          ],
          "documentation": "This is a secondary resource that needs to be resolvable by explicitly including it in the Bundle, as it is not possible for the client to retrieve the corresponding DeviceUseStatement from the Goal via a `read` (since the DeviceUseStatement references the Goal)."
        },
        {
          "type": "Device",
          "supportedProfile": [
            "http://nictiz.nl/fhir/StructureDefinition/nl-core-MedicalDevice.Product"
          ],
          "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 includes this (secondary) resource in the Bundle, the client does not need to execute a `read`. However, since a server may choose to not include it in the Bundle, support of the `read` interaction is mandatory for a client."
            }
          ]
        },
        {
          "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 includes this (secondary) resource in the Bundle, the client does not need to execute a `read`. However, since a server may choose to not include it in the Bundle, support of the `read` interaction is mandatory for a client."
            }
          ]
        },
        {
          "type": "Condition",
          "supportedProfile": [
            "http://nictiz.nl/fhir/StructureDefinition/nl-core-Problem"
          ],
          "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 includes this (secondary) resource in the Bundle, the client does not need to execute a `read`. However, since a server may choose to not include it in the Bundle, support of the `read` interaction is mandatory for a client."
            }
          ]
        }
      ],
      "interaction": [
        {
          "code": "search-system"
        }
      ]
    }
  ]
}