STU3 Candidate

This page is part of the FHIR Specification (v1.8.0: STU 3 Draft). 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

Codesystem-repository-type.xml

Raw XML (canonical form)

Definition for Code System repositoryType

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="repository-type"/>
  <meta>
    <lastUpdated value="2016-12-06T12:22:34.981+11:00"/>
  </meta>
  <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>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>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>openapi
            <a name="repository-type-openapi"> </a>
          </td>
          <td>The url is the RESTful or other kind of API that can get access to the result.</td>
          <td>When the api method (e.g. [base_url]/[parameter]) related with the url website is executed,
             the resource can be seen directly (usually in json or xml format)</td>
        </tr>
        <tr>
          <td>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>oauth
            <a name="repository-type-oauth"> </a>
          </td>
          <td>Result need to be fetched with API and need LOGIN( or cookies is required when visit 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>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>
  <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.0"/>
  </identifier>
  <version value="1.8.0"/>
  <name value="repositoryType"/>
  <status value="draft"/>
  <experimental value="false"/>
  <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>
  <date value="2016-12-06T12:22:34+11:00"/>
  <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 get access to the result."/>
    <definition value="When the api method (e.g. [base_url]/[parameter]) related with the url 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 is required when visit 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.