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-PulseRate-Retrieve.json
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=medmij.fhir.nl.stu3.core@1.0.0&canonical=http://medmij.nl/fhir/CapabilityStatement/medmij-core-PulseRate-Retrieve
URLhttp://medmij.nl/fhir/CapabilityStatement/medmij-core-PulseRate-Retrieve
Statusactive
Date2026-02-04
NameMedMij Core PulseRate Retrieve
Realmnl
DescriptionThis CapabilityStatement describes the minimal requirements for a client to fulfill the 'Retrieve Pulse rate' 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-PulseRate-Retrieve",
  "url": "http://medmij.nl/fhir/CapabilityStatement/medmij-core-PulseRate-Retrieve",
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "name": "MedMij Core PulseRate Retrieve",
  "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 client to fulfill the 'Retrieve Pulse rate' 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-PulseRate",
      "display": "zib-PulseRate"
    },
    {
      "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": "client",
      "documentation": "Minimal requirements for a client to fulfill the 'Retrieve Pulse rate' transaction within MedMij STU3 Core (system role: MMC-PRR-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 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": "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 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": "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 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": "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 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"
        }
      ]
    }
  ]
}