Package | ihe.iti.svcm |
Type | CapabilityStatement |
Id | IHE.SVCM.TerminologyRepository |
FHIR Version | R4 |
Source | https://profiles.ihe.net/ITI/SVCM/https://build.fhir.org/ig/IHE/ITI.SVCM/CapabilityStatement-IHE.SVCM.TerminologyRepository.html |
URL | https://profiles.ihe.net/ITI/SVCM/CapabilityStatement/IHE.SVCM.TerminologyRepository |
Version | 1.5.2-current |
Status | active |
Date | 2022-03-31 |
Name | IHE_SVCM_TerminologyRepository |
Title | IHE SVCM Terminology Repository |
Realm | uv |
Authority | ihe |
Description | CapabilityStatement for Terminology Repository Actor in the IHE IT Infrastructure Technical Framework Supplement [SVCM](index.html). |
Kind | requirements |
No resources found
StructureDefinition | |
IHE.SVCM.CodeSystem | SVCM CodeSystem |
IHE.SVCM.ConceptMap | SVCM ConceptMap |
IHE.SVCM.ValueSet | SVCM ValueSet |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement IHE.SVCM.TerminologyRepository
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.
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 |
---|---|---|---|---|---|---|---|---|---|
ValueSet | Supported Profiles SVCM ValueSet | y | y | _id, _lastUpdate, status, identifier, name, description, reference, title, url, version | $expand , $validate-code | ||||
CodeSystem | Supported Profiles SVCM CodeSystem | y | y | _id, _lastUpdate, status, identifier, name, description, system, title, url, version | $lookup , $validate-code | ||||
ConceptMap | Supported Profiles SVCM ConceptMap | y | y | _id, _lastUpdate, status, identifier, name, description, title, url, version, source-system, source-uri, target-system, target-uri | $translate |
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 |
|
{ "resourceType": "CapabilityStatement", "id": "IHE.SVCM.TerminologyRepository", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "https://profiles.ihe.net/ITI/SVCM/CapabilityStatement/IHE.SVCM.TerminologyRepository", "version": "1.5.2-current", "name": "IHE_SVCM_TerminologyRepository", "title": "IHE SVCM Terminology Repository", "status": "active", "experimental": false, "date": "2022-03-31", "publisher": "IHE IT Infrastructure Technical Committee", "contact": [ { "telecom": [ { "system": "url", "value": "https://www.ihe.net/ihe_domains/it_infrastructure/" } ] }, { "telecom": [ { "system": "email", "value": "iti@ihe.net" } ] }, { "name": "IHE IT Infrastructure Technical Committee", "telecom": [ { "system": "email", "value": "iti@ihe.net" } ] } ], "description": "CapabilityStatement for Terminology Repository Actor in the IHE IT Infrastructure Technical Framework Supplement [SVCM](index.html).", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "kind": "requirements", "fhirVersion": "4.0.1", "format": [ "application/fhir+xml", "application/fhir+json" ], "rest": [ { "mode": "server", "documentation": "SVCM Terminology Repository will respond to queries for terminology resources.", "security": { "description": "Recommend [ATNA](https://profiles.ihe.net/ITI/TF/Volume1/ch-9.html), encouraged [IHE-IUA](https://profiles.ihe.net/ITI/IUA/index.html) or SMART-on-FHIR" }, "resource": [ { "type": "ValueSet", "supportedProfile": [ "https://profiles.ihe.net/ITI/SVCM/StructureDefinition/IHE.SVCM.ValueSet" ], "documentation": "For Query Value Set [ITI-95], Expand Value Set [ITI-97], Validate Code [ITI-99]", "interaction": [ { "code": "search-type" }, { "code": "read" } ], "searchParam": [ { "name": "_id", "type": "token" }, { "name": "_lastUpdate", "type": "date" }, { "name": "status", "type": "token" }, { "name": "identifier", "type": "token" }, { "name": "name", "type": "string" }, { "name": "description", "type": "string" }, { "name": "reference", "type": "uri" }, { "name": "title", "type": "string" }, { "name": "url", "type": "uri" }, { "name": "version", "type": "token" } ], "operation": [ { "name": "$expand", "definition": "http://hl7.org/fhir/OperationDefinition/ValueSet-expand", "documentation": "`url` is a required parameter for this operation." }, { "name": "$validate-code", "definition": "http://hl7.org/fhir/OperationDefinition/ValueSet-validate-code", "documentation": "`url`, `code`, and `system` are required parameters for this operation." } ] }, { "type": "CodeSystem", "supportedProfile": [ "https://profiles.ihe.net/ITI/SVCM/StructureDefinition/IHE.SVCM.CodeSystem" ], "documentation": "For Query Code System [ITI-96], Lookup Code [ITI-98], Validate Code [ITI-99]", "interaction": [ { "code": "search-type" }, { "code": "read" } ], "searchParam": [ { "name": "_id", "type": "token" }, { "name": "_lastUpdate", "type": "date" }, { "name": "status", "type": "token" }, { "name": "identifier", "type": "token" }, { "name": "name", "type": "string" }, { "name": "description", "type": "string" }, { "name": "system", "type": "uri" }, { "name": "title", "type": "string" }, { "name": "url", "type": "uri" }, { "name": "version", "type": "token" } ], "operation": [ { "name": "$lookup", "definition": "http://hl7.org/fhir/OperationDefinition/CodeSystem-lookup", "documentation": "`code` and `system` are required parameters for this operation." }, { "name": "$validate-code", "definition": "http://hl7.org/fhir/OperationDefinition/CodeSystem-validate-code", "documentation": "`url` and `code` are required parameters for this operation." } ] }, { "type": "ConceptMap", "supportedProfile": [ "https://profiles.ihe.net/ITI/SVCM/StructureDefinition/IHE.SVCM.ConceptMap" ], "documentation": "For Query Concept Map [ITI-100] and Translate Code [ITI-101]", "interaction": [ { "code": "search-type" }, { "code": "read" } ], "searchParam": [ { "name": "_id", "type": "token" }, { "name": "_lastUpdate", "type": "date" }, { "name": "status", "type": "token" }, { "name": "identifier", "type": "token" }, { "name": "name", "type": "string" }, { "name": "description", "type": "string" }, { "name": "title", "type": "string" }, { "name": "url", "type": "uri" }, { "name": "version", "type": "token" }, { "name": "source-system", "type": "token" }, { "name": "source-uri", "type": "reference" }, { "name": "target-system", "type": "token" }, { "name": "target-uri", "type": "reference" } ], "operation": [ { "name": "$translate", "definition": "http://hl7.org/fhir/OperationDefinition/ConceptMap-translate", "documentation": "`url`, `source`, `code`, `system`, and `target` are required parameters for this operation." } ] } ], "interaction": [ { "code": "search-system" } ] } ] }