Sharing Valuesets, Codes, and Maps (SVCM)
1.5.2-current - ci-build
Sharing Valuesets, Codes, and Maps (SVCM), published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.5.2-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.SVCM/ and changes regularly. See the Directory of published versions
Official URL: https://profiles.ihe.net/ITI/SVCM/CapabilityStatement/IHE.SVCM.TerminologyConsumer | Version: 1.5.2-current | |||
Active as of 2022-03-31 | Computable Name: IHE_SVCM_TerminologyConsumer |
CapabilityStatement for Terminology Consumer Actor in the IHE IT Infrastructure Technical Framework Supplement SVCM.
Raw OpenAPI-Swagger Definition file | Download
application/fhir+xml
, application/fhir+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.
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 |
---|---|---|---|---|---|---|---|---|---|
ValueSet | Supported profiles: SVCM ValueSet | y | y | _id, _lastUpdate, status, identifier, name, description, reference, title, url, version | |||||
CodeSystem | Supported profiles: SVCM CodeSystem | y | y | _id, _lastUpdate, status, identifier, name, description, system, title, url, version | |||||
ConceptMap | Supported profiles: SVCM ConceptMap | y | y | _id, _lastUpdate, status, identifier, name, description, title, url, version, source-system, source-uri, target-system, target-uri |
https://profiles.ihe.net/ITI/SVCM/StructureDefinition/IHE.SVCM.ValueSet
For Query Value Set [ITI-95], Expand Value Set [ITI-97], Validate Code [ITI-99]
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | _id | token | |
SHALL | _lastUpdate | date | |
SHALL | status | token | |
SHALL | identifier | token | |
SHALL | name | string | |
SHALL | description | string | |
SHALL | reference | uri | |
SHALL | title | string | |
SHALL | url | uri | |
SHALL | version | token |
Conformance | Operation | Documentation |
---|---|---|
SHALL | $$expand |
|
SHALL | $$validate-code |
|
For Query Code System [ITI-96], Lookup Code [ITI-98], Validate Code [ITI-99]
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | _id | token | |
SHALL | _lastUpdate | date | |
SHALL | status | token | |
SHALL | identifier | token | |
SHALL | name | string | |
SHALL | description | string | |
SHALL | system | uri | |
SHALL | title | string | |
SHALL | url | uri | |
SHALL | version | token |
Conformance | Operation | Documentation |
---|---|---|
SHALL | $$lookup |
|
SHALL | $$validate-code |
|
For Query Concept Map [ITI-100] and Translate Code [ITI-101]
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | _id | token | |
SHALL | _lastUpdate | date | |
SHALL | status | token | |
SHALL | identifier | token | |
SHALL | name | string | |
SHALL | description | string | |
SHALL | title | string | |
SHALL | url | uri | |
SHALL | version | token | |
SHALL | source-system | token | |
SHALL | source-uri | reference | |
SHALL | target-system | token | |
SHALL | target-uri | reference |
Conformance | Operation | Documentation |
---|---|---|
SHALL | $$translate |
|