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

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

: ACME Codes for Cholesterol in Serum/Plasma - XML Representation

Page standards status: Informative

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <text>
    <status value="additional"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      
      
            <p>CodeSystem &quot;ACME Codes for Cholesterol&quot;: This is an example code system that includes 
        all the codes for serum cholesterol defined by ACME inc.</p>
      
      
            <p>Developed by: FHIR project team (example)</p>
      
      
            <p>Published for testing on 28-Jan 2016</p>
      
      
            <p>This code system defines all the ACME codes for serum cholesterol:</p>
      
      
            <table class="grid">
        
        
              <tr>
          
          
                <td>
            
            
                  <b>Code</b>
          
          
                </td>
          
          
                <td>
            
            
                  <b>Display</b>
          
          
                </td>
          
          
                <td>
            
            
                  <b>Definition</b>
          
          
                </td>
        
        
              </tr>
        
        
              <tr>
          
          
                <td>chol-mmol</td>
          
          
                <td>SChol (mmol/L)</td>
          
          
                <td>Serum Cholesterol, in mmol/L</td>
        
        
              </tr>
        
        
              <tr>
          
          
                <td>chol-mass</td>
          
          
                <td>SChol (mg/L)</td>
          
          
                <td>Serum Cholesterol, in mg/L</td>
        
        
              </tr>
        
        
              <tr>
          
          
                <td>chol</td>
          
          
                <td>SChol</td>
          
          
                <td>Serum Cholesterol</td>
        
        
              </tr>
      
      
            </table>
    
    
          </div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/package-source">
    <extension url="packageId">
      <valueId value="hl7.fhir.uv.xver-r5.r4"/>
    </extension>
    <extension url="version">
      <valueString value="0.0.1-snapshot-2"/>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fhir"/>
  </extension>
  <url value="http://hl7.org/fhir/CodeSystem/example"/>
  <version value="5.0.0"/>
  <name value="ACMECholCodesBlood"/>
  <title value="ACME Codes for Cholesterol in Serum/Plasma"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2016-01-28T10:00:00+10:00"/>
  <publisher value="FHIR Infrastructure"/>
  <contact>
    <name value="FHIR Infrastructure"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/fiwg"/>
    </telecom>
  </contact>
  <description
               value="This is an example code system that includes all the ACME codes for serum/plasma cholesterol from v2.36."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <filter>
    <code value="acme-plasma"/>
    <description
                 value="An internal filter used to select codes that are only used with plasma"/>
    <operator value="="/>
    <value value="the value of this filter is either 'true' or 'false'"/>
  </filter>
  <concept>
    <code value="chol-mmol"/>
    <display value="SChol (mmol/L)"/>
    <definition value="Serum Cholesterol, in mmol/L"/>
    <designation>
      <use>
        <system value="http://acme.com/config/fhir/codesystems/internal"/>
        <code value="internal-label"/>
      </use>
      <value value="From ACME POC Testing"/>
    </designation>
  </concept>
  <concept>
    <code value="chol-mass"/>
    <display value="SChol (mg/L)"/>
    <definition value="Serum Cholesterol, in mg/L"/>
    <designation>
      <use>
        <system value="http://acme.com/config/fhir/codesystems/internal"/>
        <code value="internal-label"/>
      </use>
      <value value="From Paragon Labs"/>
    </designation>
  </concept>
  <concept>
    <code value="chol"/>
    <display value="SChol"/>
    <definition value="Serum Cholesterol"/>
    <designation>
      <use>
        <system value="http://acme.com/config/fhir/codesystems/internal"/>
        <code value="internal-label"/>
      </use>
      <value value="Obdurate Labs uses this with both kinds of units..."/>
    </designation>
  </concept>
</CodeSystem>