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
| Page standards status: Informative |
<ActivityDefinition xmlns="http://hl7.org/fhir">
<id value="example-lab-procedure-potassium-serum"/>
<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 - potassium measurement on in vitro blood serum</td>
</tr>
<tr>
<th scope="row"><b>Id: </b></th>
<td style="padding-left: 4px;">example-lab-procedure-potassium-serum</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>
Official
</b>
</th>
<td style="padding-left: 4px;">
<p style="margin-bottom: 5px;">
<span>K_serum_test</span>
</p>
</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.6</span>
</p>
</td>
</tr>
<tr>
<th scope="row"><b>Effective Period: </b></th>
<td style="padding-left: 4px;">2020-04-01..2020-12-25</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-01-24 14:00:00+0200</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>Potassium measurement procedure on in-vitro serum specimen</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>Topic: </b></th>
<td style="padding-left: 4px;">166312007</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>2823-3</span></p>
<p><b>display: </b><span>Potassium [Moles/volume] in Serum or Plasma</span></p>
</td>
</tr>
<tr>
<th scope="row"><b>Kind: </b></th>
<td style="padding-left: 4px;">ServiceRequest</td>
</tr>
<tr>
<th scope="row"><b>Priority: </b></th>
<td style="padding-left: 4px;">routine</td>
</tr>
</table>
</div>
</div>
</text>
<url
value="http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-procedure-potassium-serum"/>
<identifier>
<use value="official"/>
<value value="K_serum_test"/>
</identifier>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.40.999.11.6"/>
</identifier>
<version value="1.0.0-ballot"/>
<name value="PotassiumSerumMeasurementProcedure"/>
<title value="Procedure - potassium measurement on in vitro blood serum"/>
<status value="draft"/>
<experimental value="true"/>
<date value="2020-01-24T14:00:00+02: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="Potassium measurement procedure on in-vitro serum specimen"/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
</coding>
</jurisdiction>
<purpose
value="This _ActivityDefinition_ specifies the input specimens and observations needed to perform potassium level test on serum, and the output observation. It is referenced by any _PlanDefinition_ representing a lab service focusing on this test."/>
<effectivePeriod>
<start value="2020-04-01"/>
<end value="2020-12-25"/>
</effectivePeriod>
<topic>
<coding>
<system value="http://snomed.info/sct"/>
<code value="166312007"/>
<display value="Blood chemistry"/>
</coding>
</topic>
<kind value="ServiceRequest"/>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="2823-3"/>
<display value="Potassium [Moles/volume] in Serum or Plasma"/>
</coding>
</code>
<priority value="routine"/>
<timingDuration>
<value value="30"/>
<unit value="minutes"/>
<system value="http://unitsofmeasure.org"/>
<code value="mn"/>
</timingDuration>
<observationRequirement
value="http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-input-observation-reason-for-ordering"/>
<observationResultRequirement
value="http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-serum-potassium"/>
</ActivityDefinition>