This page is part of the FHIR Specification (v4.6.0: R5 Draft Ballot). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4 R3
Clinical Genomics Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw XML (canonical form + also see XML Format Specification)
Definition for Code System repositoryType
<?xml version="1.0" encoding="UTF-8"?> <CodeSystem xmlns="http://hl7.org/fhir"> <id value="repository-type"/> <meta> <lastUpdated value="2021-04-15T13:25:09.461+11:00"/> <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <p> This code system http://hl7.org/fhir/repository-type defines the following codes:</p> <table class="codes"> <tr> <td style="white-space:nowrap"> <b> Code</b> </td> <td> <b> Display</b> </td> <td> <b> Definition</b> </td> </tr> <tr> <td style="white-space:nowrap">directlink <a name="repository-type-directlink"> </a> </td> <td> Click and see</td> <td> When URL is clicked, the resource can be seen directly (by webpage or by download link format).</td> </tr> <tr> <td style="white-space:nowrap">openapi <a name="repository-type-openapi"> </a> </td> <td> The URL is the RESTful or other kind of API that can access to the result.</td> <td> 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).</td> </tr> <tr> <td style="white-space:nowrap">login <a name="repository-type-login"> </a> </td> <td> Result cannot be access unless an account is logged in</td> <td> When logged into the website, the resource can be seen.</td> </tr> <tr> <td style="white-space:nowrap">oauth <a name="repository-type-oauth"> </a> </td> <td> Result need to be fetched with API and need LOGIN( or cookies are required when visiting the link of resource)</td> <td> When logged in and follow the API in the website related with URL, the resource can be seen.</td> </tr> <tr> <td style="white-space:nowrap">other <a name="repository-type-other"> </a> </td> <td> Some other complicated or particular way to get resource from URL.</td> <td> Some other complicated or particular way to get resource from URL.</td> </tr> </table> </div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"> <valueCode value="cg"/> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"> <valueCode value="trial-use"/> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"> <valueInteger value="1"/> </extension> <url value="http://hl7.org/fhir/repository-type"/> <identifier> <system value="urn:ietf:rfc:3986"/> <value value="urn:oid:2.16.840.1.113883.4.642.1.231"/> </identifier> <version value="4.6.0"/> <name value="repositoryType"/> <title value="repositoryType"/> <status value="draft"/> <experimental value="false"/> <date value="2021-01-05T10:01:24+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>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.