@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://terminology.hl7.org/v2plusvocab/CodeSystem/kindOfQuantity> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "kindOfQuantity"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-kindOfQuantity.html\"><code>http://terminology.hl7.org/v2plusvocab/CodeSystem/kindOfQuantity</code></a></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://terminology.hl7.org/v2plusvocab/StructureDefinition/codesystem-v2versionCreated"^^xsd:anyURI ;
       fhir:l <http://terminology.hl7.org/v2plusvocab/StructureDefinition/codesystem-v2versionCreated>
     ] ;
     fhir:value [
       a fhir:String ;
       fhir:v "2.9.1"
     ]
  ] [
     fhir:url [
       fhir:v "http://terminology.hl7.org/v2plusvocab/StructureDefinition/codesystem-versionHistory"^^xsd:anyURI ;
       fhir:l <http://terminology.hl7.org/v2plusvocab/StructureDefinition/codesystem-versionHistory>
     ] ;
     fhir:value [
       a fhir:String ;
       fhir:v "generate correct history somehow"
     ]
  ] [
     fhir:url [
       fhir:v "http://terminology.hl7.org/v2plusvocab/StructureDefinition/codesystem-tableNo"^^xsd:anyURI ;
       fhir:l <http://terminology.hl7.org/v2plusvocab/StructureDefinition/codesystem-tableNo>
     ] ;
     fhir:value [
       a fhir:String ;
       fhir:v "0254"
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://terminology.hl7.org/v2plusvocab/CodeSystem/kindOfQuantity"^^xsd:anyURI ;
     fhir:l <http://terminology.hl7.org/v2plusvocab/CodeSystem/kindOfQuantity>
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.18.149" ]
  ] [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "http://terminology.hl7.org/v2plusvocab/CodeSystem/v2-0254" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "KindOfQuantity"] ; # 
  fhir:title [ fhir:v "Kind of Quantity (2.9.1 - 1.0.0)"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-03-13T11:04:57+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7/FO"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7/FO" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "HL7 published code system of concepts that describe categories of an underlying kind of property represented by an observation.  These are intended to distinguish concentrations from total amounts, molar concentrations from mass concentrations, partial pressures from colors, and so forth.  These are discussed more fully in the LOINC Users’ Manual.   These defined categories are derived from the approach described in 1995 edition of the IUPAC Silver Book.  These distinctions are used in IUPAC and LOINC standard codes.  Needs review by OO and HTA to determined if this is a value set built on LOINC part codes or some other external vocabulary."] ; # 
  fhir:copyright [ fhir:v "HL7 Inc., 2026"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:compositional [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:property ( [
     fhir:code [ fhir:v "versionIntroduced" ] ;
     fhir:uri [
       fhir:v "http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#versionIntroduced"^^xsd:anyURI ;
       fhir:l <http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#versionIntroduced>
     ] ;
     fhir:description [ fhir:v "version when was this code introduced" ] ;
     fhir:type [ fhir:v "string" ]
  ] [
     fhir:code [ fhir:v "versionDeprecated" ] ;
     fhir:uri [
       fhir:v "http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#versionDeprecated"^^xsd:anyURI ;
       fhir:l <http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#versionDeprecated>
     ] ;
     fhir:description [ fhir:v "version when was this code deprecated" ] ;
     fhir:type [ fhir:v "string" ]
  ] [
     fhir:code [ fhir:v "status" ] ;
     fhir:uri [
       fhir:v "http://hl7.org/fhir/concept-properties#status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/concept-properties#status>
     ] ;
     fhir:description [ fhir:v "A code that indicates the status of the concept. Typical values are active, experimental, deprecated, and retired" ] ;
     fhir:type [ fhir:v "code" ]
  ] [
     fhir:code [ fhir:v "comment" ] ;
     fhir:uri [
       fhir:v "http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#comment"^^xsd:anyURI ;
       fhir:l <http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#comment>
     ] ;
     fhir:description [ fhir:v "A string that provides additional detail pertinent to the use or understanding of the concept" ] ;
     fhir:type [ fhir:v "string" ]
  ] [
     fhir:code [ fhir:v "usage" ] ;
     fhir:uri [
       fhir:v "http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#usage"^^xsd:anyURI ;
       fhir:l <http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#usage>
     ] ;
     fhir:description [ fhir:v "usage notes for this code" ] ;
     fhir:type [ fhir:v "string" ]
  ] [
     fhir:code [ fhir:v "modified" ] ;
     fhir:uri [
       fhir:v "http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#modified"^^xsd:anyURI ;
       fhir:l <http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#modified>
     ] ;
     fhir:description [ fhir:v "date of last modification" ] ;
     fhir:type [ fhir:v "dateTime" ]
  ] ) ; # 
  fhir:concept ( [
     fhir:id [ fhir:v "2434" ] ;
     fhir:code [ fhir:v "ABS" ] ;
     fhir:display [ fhir:v "Absorbance" ] ;
     fhir:definition [ fhir:v "Absorbance" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2423" ] ;
     fhir:code [ fhir:v "ACNC" ] ;
     fhir:display [ fhir:v "Concentration, Arbitrary Substance" ] ;
     fhir:definition [ fhir:v "Concentration, Arbitrary Substance" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2435" ] ;
     fhir:code [ fhir:v "ACT" ] ;
     fhir:display [ fhir:v "Activity" ] ;
     fhir:definition [ fhir:v "Activity" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2436" ] ;
     fhir:code [ fhir:v "APER" ] ;
     fhir:display [ fhir:v "Appearance" ] ;
     fhir:definition [ fhir:v "Appearance" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2437" ] ;
     fhir:code [ fhir:v "ARB" ] ;
     fhir:display [ fhir:v "Arbitrary" ] ;
     fhir:definition [ fhir:v "Arbitrary" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2438" ] ;
     fhir:code [ fhir:v "AREA" ] ;
     fhir:display [ fhir:v "Area" ] ;
     fhir:definition [ fhir:v "Area" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2439" ] ;
     fhir:code [ fhir:v "ASPECT" ] ;
     fhir:display [ fhir:v "Aspect" ] ;
     fhir:definition [ fhir:v "Aspect" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2384" ] ;
     fhir:code [ fhir:v "CACT" ] ;
     fhir:display [ fhir:v "Catalytic Activity" ] ;
     fhir:definition [ fhir:v "Catalytic Activity" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2387" ] ;
     fhir:code [ fhir:v "CCNT" ] ;
     fhir:display [ fhir:v "Catalytic Content" ] ;
     fhir:definition [ fhir:v "Catalytic Content" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2386" ] ;
     fhir:code [ fhir:v "CCRTO" ] ;
     fhir:display [ fhir:v "Catalytic Concentration Ratio" ] ;
     fhir:definition [ fhir:v "Catalytic Concentration Ratio" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2388" ] ;
     fhir:code [ fhir:v "CFR" ] ;
     fhir:display [ fhir:v "Catalytic Fraction" ] ;
     fhir:definition [ fhir:v "Catalytic Fraction" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2440" ] ;
     fhir:code [ fhir:v "CLAS" ] ;
     fhir:display [ fhir:v "Class" ] ;
     fhir:definition [ fhir:v "Class" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2385" ] ;
     fhir:code [ fhir:v "CNC" ] ;
     fhir:display [ fhir:v "Catalytic Concentration" ] ;
     fhir:definition [ fhir:v "Catalytic Concentration" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2441" ] ;
     fhir:code [ fhir:v "CNST" ] ;
     fhir:display [ fhir:v "Constant" ] ;
     fhir:definition [ fhir:v "Constant" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2442" ] ;
     fhir:code [ fhir:v "COEF" ] ;
     fhir:display [ fhir:v "Coefficient" ] ;
     fhir:definition [ fhir:v "Coefficient" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2443" ] ;
     fhir:code [ fhir:v "COLOR" ] ;
     fhir:display [ fhir:v "Color" ] ;
     fhir:definition [ fhir:v "Color" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2444" ] ;
     fhir:code [ fhir:v "CONS" ] ;
     fhir:display [ fhir:v "Consistency" ] ;
     fhir:definition [ fhir:v "Consistency" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2389" ] ;
     fhir:code [ fhir:v "CRAT" ] ;
     fhir:display [ fhir:v "Catalytic Rate" ] ;
     fhir:definition [ fhir:v "Catalytic Rate" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2390" ] ;
     fhir:code [ fhir:v "CRTO" ] ;
     fhir:display [ fhir:v "Catalytic Ratio" ] ;
     fhir:definition [ fhir:v "Catalytic Ratio" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2445" ] ;
     fhir:code [ fhir:v "DEN" ] ;
     fhir:display [ fhir:v "Density" ] ;
     fhir:definition [ fhir:v "Density" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2446" ] ;
     fhir:code [ fhir:v "DEV" ] ;
     fhir:display [ fhir:v "Device" ] ;
     fhir:definition [ fhir:v "Device" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2447" ] ;
     fhir:code [ fhir:v "DIFF" ] ;
     fhir:display [ fhir:v "Difference" ] ;
     fhir:definition [ fhir:v "Difference" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2448" ] ;
     fhir:code [ fhir:v "ELAS" ] ;
     fhir:display [ fhir:v "Elasticity" ] ;
     fhir:definition [ fhir:v "Elasticity" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2449" ] ;
     fhir:code [ fhir:v "ELPOT" ] ;
     fhir:display [ fhir:v "Electrical Potential (Voltage)" ] ;
     fhir:definition [ fhir:v "Electrical Potential (Voltage)" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2450" ] ;
     fhir:code [ fhir:v "ELRAT" ] ;
     fhir:display [ fhir:v "Electrical current (amperage)" ] ;
     fhir:definition [ fhir:v "Electrical current (amperage)" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2451" ] ;
     fhir:code [ fhir:v "ELRES" ] ;
     fhir:display [ fhir:v "Electrical Resistance" ] ;
     fhir:definition [ fhir:v "Electrical Resistance" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2452" ] ;
     fhir:code [ fhir:v "ENGR" ] ;
     fhir:display [ fhir:v "Energy" ] ;
     fhir:definition [ fhir:v "Energy" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2391" ] ;
     fhir:code [ fhir:v "ENT" ] ;
     fhir:display [ fhir:v "Entitic" ] ;
     fhir:definition [ fhir:v "Entitic" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2393" ] ;
     fhir:code [ fhir:v "ENTCAT" ] ;
     fhir:display [ fhir:v "Entitic Catalytic Activity" ] ;
     fhir:definition [ fhir:v "Entitic Catalytic Activity" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2394" ] ;
     fhir:code [ fhir:v "ENTNUM" ] ;
     fhir:display [ fhir:v "Entitic Number" ] ;
     fhir:definition [ fhir:v "Entitic Number" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2392" ] ;
     fhir:code [ fhir:v "ENTSUB" ] ;
     fhir:display [ fhir:v "Entitic Substance of Amount" ] ;
     fhir:definition [ fhir:v "Entitic Substance of Amount" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2395" ] ;
     fhir:code [ fhir:v "ENTVOL" ] ;
     fhir:display [ fhir:v "Entitic Volume" ] ;
     fhir:definition [ fhir:v "Entitic Volume" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2453" ] ;
     fhir:code [ fhir:v "EQL" ] ;
     fhir:display [ fhir:v "Equilibrium" ] ;
     fhir:definition [ fhir:v "Equilibrium" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2454" ] ;
     fhir:code [ fhir:v "FORCE" ] ;
     fhir:display [ fhir:v "Mechanical force" ] ;
     fhir:definition [ fhir:v "Mechanical force" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2455" ] ;
     fhir:code [ fhir:v "FREQ" ] ;
     fhir:display [ fhir:v "Frequency" ] ;
     fhir:definition [ fhir:v "Frequency" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2456" ] ;
     fhir:code [ fhir:v "IMP" ] ;
     fhir:display [ fhir:v "Impression/ interpretation of study" ] ;
     fhir:definition [ fhir:v "Impression/ interpretation of study" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2457" ] ;
     fhir:code [ fhir:v "KINV" ] ;
     fhir:display [ fhir:v "Kinematic Viscosity" ] ;
     fhir:definition [ fhir:v "Kinematic Viscosity" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2458" ] ;
     fhir:code [ fhir:v "LEN" ] ;
     fhir:display [ fhir:v "Length" ] ;
     fhir:definition [ fhir:v "Length" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2459" ] ;
     fhir:code [ fhir:v "LINC" ] ;
     fhir:display [ fhir:v "Length Increment" ] ;
     fhir:definition [ fhir:v "Length Increment" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2460" ] ;
     fhir:code [ fhir:v "LIQ" ] ;
     fhir:display [ fhir:v "Liquefaction" ] ;
     fhir:definition [ fhir:v "Liquefaction" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2396" ] ;
     fhir:code [ fhir:v "MASS" ] ;
     fhir:display [ fhir:v "Mass" ] ;
     fhir:definition [ fhir:v "Mass" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2397" ] ;
     fhir:code [ fhir:v "MCNC" ] ;
     fhir:display [ fhir:v "Mass Concentration" ] ;
     fhir:definition [ fhir:v "Mass Concentration" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2399" ] ;
     fhir:code [ fhir:v "MCNT" ] ;
     fhir:display [ fhir:v "Mass Content" ] ;
     fhir:definition [ fhir:v "Mass Content" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2398" ] ;
     fhir:code [ fhir:v "MCRTO" ] ;
     fhir:display [ fhir:v "Mass Concentration Ratio" ] ;
     fhir:definition [ fhir:v "Mass Concentration Ratio" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2400" ] ;
     fhir:code [ fhir:v "MFR" ] ;
     fhir:display [ fhir:v "Mass Fraction" ] ;
     fhir:definition [ fhir:v "Mass Fraction" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2461" ] ;
     fhir:code [ fhir:v "MGFLUX" ] ;
     fhir:display [ fhir:v "Magnetic flux" ] ;
     fhir:definition [ fhir:v "Magnetic flux" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2401" ] ;
     fhir:code [ fhir:v "MINC" ] ;
     fhir:display [ fhir:v "Mass Increment" ] ;
     fhir:definition [ fhir:v "Mass Increment" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2462" ] ;
     fhir:code [ fhir:v "MORPH" ] ;
     fhir:display [ fhir:v "Morphology" ] ;
     fhir:definition [ fhir:v "Morphology" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2463" ] ;
     fhir:code [ fhir:v "MOTIL" ] ;
     fhir:display [ fhir:v "Motility" ] ;
     fhir:definition [ fhir:v "Motility" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2402" ] ;
     fhir:code [ fhir:v "MRAT" ] ;
     fhir:display [ fhir:v "Mass Rate" ] ;
     fhir:definition [ fhir:v "Mass Rate" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2403" ] ;
     fhir:code [ fhir:v "MRTO" ] ;
     fhir:display [ fhir:v "Mass Ratio" ] ;
     fhir:definition [ fhir:v "Mass Ratio" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2405" ] ;
     fhir:code [ fhir:v "NCNC" ] ;
     fhir:display [ fhir:v "Number Concentration" ] ;
     fhir:definition [ fhir:v "Number Concentration" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2406" ] ;
     fhir:code [ fhir:v "NCNT" ] ;
     fhir:display [ fhir:v "Number Content" ] ;
     fhir:definition [ fhir:v "Number Fraction" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2407" ] ;
     fhir:code [ fhir:v "NFR" ] ;
     fhir:display [ fhir:v "Number Fraction" ] ;
     fhir:definition [ fhir:v "Number Fraction" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2408" ] ;
     fhir:code [ fhir:v "NRTO" ] ;
     fhir:display [ fhir:v "Number Ratio" ] ;
     fhir:definition [ fhir:v "Number Ratio" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2404" ] ;
     fhir:code [ fhir:v "NUM" ] ;
     fhir:display [ fhir:v "Number" ] ;
     fhir:definition [ fhir:v "Number" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2464" ] ;
     fhir:code [ fhir:v "OD" ] ;
     fhir:display [ fhir:v "Optical density" ] ;
     fhir:definition [ fhir:v "Optical density" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2465" ] ;
     fhir:code [ fhir:v "OSMOL" ] ;
     fhir:display [ fhir:v "Osmolality" ] ;
     fhir:definition [ fhir:v "Osmolality" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2467" ] ;
     fhir:code [ fhir:v "PRES" ] ;
     fhir:display [ fhir:v "Pressure (Partial)" ] ;
     fhir:definition [ fhir:v "Pressure (Partial)" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2466" ] ;
     fhir:code [ fhir:v "PRID" ] ;
     fhir:display [ fhir:v "Presence/Identity/Existence" ] ;
     fhir:definition [ fhir:v "Presence/Identity/Existence" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2468" ] ;
     fhir:code [ fhir:v "PWR" ] ;
     fhir:display [ fhir:v "Power (wattage)" ] ;
     fhir:definition [ fhir:v "Power (wattage)" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2469" ] ;
     fhir:code [ fhir:v "RANGE" ] ;
     fhir:display [ fhir:v "Ranges" ] ;
     fhir:definition [ fhir:v "Ranges" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2470" ] ;
     fhir:code [ fhir:v "RATIO" ] ;
     fhir:display [ fhir:v "Ratios" ] ;
     fhir:definition [ fhir:v "Ratios" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2432" ] ;
     fhir:code [ fhir:v "RCRLTM" ] ;
     fhir:display [ fhir:v "Reciprocal Relative Time" ] ;
     fhir:definition [ fhir:v "Reciprocal Relative Time" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2471" ] ;
     fhir:code [ fhir:v "RDEN" ] ;
     fhir:display [ fhir:v "Relative Density" ] ;
     fhir:definition [ fhir:v "Relative Density" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2472" ] ;
     fhir:code [ fhir:v "REL" ] ;
     fhir:display [ fhir:v "Relative" ] ;
     fhir:definition [ fhir:v "Relative" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2424" ] ;
     fhir:code [ fhir:v "RLMCNC" ] ;
     fhir:display [ fhir:v "Relative Mass Concentration" ] ;
     fhir:definition [ fhir:v "Relative Mass Concentration" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2425" ] ;
     fhir:code [ fhir:v "RLSCNC" ] ;
     fhir:display [ fhir:v "Relative Substance Concentration" ] ;
     fhir:definition [ fhir:v "Relative Substance Concentration" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2433" ] ;
     fhir:code [ fhir:v "RLTM" ] ;
     fhir:display [ fhir:v "Relative Time" ] ;
     fhir:definition [ fhir:v "Relative Time" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2473" ] ;
     fhir:code [ fhir:v "SATFR" ] ;
     fhir:display [ fhir:v "Saturation Fraction" ] ;
     fhir:definition [ fhir:v "Saturation Fraction" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2410" ] ;
     fhir:code [ fhir:v "SCNC" ] ;
     fhir:display [ fhir:v "Substance Concentration" ] ;
     fhir:definition [ fhir:v "Substance Concentration" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2415" ] ;
     fhir:code [ fhir:v "SCNCIN" ] ;
     fhir:display [ fhir:v "Substance Concentration Increment" ] ;
     fhir:definition [ fhir:v "Substance Concentration Increment" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2412" ] ;
     fhir:code [ fhir:v "SCNT" ] ;
     fhir:display [ fhir:v "Substance Content" ] ;
     fhir:definition [ fhir:v "Substance Content" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2413" ] ;
     fhir:code [ fhir:v "SCNTR" ] ;
     fhir:display [ fhir:v "Substance Content Rate" ] ;
     fhir:definition [ fhir:v "Substance Content Rate" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2411" ] ;
     fhir:code [ fhir:v "SCRTO" ] ;
     fhir:display [ fhir:v "Substance Concentration Ratio" ] ;
     fhir:definition [ fhir:v "Substance Concentration Ratio" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2414" ] ;
     fhir:code [ fhir:v "SFR" ] ;
     fhir:display [ fhir:v "Substance Fraction" ] ;
     fhir:definition [ fhir:v "Substance Fraction" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2474" ] ;
     fhir:code [ fhir:v "SHAPE" ] ;
     fhir:display [ fhir:v "Shape" ] ;
     fhir:definition [ fhir:v "Shape" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2475" ] ;
     fhir:code [ fhir:v "SMELL" ] ;
     fhir:display [ fhir:v "Smell" ] ;
     fhir:definition [ fhir:v "Smell" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2416" ] ;
     fhir:code [ fhir:v "SRAT" ] ;
     fhir:display [ fhir:v "Substance Rate" ] ;
     fhir:definition [ fhir:v "Substance Rate" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2417" ] ;
     fhir:code [ fhir:v "SRTO" ] ;
     fhir:display [ fhir:v "Substance Ratio" ] ;
     fhir:definition [ fhir:v "Substance Ratio" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2409" ] ;
     fhir:code [ fhir:v "SUB" ] ;
     fhir:display [ fhir:v "Substance Amount" ] ;
     fhir:definition [ fhir:v "Substance Amount" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2476" ] ;
     fhir:code [ fhir:v "SUSC" ] ;
     fhir:display [ fhir:v "Susceptibility" ] ;
     fhir:definition [ fhir:v "Susceptibility" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2477" ] ;
     fhir:code [ fhir:v "TASTE" ] ;
     fhir:display [ fhir:v "Taste" ] ;
     fhir:definition [ fhir:v "Taste" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-07-13"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2478" ] ;
     fhir:code [ fhir:v "TEMP" ] ;
     fhir:display [ fhir:v "Temperature" ] ;
     fhir:definition [ fhir:v "Temperature" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2479" ] ;
     fhir:code [ fhir:v "TEMPDF" ] ;
     fhir:display [ fhir:v "Temperature Difference" ] ;
     fhir:definition [ fhir:v "Temperature Difference" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2480" ] ;
     fhir:code [ fhir:v "TEMPIN" ] ;
     fhir:display [ fhir:v "Temperature Increment" ] ;
     fhir:definition [ fhir:v "Temperature Increment" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2426" ] ;
     fhir:code [ fhir:v "THRMCNC" ] ;
     fhir:display [ fhir:v "Threshold Mass Concentration" ] ;
     fhir:definition [ fhir:v "Threshold Mass Concentration" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2427" ] ;
     fhir:code [ fhir:v "THRSCNC" ] ;
     fhir:display [ fhir:v "Threshold Substance Concentration" ] ;
     fhir:definition [ fhir:v "Threshold Substance Concentration" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2428" ] ;
     fhir:code [ fhir:v "TIME" ] ;
     fhir:display [ fhir:v "Time (e.g. seconds)" ] ;
     fhir:definition [ fhir:v "Time (e.g. seconds)" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2481" ] ;
     fhir:code [ fhir:v "TITR" ] ;
     fhir:display [ fhir:v "Dilution Factor (Titer)" ] ;
     fhir:definition [ fhir:v "Dilution Factor (Titer)" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2429" ] ;
     fhir:code [ fhir:v "TMDF" ] ;
     fhir:display [ fhir:v "Time Difference" ] ;
     fhir:definition [ fhir:v "Time Difference" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2430" ] ;
     fhir:code [ fhir:v "TMSTP" ] ;
     fhir:display [ fhir:v "Time Stamp-Date and Time" ] ;
     fhir:definition [ fhir:v "Time Stamp-Date and Time" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2431" ] ;
     fhir:code [ fhir:v "TRTO" ] ;
     fhir:display [ fhir:v "Time Ratio" ] ;
     fhir:definition [ fhir:v "Time Ratio" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2482" ] ;
     fhir:code [ fhir:v "TYPE" ] ;
     fhir:display [ fhir:v "Type" ] ;
     fhir:definition [ fhir:v "Type" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2419" ] ;
     fhir:code [ fhir:v "VCNT" ] ;
     fhir:display [ fhir:v "Volume Content" ] ;
     fhir:definition [ fhir:v "Volume Content" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2483" ] ;
     fhir:code [ fhir:v "VEL" ] ;
     fhir:display [ fhir:v "Velocity" ] ;
     fhir:definition [ fhir:v "Velocity" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2484" ] ;
     fhir:code [ fhir:v "VELRT" ] ;
     fhir:display [ fhir:v "Velocity Ratio" ] ;
     fhir:definition [ fhir:v "Velocity Ratio" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2420" ] ;
     fhir:code [ fhir:v "VFR" ] ;
     fhir:display [ fhir:v "Volume Fraction" ] ;
     fhir:definition [ fhir:v "Volume Fraction" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2485" ] ;
     fhir:code [ fhir:v "VISC" ] ;
     fhir:display [ fhir:v "Viscosity" ] ;
     fhir:definition [ fhir:v "Viscosity" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2418" ] ;
     fhir:code [ fhir:v "VOL" ] ;
     fhir:display [ fhir:v "Volume" ] ;
     fhir:definition [ fhir:v "Volume" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2421" ] ;
     fhir:code [ fhir:v "VRAT" ] ;
     fhir:display [ fhir:v "Volume Rate" ] ;
     fhir:definition [ fhir:v "Volume Rate" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] [
     fhir:id [ fhir:v "2422" ] ;
     fhir:code [ fhir:v "VRTO" ] ;
     fhir:display [ fhir:v "Volume Ratio" ] ;
     fhir:definition [ fhir:v "Volume Ratio" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "usage" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Adopted from the IUPAC Silver Book 1995” to the code"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2015-08-21"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.3"
       ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

