MyHealtheVet use of PGHD
0.2.10-beta - ci-build United States of America flag

MyHealtheVet use of PGHD - Local Development build (v0.2.10-beta) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: The body temperature measurement types that MHV supports - XML Representation

Page standards status: Trial-use Maturity Level: 2

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="mhv-body-temperatures"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include these codes as defined in <a href="http://unitsofmeasure.org"><code>http://unitsofmeasure.org</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>[degF]</td><td>degree Fahrenheit</td></tr><tr><td>Cel</td><td>degree Celsius</td></tr></table></li></ul></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="2">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="https://johnmoehrke.github.io/MHV-PGHD/ImplementationGuide/va.mhv.example"/>
      </extension>
    </valueInteger>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="https://johnmoehrke.github.io/MHV-PGHD/ImplementationGuide/va.mhv.example"/>
      </extension>
    </valueCode>
  </extension>
  <url
       value="https://johnmoehrke.github.io/MHV-PGHD/ValueSet/mhv-body-temperatures"/>
  <version value="0.2.10-beta"/>
  <name value="MHVbodyTemperatures"/>
  <title value="The body temperature measurement types that MHV supports"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2023-12-06T12:46:33-06:00"/>
  <publisher value="John Moehrke (himself)"/>
  <contact>
    <name value="John Moehrke (himself)"/>
    <telecom>
      <system value="url"/>
      <value value="http://healthcaresecprivacy.blogspot.com"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="JohnMoehrke@gmail.com"/>
    </telecom>
  </contact>
  <contact>
    <name value="John Moehrke (himself)"/>
    <telecom>
      <system value="email"/>
      <value value="JohnMoehrke@gmail.com"/>
    </telecom>
  </contact>
  <description value="These are the UCUM types that MHV supports."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system value="http://unitsofmeasure.org"/>
      <concept>
        <code value="[degF]"/>
        <display value="degree Fahrenheit"/>
      </concept>
      <concept>
        <code value="Cel"/>
        <display value="degree Celsius"/>
      </concept>
    </include>
  </compose>
</ValueSet>