Extensions for Using Data Elements from FHIR R4B in FHIR R5
0.1.0 - STU International flag

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

: repositoryType - XML Representation

Page standards status: Trial-use Maturity Level: 1

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="repository-type"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      
      
            <h2>repositoryType</h2>
      
      
            <div>
        
        
              <p>Type for access of external URI.</p>

      
      
            </div>
      
      
            <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-standards-status">
    <valueCode value="trial-use"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="1"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/package-source">
    <extension url="packageId">
      <valueId value="hl7.fhir.uv.xver-r4b.r5"/>
    </extension>
    <extension url="version">
      <valueString value="0.1.0"/>
    </extension>
    <extension url="uri">
      <valueUri
                value="http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4b.r5"/>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="cg"/>
  </extension>
  <url value="http://hl7.org/fhir/repository-type"/>
  <version value="4.3.0"/>
  <name value="repositoryType"/>
  <title value="repositoryType"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2021-01-16T14:06:13-06:00"/>
  <publisher value="Clinical Genomics"/>
  <contact>
    <name value="Clinical Genomics"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/clingenomics"/>
    </telecom>
  </contact>
  <description value="Type for access of external URI."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <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>