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 input observation - reason - XML Representation

Raw xml | Download


<ObservationDefinition xmlns="http://hl7.org/fhir">
  <id value="example-input-observation-reason-for-ordering"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/order-catalog/StructureDefinition/InputObservationDefinition"/>
  </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>Reason for ordering a laboratory service, asked at order entry</p>
            <p><b>category:</b> Exam</p>
            <p><b>code:</b> 67098-4 |Reason for test or procedure| (http://loinc.org)</p>
            <p><b>permittedDataType:</b> CodeableConcept, string</p>
            <p><b>multipleResultAllowed:</b> true</p>
            <p><b>validCodedValueSet:</b> ValueSet/example-reasons-for-order</p>
        </div>
  </text>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="exam"/>
      <display value="Exam"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="67098-4"/>
      <display value="Reason for test or procedure"/>
    </coding>
  </code>
  <permittedDataType value="CodeableConcept"/>
  <permittedDataType value="string"/>
  <multipleResultsAllowed value="true"/>
  <validCodedValueSet>
    <reference value="ValueSet/example-reasons-for-order"/>
  </validCodedValueSet>
</ObservationDefinition>