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

FHIR IG Statistics: CapabilityStatement/SpenserFHIRCapabilityStatement

Packagejct.fhir.spenser
TypeCapabilityStatement
IdSpenserFHIRCapabilityStatement
FHIR VersionR5
Sourcehttp://costateixeira.github.io/spenser/https://build.fhir.org/ig/costateixeira/spenser/CapabilityStatement-SpenserFHIRCapabilityStatement.html
URLhttp://costateixeira.github.io/spenser/CapabilityStatement/SpenserFHIRCapabilityStatement
Version1.0.0
Statusactive
Date2025-04-18
Realmuv
Kindinstance

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

Generated Narrative: CapabilityStatement SpenserFHIRCapabilityStatement

  • Implementation Guide Version: 1.0.0
  • FHIR Version: 5.0.0
  • Supported Formats: json
  • Supported Patch Formats:
  • Published on: 2025-04-18
  • Published by: Zeora

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: server

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
MedicationRequest y
MedicationDispense y
InventoryReport yy

Resource Conformance: supported MedicationRequest

Core FHIR Resource
MedicationRequest
Reference Policy
Interaction summary
  • Supports create.

Resource Conformance: supported MedicationDispense

Core FHIR Resource
MedicationDispense
Reference Policy
Interaction summary
  • Supports read.

Resource Conformance: supported InventoryReport

Core FHIR Resource
InventoryReport
Reference Policy
Interaction summary
  • Supports read, create.


Source

{
  "resourceType": "CapabilityStatement",
  "id": "SpenserFHIRCapabilityStatement",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://costateixeira.github.io/spenser/CapabilityStatement/SpenserFHIRCapabilityStatement",
  "version": "1.0.0",
  "status": "active",
  "date": "2025-04-18",
  "publisher": "Zeora",
  "contact": [
    {
      "name": "Zeora",
      "telecom": [
        {
          "system": "url",
          "value": "http://example.com/committees"
        },
        {
          "system": "email",
          "value": "my-group@example.com"
        }
      ]
    },
    {
      "name": "José Costa Teixeira",
      "telecom": [
        {
          "system": "email",
          "value": "you-know.it@gmail.com",
          "use": "work"
        }
      ]
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "kind": "instance",
  "implementation": {
    "description": "Spenser FHIR Endpoint"
  },
  "fhirVersion": "5.0.0",
  "format": [
    "json"
  ],
  "rest": [
    {
      "mode": "server",
      "resource": [
        {
          "type": "MedicationRequest",
          "interaction": [
            {
              "code": "create"
            }
          ]
        },
        {
          "type": "MedicationDispense",
          "interaction": [
            {
              "code": "read"
            }
          ]
        },
        {
          "type": "InventoryReport",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "create"
            }
          ]
        }
      ]
    }
  ]
}