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 - JSON Representation

Active as of 2024-04-16

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "MeasuringType",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "http://vitals.oemig.de/fhir/CodeSystem/MeasuringType",
  "version" : "0.5.4",
  "name" : "MeasuringType",
  "title" : "MeasuringType",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-04-16",
  "publisher" : "FO",
  "contact" : [
    {
      "name" : "FO",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.oemig.de"
        }
      ]
    }
  ],
  "description" : "**Measuring Type**",
  "copyright" : "FO",
  "caseSensitive" : false,
  "valueSet" : "http://vitals.oemig.de/fhir/ValueSet/MeasuringType",
  "hierarchyMeaning" : "is-a",
  "compositional" : false,
  "versionNeeded" : false,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "measured",
      "display" : "value has been measured"
    },
    {
      "code" : "estimated",
      "display" : "value is an estimation"
    }
  ]
}