FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/CuffType

Packagebloodpressure
Resource TypeCodeSystem
IdCuffType
FHIR VersionR4
Sourcehttp://bloodpressure.oemig.de/fhir/https://build.fhir.org/ig/frankoemig/bloodpressure/CodeSystem-CuffType.html
URLhttp://bloodpressure.oemig.de/fhir/CodeSystem/CuffType
Version0.2.12
Statusactive
Date2024-04-16
NameCuffTypeCS
TitleCuff Type
Description**Cuff Type**
CopyrightFO
Contentcomplete

Resources that use this resource

ValueSet
CuffTypeCuff Type

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem CuffType

This case-insensitive code system http://bloodpressure.oemig.de/fhir/CodeSystem/CuffType defines the following codes in a Is-A hierarchy:

CodeDisplay
reusable The most popular and common cuff on the market today is the reusable cuff.
disposable Disposable cuffs are the 2nd most common cuff on the market.
Dring D-ring cuffs are designed to be self-applied and make it easier for the patient to take their own blood pressure without assistance.
specialty specialty-use blood pressure cuffs

Source

{
  "resourceType": "CodeSystem",
  "id": "CuffType",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://bloodpressure.oemig.de/fhir/CodeSystem/CuffType",
  "version": "0.2.12",
  "name": "CuffTypeCS",
  "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://bloodpressure.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"
    }
  ]
}