FHIR Cross-Version Extensions package for FHIR R4B from FHIR R4
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4B from FHIR R4 - Version 0.0.1-snapshot-2. See the Directory of published versions

: repositoryType - XML Representation

Page standards status: Informative 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"><p class="res-header-id"><b>Generated Narrative: CodeSystem repository-type</b></p><a name="repository-type"> </a><a name="hcrepository-type"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/repository-type</code> 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="informative"/>
  </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-r4.r4b"/>
    </extension>
    <extension url="version">
      <valueString value="0.0.1-snapshot-2"/>
    </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.0.1"/>
  <name value="repositoryType"/>
  <title value="repositoryType"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2019-11-01T08:29:23+10: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|4.3.0"/>
  <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>