repositoryType

Type for access of external URI.

This 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.
<status value="draft"/> <experimental value="false"/> <date value="2021-01-17T07:06:13+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="Type for access of external URI."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/repository-type"/> <content value="complete"/> <concept> <code value="directlink"/> <display value="Click and see"/> <definition value="When URL is clicked, the resource can be seen directly (by webpage or by download link format)."/> </concept> <concept> <code value="openapi"/> <display value="The URL is the RESTful or other kind of API that can access to the result."/> <definition value="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)."/> </concept> <concept> <code value="login"/> <display value="Result cannot be access unless an account is logged in"/> <definition value="When logged into the website, the resource can be seen."/> </concept> <concept> <code value="oauth"/> <display value="Result need to be fetched with API and need LOGIN( or cookies are required when visiting the link of resource)"/> <definition value="When logged in and follow the API in the website related with URL, the resource can be seen."/> </concept> <concept> <code value="other"/> <display value="Some other complicated or particular way to get resource from URL."/> <definition value="Some other complicated or particular way to get resource from URL."/> </concept> </CodeSystem>