Order Catalog Implementation Guide
0.1.0 - STU Ballot 1

This page is part of the Order Catalog Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Lab procedure serum K - XML Representation

Raw xml | Download


<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="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"><p><b>Generated Narrative</b></p><p><b>id</b>: example-lab-procedure-potassium-serum</p><p><b>meta</b>: </p><p><b>language</b>: en-US</p><p><b>url</b>: <a href="http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-procedure-potassium-serum">http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-procedure-potassium-serum</a></p><p><b>identifier</b>: id: K_serum_test (OFFICIAL)</p><p><b>version</b>: 0.1.0</p><p><b>name</b>: PotassiumSerumMeasurementProcedure</p><p><b>title</b>: Procedure - potassium measurement on in vitro blood serum</p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>date</b>: Jan 24, 2020 12:00:00 PM</p><p><b>publisher</b>: HL7 International - Orders and Observations Work Group</p><p><b>contact</b>: http://hl7.org/Special/committees/orders</p><p><b>description</b>: Potassium measurement procedure on in-vitro serum specimen</p><p><b>jurisdiction</b>: <span title="Codes: {http://unstats.un.org/unsd/methods/m49/m49.htm 001}">World</span></p><p><b>purpose</b>: 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.</p><p><b>effectivePeriod</b>: 2020-04-01 --&gt; 2020-12-25</p><p><b>topic</b>: <span title="Codes: {http://snomed.info/sct 166312007}">Blood chemistry</span></p><p><b>kind</b>: ServiceRequest</p><p><b>code</b>: <span title="Codes: {http://loinc.org 2823-3}">Potassium [Moles/volume] in Serum or Plasma</span></p><p><b>priority</b>: routine</p><p><b>timing</b>: 30 minutes</p><p><b>observationRequirement</b>: <a href="ObservationDefinition-example-input-observation-reason-for-ordering.html">Generated Summary: id: example-input-observation-reason-for-ordering; language: en-US; <span title="Codes: {http://terminology.hl7.org/CodeSystem/observation-category exam}">Exam</span>; <span title="Codes: {http://loinc.org 67098-4}">Reason for test or procedure</span>; permittedDataType: CodeableConcept, permittedDataType: string; multipleResultsAllowed</a></p><p><b>observationResultRequirement</b>: <a href="ObservationDefinition-example-observation-serum-potassium.html">Generated Summary: id: example-observation-serum-potassium; language: en-US; <span title="Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}">Laboratory</span>; <span title="Codes: {http://loinc.org 2823-3}">Potassium [Moles/volume] in Serum or Plasma</span>; permittedDataType: Quantity, permittedDataType: string; <span title="Codes: ">Ion Selective Electrode (ISE)</span>; preferredReportName: Potassium</a></p></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>
  <version value="0.1.0"/>
  <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 Work Group"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://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>
    <reference
               value="ObservationDefinition/example-input-observation-reason-for-ordering"/>
  </observationRequirement>
  <observationResultRequirement>
    <reference value="ObservationDefinition/example-observation-serum-potassium"/>
  </observationResultRequirement>
</ActivityDefinition>