FHIR 4.0.1 © HL7.org  |  FHIRsmith 0.9.6  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |   

TX: CodeSystem repository-type

Properties

Last updated: October 31, 2019 at 10:29:23 PM UTC
Defining URL http://hl7.org/fhir/repository-type
Version 4.0.1
Name repositoryType
Title repositoryType
Status draft
Definition

Type for access of external URI.

Publisher HL7 (FHIR Project)
Committee cg
EXT_FMM_LEVEL 1
Source hl7.fhir.r4.core#4.0.1
Value Set repositoryType

This case-sensitive code system http://hl7.org/fhir/repository-type defines the following codes:

Code Display Definition
directlink Click and see When URL is clicked, the resource can be seen directly (by webpage or by download link format).
openapi The URL is the RESTful or other kind of API that can access to the result. When the API method (e.g. [base_url]/[parameter]) related with the URL of the website is executed, the resource can be seen directly (usually in JSON or XML format).
login Result cannot be access unless an account is logged in When logged into the website, the resource can be seen.
oauth Result need to be fetched with API and need LOGIN( or cookies are required when visiting the link of resource) When logged in and follow the API in the website related with URL, the resource can be seen.
other Some other complicated or particular way to get resource from URL. Some other complicated or particular way to get resource from URL.