Package | jct.fhir.spenser |
Type | CapabilityStatement |
Id | SpenserFHIRCapabilityStatement |
FHIR Version | R5 |
Source | http://costateixeira.github.io/spenser/https://build.fhir.org/ig/costateixeira/spenser/CapabilityStatement-SpenserFHIRCapabilityStatement.html |
URL | http://costateixeira.github.io/spenser/CapabilityStatement/SpenserFHIRCapabilityStatement |
Version | 1.0.0 |
Status | active |
Date | 2025-04-18 |
Realm | uv |
Kind | instance |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement SpenserFHIRCapabilityStatement
json
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.
server
The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include
_revinclude
Resource Type | Profile | R | S | U | C | Searches | _include | _revinclude | Operations |
---|---|---|---|---|---|---|---|---|---|
MedicationRequest | y | ||||||||
MedicationDispense | y | ||||||||
InventoryReport | y | y |
{ "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" } ] } ] } ] }