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

FHIR IG analytics

Packagemedmij.fhir.nl.stu3.core
Resource TypeCapabilityStatement
IdCapabilityStatement-medmij-core-BodyWeight-Serve.json
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=medmij.fhir.nl.stu3.core@1.0.0&canonical=http://medmij.nl/fhir/CapabilityStatement/medmij-core-BodyWeight-Serve
URLhttp://medmij.nl/fhir/CapabilityStatement/medmij-core-BodyWeight-Serve
Statusactive
Date2026-02-04
NameMedMij Core BodyWeight Serve
Realmnl
DescriptionThis CapabilityStatement describes the minimal requirements for a server to fulfill the 'Serve Body weight' transaction within MedMij STU3 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 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

No resources found


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-BodyWeight-Serve",
  "url": "http://medmij.nl/fhir/CapabilityStatement/medmij-core-BodyWeight-Serve",
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "name": "MedMij Core BodyWeight Serve",
  "status": "active",
  "date": "2026-02-04",
  "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 Body weight' transaction within MedMij STU3 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 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": "3.0.2",
  "format": [
    "xml",
    "json"
  ],
  "profile": [
    {
      "reference": "http://nictiz.nl/fhir/StructureDefinition/zib-BodyWeight",
      "display": "zib-BodyWeight"
    },
    {
      "reference": "http://fhir.nl/fhir/StructureDefinition/nl-core-patient",
      "display": "nl-core-patient"
    },
    {
      "reference": "http://fhir.nl/fhir/StructureDefinition/nl-core-practitionerrole",
      "display": "nl-core-practitionerrole"
    },
    {
      "reference": "http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner",
      "display": "nl-core-practitioner"
    },
    {
      "reference": "http://fhir.nl/fhir/StructureDefinition/nl-core-organization",
      "display": "nl-core-organization"
    }
  ],
  "rest": [
    {
      "mode": "server",
      "documentation": "Minimal requirements for a server to fulfill the 'Serve Body weight' transaction within MedMij STU3 Core (system role: MMC-BWB-zib2017/STU3-1.0.0-beta.1-FHIR).",
      "resource": [
        {
          "type": "Observation",
          "interaction": [
            {
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "name": "code",
              "type": "token"
            }
          ]
        },
        {
          "type": "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",
          "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",
          "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",
          "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"
        }
      ]
    }
  ]
}