Order Catalog Implementation Guide
1.0.0-ballot - CI Build International flag

Order Catalog Implementation Guide, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-order-catalog/ and changes regularly. See the Directory of published versions

: Lab procedure creatinine clearance - XML Representation

Page standards status: Informative

Raw xml | Download


<ActivityDefinition xmlns="http://hl7.org/fhir">
  <id value="example-lab-urine24h-creatinine-clearance"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabProcedureDefinition"/>
  </meta>
  <language value="en-US"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<div>
    <table class="grid dict">

        
        <tr>
            <th scope="row"><b>Title: </b></th>
            <td style="padding-left: 4px;">Procedure - 24-hour urine creatinine clearance</td>
        </tr>
        

        
        <tr>
            <th scope="row"><b>Id: </b></th>
            <td style="padding-left: 4px;">example-lab-urine24h-creatinine-clearance</td>
        </tr>
        

        
        <tr>
            <th scope="row"><b>Version: </b></th>
            <td style="padding-left: 4px;">1.0.0-ballot</td>
        </tr>
        

        
        <tr>
            <th scope="row">
                <b>
                    
                        
                    
                </b>
            </th>
            <td style="padding-left: 4px;">
                
                <p style="margin-bottom: 5px;">
                    <span>urn:oid:2.16.840.1.113883.4.642.40.999.11.11</span>
                </p>
                
            </td>
        </tr>
        

        

        
        <tr>
            <th scope="row"><b>Status: </b></th>
            <td style="padding-left: 4px;">draft</td>
        </tr>
        

        
        <tr>
            <th scope="row"><b>Experimental: </b></th>
            <td style="padding-left: 4px;">true</td>
        </tr>
        

        
        <tr>
            <th scope="row"><b>Date (date last changed): </b></th>
            <td style="padding-left: 4px;">2020-02-13 18:00:00+0100</td>
        </tr>
        

        

        
        <tr>
            <th scope="row"><b>Publisher (steward): </b></th>
            <td style="padding-left: 4px;">HL7 International / Orders and Observations</td>
        </tr>
        

        

        

        
        <tr>
            <th scope="row"><b>Description: </b></th>
            <td style="padding-left: 4px;"><div><p>Procedures conveying the creatinine renal clearance in 24h urine observation</p>
</div></td>
        </tr>
        

        

        

        

        
        <tr>
            <th scope="row"><b>Jurisdiction: </b></th>
            <td style="padding-left: 4px;">001</td>
        </tr>
        

        

        
        <tr>
            <th scope="row"><b>Purpose: </b></th>
            <td style="padding-left: 4px;"/>
        </tr>
        

        

        

        

        
        
        

        
        <tr>
            <th scope="row"><b>Code: </b></th>
            <td style="padding-left: 4px;">
                
                    
                        
                            <p><b>system: </b><span><a href="https://loinc.org/">http://loinc.org</a></span></p>
                        
                        
                            <p><b>code: </b><span>2164-2</span></p>
                        
                        
                            <p><b>display: </b><span>Creatinine renal clearance in 24 hour Urine and Serum or Plasma</span></p>
                        
                    
                
                
            </td>
        </tr>
        

        

        

        

        

        
        <tr>
            <th scope="row"><b>Kind: </b></th>
            <td style="padding-left: 4px;">ServiceRequest</td>
        </tr>
        

        

        

        

        

        

        

        

        
    </table>
</div>
</div>
  </text>
  <url
       value="http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-urine24h-creatinine-clearance"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.40.999.11.11"/>
  </identifier>
  <version value="1.0.0-ballot"/>
  <name value="UrineCreatinineClearanceProcedure"/>
  <title value="Procedure - 24-hour urine creatinine clearance"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2020-02-13T18:00:00+01:00"/>
  <publisher value="HL7 International / Orders and Observations"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/orders"/>
    </telecom>
  </contact>
  <description
               value="Procedures conveying the creatinine renal clearance in 24h urine observation"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <purpose
           value="This procedures only hooks the creatinine renal clearance in 24h urine observation to the laboratory service &quot;Creatinine 24H renal clearance&quot;"/>
  <kind value="ServiceRequest"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="2164-2"/>
      <display
               value="Creatinine renal clearance in 24 hour Urine and Serum or Plasma"/>
    </coding>
  </code>
  <observationResultRequirement
                                value="http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-creatinine-renal-clearance"/>
</ActivityDefinition>