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

FHIR IG Statistics: CodeSystem/CuffSize

Packagebloodpressure
TypeCodeSystem
IdCuffSize
FHIR VersionR4
Sourcehttp://bloodpressure.oemig.de/fhir/https://build.fhir.org/ig/frankoemig/bloodpressure/CodeSystem-CuffSize.html
URLhttp://bloodpressure.oemig.de/fhir/CodeSystem/CuffSize
Version0.2.12
Statusactive
Date2024-04-16
NameCuffSizeCS
TitleCuff Size
Description**Cuff Size**
CopyrightFO
Contentcomplete

Resources that use this resource

ValueSet
CuffSizeCuff Size

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem CuffSize

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

LvlCodeDisplay
1Adult A cuff that is standard for an adult.
2  AdultThigh A cuff used for an adult thigh.
2  LargeAdult A cuff for adults with larger arms.
2  SmallAdult A cuff used for a small adult.
1PaediatricChild A cuff that is appropriate for a child or adult with a thin arm.
1Infant A cuff used for infants.
1Neonatal A cuff used for a neonate, assuming cuff is the appropriate size for maturity and birthweight of the neonate.

Source

{
  "resourceType": "CodeSystem",
  "id": "CuffSize",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://bloodpressure.oemig.de/fhir/CodeSystem/CuffSize",
  "version": "0.2.12",
  "name": "CuffSizeCS",
  "title": "Cuff Size",
  "status": "active",
  "experimental": false,
  "date": "2024-04-16",
  "publisher": "FO",
  "contact": [
    {
      "name": "FO",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.oemig.de"
        }
      ]
    }
  ],
  "description": "**Cuff Size**",
  "copyright": "FO",
  "caseSensitive": false,
  "valueSet": "http://bloodpressure.oemig.de/fhir/ValueSet/CuffSize",
  "hierarchyMeaning": "is-a",
  "compositional": false,
  "versionNeeded": false,
  "content": "complete",
  "count": 7,
  "concept": [
    {
      "code": "Adult",
      "display": "A cuff that is standard for an adult.",
      "concept": [
        {
          "code": "AdultThigh",
          "display": "A cuff used for an adult thigh."
        },
        {
          "code": "LargeAdult",
          "display": "A cuff for adults with larger arms."
        },
        {
          "code": "SmallAdult",
          "display": "A cuff used for a small adult."
        }
      ]
    },
    {
      "code": "PaediatricChild",
      "display": "A cuff that is appropriate for a child or adult with a thin arm."
    },
    {
      "code": "Infant",
      "display": "A cuff used for infants."
    },
    {
      "code": "Neonatal",
      "display": "A cuff used for a neonate, assuming cuff is the appropriate size for maturity and birthweight of the neonate."
    }
  ]
}