This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R3 R2
This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.
Definition for Value SetMeasmnt-Principle
<ValueSet xmlns="http://hl7.org/fhir"> <id value="measurement-principle"/> <meta> <lastUpdated value="2015-12-03T09:57:31.744+11:00"/> <profile value="http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <h2>Measmnt-Principle</h2> <p>Different measurement principle supported by the device.</p> <p>This value set has an inline code system http://hl7.org/fhir/measurement-principle, which defines the following codes:</p> <table class="codes"> <tr> <td> <b>Code</b> </td> <td> <b>Display</b> </td> <td> <b>Definition</b> </td> </tr> <tr> <td>other <a name="other"> </a> </td> <td>MSP Other</td> <td>Measurement principle isn't in the list.</td> </tr> <tr> <td>chemical <a name="chemical"> </a> </td> <td>MSP Chemical</td> <td>Measurement is done using the chemical principle.</td> </tr> <tr> <td>electrical <a name="electrical"> </a> </td> <td>MSP Electrical</td> <td>Measurement is done using the electrical principle.</td> </tr> <tr> <td>impedance <a name="impedance"> </a> </td> <td>MSP Impedance</td> <td>Measurement is done using the impedance principle.</td> </tr> <tr> <td>nuclear <a name="nuclear"> </a> </td> <td>MSP Nuclear</td> <td>Measurement is done using the nuclear principle.</td> </tr> <tr> <td>optical <a name="optical"> </a> </td> <td>MSP Optical</td> <td>Measurement is done using the optical principle.</td> </tr> <tr> <td>thermal <a name="thermal"> </a> </td> <td>MSP Thermal</td> <td>Measurement is done using the thermal principle.</td> </tr> <tr> <td>biological <a name="biological"> </a> </td> <td>MSP Biological</td> <td>Measurement is done using the biological principle.</td> </tr> <tr> <td>mechanical <a name="mechanical"> </a> </td> <td>MSP Mechanical</td> <td>Measurement is done using the mechanical principle.</td> </tr> <tr> <td>acoustical <a name="acoustical"> </a> </td> <td>MSP Acoustical</td> <td>Measurement is done using the acoustical principle.</td> </tr> <tr> <td>manual <a name="manual"> </a> </td> <td>MSP Manual</td> <td>Measurement is done using the manual principle.</td> </tr> </table> </div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid"> <valueUri value="urn:oid:2.16.840.1.113883.4.642.2.331"/> </extension> <url value="http://hl7.org/fhir/ValueSet/measurement-principle"/> <version value="1.1.0"/> <name value="Measmnt-Principle"/> <status value="draft"/> <experimental value="false"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="other"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <date value="2015-12-03T09:57:31+11:00"/> <description value="Different measurement principle supported by the device."/> <codeSystem> <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid"> <valueUri value="urn:oid:2.16.840.1.113883.4.642.1.331"/> </extension> <system value="http://hl7.org/fhir/measurement-principle"/> <version value="1.1.0"/> <caseSensitive value="true"/> <concept> <code value="other"/> <display value="MSP Other"/> <definition value="Measurement principle isn't in the list."/> </concept> <concept> <code value="chemical"/> <display value="MSP Chemical"/> <definition value="Measurement is done using the chemical principle."/> </concept> <concept> <code value="electrical"/> <display value="MSP Electrical"/> <definition value="Measurement is done using the electrical principle."/> </concept> <concept> <code value="impedance"/> <display value="MSP Impedance"/> <definition value="Measurement is done using the impedance principle."/> </concept> <concept> <code value="nuclear"/> <display value="MSP Nuclear"/> <definition value="Measurement is done using the nuclear principle."/> </concept> <concept> <code value="optical"/> <display value="MSP Optical"/> <definition value="Measurement is done using the optical principle."/> </concept> <concept> <code value="thermal"/> <display value="MSP Thermal"/> <definition value="Measurement is done using the thermal principle."/> </concept> <concept> <code value="biological"/> <display value="MSP Biological"/> <definition value="Measurement is done using the biological principle."/> </concept> <concept> <code value="mechanical"/> <display value="MSP Mechanical"/> <definition value="Measurement is done using the mechanical principle."/> </concept> <concept> <code value="acoustical"/> <display value="MSP Acoustical"/> <definition value="Measurement is done using the acoustical principle."/> </concept> <concept> <code value="manual"/> <display value="MSP Manual"/> <definition value="Measurement is done using the manual principle."/> </concept> </codeSystem> </ValueSet>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.