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

: Cuff Type - JSON Representation

Active as of 2024-04-16

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "CuffType",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem CuffType</b></p><a name=\"CuffType\"> </a><a name=\"hcCuffType\"> </a><a name=\"CuffType-en-US\"> </a><p>This case-insensitive code system <code>http://vitals.oemig.de/fhir/CodeSystem/CuffType</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\">reusable<a name=\"CuffType-reusable\"> </a></td><td>The most popular and common cuff on the market today is the reusable cuff.</td></tr><tr><td style=\"white-space:nowrap\">disposable<a name=\"CuffType-disposable\"> </a></td><td>Disposable cuffs are the 2nd most common cuff on the market.</td></tr><tr><td style=\"white-space:nowrap\">Dring<a name=\"CuffType-Dring\"> </a></td><td>D-ring cuffs are designed to be self-applied and make it easier for the patient to take their own blood pressure without assistance.</td></tr><tr><td style=\"white-space:nowrap\">specialty<a name=\"CuffType-specialty\"> </a></td><td>specialty-use blood pressure cuffs</td></tr></table></div>"
  },
  "url" : "http://vitals.oemig.de/fhir/CodeSystem/CuffType",
  "version" : "0.5.4",
  "name" : "CuffType",
  "title" : "Cuff Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-04-16",
  "publisher" : "FO",
  "contact" : [
    {
      "name" : "FO",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.oemig.de"
        }
      ]
    }
  ],
  "description" : "**Cuff Type**",
  "copyright" : "FO",
  "caseSensitive" : false,
  "valueSet" : "http://vitals.oemig.de/fhir/ValueSet/CuffType",
  "hierarchyMeaning" : "is-a",
  "compositional" : false,
  "versionNeeded" : false,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "reusable",
      "display" : "The most popular and common cuff on the market today is the reusable cuff."
    },
    {
      "code" : "disposable",
      "display" : "Disposable cuffs are the 2nd most common cuff on the market."
    },
    {
      "code" : "Dring",
      "display" : "D-ring cuffs are designed to be self-applied and make it easier for the patient to take their own blood pressure without assistance."
    },
    {
      "code" : "specialty",
      "display" : "specialty-use blood pressure cuffs"
    }
  ]
}