Package | hl7.fhir.us.smp |
Type | CapabilityStatement |
Id | smp-client |
FHIR Version | R4 |
Source | http://hl7.org/fhir/us/smp/https://build.fhir.org/ig/HL7/smp-ig/CapabilityStatement-smp-client.html |
URL | http://hl7.org/fhir/us/smp/CapabilityStatement/smp-client |
Version | 1.0.0 |
Status | active |
Date | 2024-04-29T00:00:00-06:00 |
Name | SMP_Client |
Realm | us |
Authority | hl7 |
Description | This resource defines the expected capabilities of the SMP Server actor when conforming to the SMP IG and It is expected that it will be used in conjunction with the US Core CapabilityStatement. Together they describe the complete list of actual profiles and RESTful operations supported by SMP clients. SMP Client requirements may also be impacted by the rules of local jurisdictions or other contextual requirements. |
Kind | requirements |
No resources found
StructureDefinition | |
us-core-medicationrequest | US Core MedicationRequest Profile |
us-core-patient | US Core Patient Profile |
smp-bundle-transaction | Standardized Medication Profile - Bundle Medication List Maintenance |
smp-bundle | Standardized Medication Profile - Bundle Medication List |
smp-medication-list | Standardized Medication Profile - Medication List |
smp-medication | Standardized Medication Profile - Medication |
smp-medicationadministration | Standardized Medication Profile - MedicationAdministration |
smp-medicationstatement | Standardized Medication Profile - MedicationStatement |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement smp-client
json
, SHOULD support xml
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.
client
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 |
---|---|---|---|---|---|---|---|---|---|
List | Supported Profiles Standardized Medication Profile - Medication List | y | |||||||
MedicationStatement | Supported Profiles Standardized Medication Profile - MedicationStatement | y | |||||||
Medication | Supported Profiles Standardized Medication Profile - Medication | y | |||||||
MedicationRequest | Supported Profiles US Core MedicationRequest Profile | y | |||||||
MedicationAdministration | Supported Profiles Standardized Medication Profile - MedicationAdministration | y | |||||||
Patient | Supported Profiles US Core Patient Profile | y | |||||||
Bundle | Supported Profiles Standardized Medication Profile - Bundle Medication List Standardized Medication Profile - Bundle Medication List Maintenance | y |
read
Allows retrieval medication details.
read
Allows retrieval medication details.
read
Allows retrieval medication details. (Support is mandatory if the system supports Medications)
read
Allows retrieval . (Support is mandatory if the system supports MedicationRequests)
read
Allows retrieval medication details. (Support is mandatory if the system supports MedicationAdministrations)
read
Required for identification and retrieval of patient medication information
read
Allows retrieval using extended bundles and submission of new medication list to a repository.
{ "resourceType": "CapabilityStatement", "id": "smp-client", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "phx" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 1, "_valueInteger": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://hl7.org/fhir/us/smp/ImplementationGuide/hl7.fhir.us.smp" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use", "_valueCode": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://hl7.org/fhir/us/smp/ImplementationGuide/hl7.fhir.us.smp" } ] } } ], "url": "http://hl7.org/fhir/us/smp/CapabilityStatement/smp-client", "version": "1.0.0", "name": "SMP_Client", "status": "active", "date": "2024-04-29T00:00:00-06:00", "publisher": "HL7 International / Pharmacy", "contact": [ { "name": "HL7 International / Pharmacy", "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/medication" }, { "system": "email", "value": "pharmacylists@lists.hl7.org" } ] }, { "name": "Andy Stechishin", "telecom": [ { "system": "email", "value": "mailto:andy.stechishin@gmail.com" } ] } ], "description": "This resource defines the expected capabilities of the SMP Server actor when conforming to the SMP IG and It is expected that it will be used in conjunction with the US Core CapabilityStatement. Together they describe the complete list of actual profiles and RESTful operations supported by SMP clients. SMP Client requirements may also be impacted by the rules of local jurisdictions or other contextual requirements.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "US", "display": "United States of America" } ] } ], "kind": "requirements", "fhirVersion": "4.0.1", "format": [ "json", "xml" ], "_format": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ] } ], "rest": [ { "mode": "client", "resource": [ { "type": "List", "supportedProfile": [ "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medication-list" ], "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "read", "documentation": "Allows retrieval medication details." } ] }, { "type": "MedicationStatement", "supportedProfile": [ "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medicationstatement" ], "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "read", "documentation": "Allows retrieval medication details." } ] }, { "type": "Medication", "supportedProfile": [ "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medication" ], "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "code": "read", "documentation": "Allows retrieval medication details. (Support is mandatory if the system supports Medications)" } ] }, { "type": "MedicationRequest", "supportedProfile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest" ], "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "code": "read", "documentation": "Allows retrieval . (Support is mandatory if the system supports MedicationRequests)" } ] }, { "type": "MedicationAdministration", "supportedProfile": [ "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medicationadministration" ], "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "code": "read", "documentation": "Allows retrieval medication details. (Support is mandatory if the system supports MedicationAdministrations)" } ] }, { "type": "Patient", "supportedProfile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient" ], "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "read", "documentation": "Required for identification and retrieval of patient medication information" } ] }, { "type": "Bundle", "supportedProfile": [ "http://hl7.org/fhir/us/smp/StructureDefinition/smp-bundle", "http://hl7.org/fhir/us/smp/StructureDefinition/smp-bundle-transaction" ], "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "MAY" } ], "code": "read", "documentation": "Allows retrieval using extended bundles and submission of new medication list to a repository." } ] } ] } ] }