Vital Signs Cross-Country Cross-Language Cross-Paradigm (Demo) IG
0.5.4 - ci-build

Vital Signs Cross-Country Cross-Language Cross-Paradigm (Demo) IG, published by FO. This guide is not an authorized publication; it is the continuous build for version 0.5.4 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/frankoemig/vital-signs-demo/ and changes regularly. See the Directory of published versions

: MeasuringType - XML Representation

Active as of 2024-04-16

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="MeasuringType"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem MeasuringType</b></p><a name="MeasuringType"> </a><a name="hcMeasuringType"> </a><a name="MeasuringType-en-US"> </a><p>This case-insensitive code system <code>http://vitals.oemig.de/fhir/CodeSystem/MeasuringType</code> defines the following codes in a Is-A hierarchy:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style="white-space:nowrap">measured<a name="MeasuringType-measured"> </a></td><td>value has been measured</td></tr><tr><td style="white-space:nowrap">estimated<a name="MeasuringType-estimated"> </a></td><td>value is an estimation</td></tr></table></div>
  </text>
  <url value="http://vitals.oemig.de/fhir/CodeSystem/MeasuringType"/>
  <version value="0.5.4"/>
  <name value="MeasuringType"/>
  <title value="MeasuringType"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2024-04-16"/>
  <publisher value="FO"/>
  <contact>
    <name value="FO"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.oemig.de"/>
    </telecom>
  </contact>
  <description value="**Measuring Type**"/>
  <copyright value="FO"/>
  <caseSensitive value="false"/>
  <valueSet value="http://vitals.oemig.de/fhir/ValueSet/MeasuringType"/>
  <hierarchyMeaning value="is-a"/>
  <compositional value="false"/>
  <versionNeeded value="false"/>
  <content value="complete"/>
  <count value="2"/>
  <concept>
    <code value="measured"/>
    <display value="value has been measured"/>
  </concept>
  <concept>
    <code value="estimated"/>
    <display value="value is an estimation"/>
  </concept>
</CodeSystem>