Extensions for Using Data Elements from FHIR R4 in FHIR STU3
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR R4 in FHIR STU3 - Downloaded Version null See the Directory of published versions

CodeSystem: repositoryType

Official URL: http://hl7.org/fhir/repository-type Version: 4.0.1
Standards status: Trial-use Maturity Level: 1 Responsible: Clinical Genomics Computable Name: repositoryType

Type for access of external URI.

This Code system is referenced in the content logical definition of the following value sets:

  • This CodeSystem is not used here; it may be used elsewhere (e.g. specifications and/or implementations that use this content)

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

CodeDisplayDefinition
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.