This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Logical Model V3 Data type PQ (PhysicalQuantity)
<StructureDefinition xmlns="http://hl7.org/fhir"> <id value="PQ"/> <extension url="http://www.healthintersections.com.au/fhir/StructureDefinition/extension-namespace"> <valueUri value="urn:hl7-org:v3"/> </extension> <url value="http://hl7.org/fhir/StructureDefinition/PQ"/> <name value="V3 Data type PQ (PhysicalQuantity)"/> <display value="V3 Data type PQ (PhysicalQuantity)"/> <status value="active"/> <experimental value="false"/> <publisher value="HL7"/> <description value="A dimensioned quantity expressing the result of measuring."/> <kind value="logical"/> <abstract value="false"/> <baseDefinition value="http://hl7.org/fhir/StructureDefinition/QTY"/> <snapshot> <element> <path value="PQ"/> <min value="1"/> <max value="*"/> <type> <code value="Element"/> </type> </element> <element> <path value="PQ.nullFlavor"/> <representation value="xmlAttr"/> <label value="Exceptional Value Detail"/> <definition value="If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing."/> <min value="0"/> <max value="1"/> <type> <code value="code"/> </type> <binding> <strength value="required"/> <valueSetReference> <reference value="http://hl7.org/fhir/ValueSet/v3-NullFlavor"/> </valueSetReference> </binding> </element> <element> <path value="PQ.value"/> <representation value="xmlAttr"/> <label value="Maginitude Value"/> <definition value="The magnitude of the quantity measured in terms of the unit."/> <min value="0"/> <max value="1"/> <type> <code value="decimal"/> </type> </element> <element> <path value="PQ.unit"/> <representation value="xmlAttr"/> <label value="Unit of Measure"/> <definition value="The unit of measure specified in the Unified Code for Units of Measure (UCUM) []."/> <min value="0"/> <max value="1"/> <type> <code value="code"/> </type> </element> <element> <path value="PQ.translation"/> <label value="Translation"/> <definition value="An alternative representation of the same physical quantity expressed in a different unit, of a different unit code system and possibly with a different value."/> <min value="0"/> <max value="*"/> <type> <code value="PQR"/> </type> </element> <element> <path value="PQ.inclusive"/> <representation value="xmlAttr"/> <min value="0"/> <max value="1"/> <type> <code value="boolean"/> </type> </element> </snapshot> <differential> <element> <path value="PQ"/> <min value="1"/> <max value="*"/> <type> <code value="Element"/> </type> </element> <element> <path value="PQ.value"/> <representation value="xmlAttr"/> <label value="Maginitude Value"/> <definition value="The magnitude of the quantity measured in terms of the unit."/> <min value="0"/> <max value="1"/> <type> <code value="decimal"/> </type> </element> <element> <path value="PQ.unit"/> <representation value="xmlAttr"/> <label value="Unit of Measure"/> <definition value="The unit of measure specified in the Unified Code for Units of Measure (UCUM) []."/> <min value="0"/> <max value="1"/> <type> <code value="code"/> </type> </element> <element> <path value="PQ.translation"/> <label value="Translation"/> <definition value="An alternative representation of the same physical quantity expressed in a different unit, of a different unit code system and possibly with a different value."/> <min value="0"/> <max value="*"/> <type> <code value="PQR"/> </type> </element> <element> <path value="PQ.inclusive"/> <representation value="xmlAttr"/> <min value="0"/> <max value="1"/> <type> <code value="boolean"/> </type> </element> </differential> </StructureDefinition>
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.