FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/IHE.MPD.DispenseConsumerCS

Packageihe.pharm.mpd.r4
TypeCapabilityStatement
IdIHE.MPD.DispenseConsumerCS
FHIR VersionR4
Sourcehttps://profiles.ihe.net/PHARM/MPD/https://profiles.ihe.net/PHARM/MPD/1.0.0-comment-2/CapabilityStatement-IHE.MPD.DispenseConsumerCS.html
URLhttps://profiles.ihe.net/PHARM/MPD/CapabilityStatement/IHE.MPD.DispenseConsumerCS
Version1.0.0-comment-2
Statusactive
Date2024-07-08T16:49:44+00:00
NameIHEMPDDispenseConsumer
TitleIHE MPD Dispense Consumer Actor
Realmuv
Authorityihe
DescriptionThe CapabilityStatement for the [Dispense Consumer Actor](actors-transactions.html#dispense-consumer) describes the requirements for systems that retrieve dispense data.
CopyrightIHE http://www.ihe.net/Governance/#Intellectual_Property
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
IHEMedicationDispenseIHE Medication Dispense

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CapabilityStatement IHE.MPD.DispenseConsumerCS

IHE MPD Dispense Consumer Actor

  • Implementation Guide Version: 1.0.0-comment-2
  • FHIR Version: 4.0.1
  • Supported Formats: application/fhir+json, application/fhir+xml
  • Supported Patch Formats:
  • Published on: 2024-07-08 16:49:44+0000
  • Published by: Integrating the Healthcare Enterprise (IHE)

Note to Implementers: FHIR Capabilities

Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.

FHIR RESTful Capabilities

Mode: client

The Dispense Consumer retrieves dispense data.

Security

Recommended security framework: ATNA, IUA, or SMART-on-FHIR.

Summary of System-wide Interactions

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)
Resource TypeProfileRSUCSearches_include_revincludeOperations
MedicationDispenseSupported Profiles
  IHE Medication Dispense
y

Resource Conformance: supported MedicationDispense

Core FHIR Resource
MedicationDispense
Reference Policy
Interaction summary
  • Supports
    read

    Retrieve a MedicationDispense [PHARM-9]

Supported Profiles

IHE Medication Dispense


Source

{
  "resourceType": "CapabilityStatement",
  "id": "IHE.MPD.DispenseConsumerCS",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://profiles.ihe.net/PHARM/MPD/CapabilityStatement/IHE.MPD.DispenseConsumerCS",
  "version": "1.0.0-comment-2",
  "name": "IHEMPDDispenseConsumer",
  "title": "IHE MPD Dispense Consumer Actor",
  "status": "active",
  "experimental": false,
  "date": "2024-07-08T16:49:44+00:00",
  "publisher": "Integrating the Healthcare Enterprise (IHE)",
  "contact": [
    {
      "name": "Integrating the Healthcare Enterprise (IHE)",
      "telecom": [
        {
          "system": "url",
          "value": "http://ihe.net"
        },
        {
          "system": "email",
          "value": "secretary@ihe.net"
        }
      ]
    },
    {
      "name": "José Costa Teixeira",
      "telecom": [
        {
          "system": "email",
          "value": "jose.a.teixeira@gmail.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "The CapabilityStatement for the [Dispense Consumer Actor](actors-transactions.html#dispense-consumer) describes the requirements for systems that retrieve dispense data.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "copyright": "IHE http://www.ihe.net/Governance/#Intellectual_Property",
  "kind": "requirements",
  "fhirVersion": "4.0.1",
  "format": [
    "application/fhir+json",
    "application/fhir+xml"
  ],
  "rest": [
    {
      "mode": "client",
      "documentation": "The Dispense Consumer retrieves dispense data.",
      "security": {
        "description": "Recommended security framework: ATNA, IUA, or SMART-on-FHIR."
      },
      "resource": [
        {
          "type": "MedicationDispense",
          "supportedProfile": [
            "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/IHEMedicationDispense"
          ],
          "interaction": [
            {
              "code": "read",
              "documentation": "Retrieve a MedicationDispense [PHARM-9]"
            }
          ]
        }
      ]
    }
  ]
}