FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagebloodpressure
Resource TypeCodeSystem
IdCodeSystem-DeviceType.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/frankoemig/bloodpressure/CodeSystem-DeviceType.html
URLhttp://bloodpressure.oemig.de/fhir/CodeSystem/DeviceType
Version0.6.1
Statusactive
Date2024-04-16
NameDeviceTypeCS
TitleDevice Type
Description**Device Type**
CopyrightFO
Contentcomplete

Resources that use this resource

ValueSet
bloodpressure#currentDeviceTypeDevice Type

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem DeviceType

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

LvlCodeDisplay
1cuff cuff
2  adultCuff cuff for adults
2  childCuff cuff for children/babies
1catheter catheter
2  dwellingCatheter dwelling catheter

Source1

{
  "resourceType": "CodeSystem",
  "id": "DeviceType",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://bloodpressure.oemig.de/fhir/CodeSystem/DeviceType",
  "version": "0.6.1",
  "name": "DeviceTypeCS",
  "title": "Device Type",
  "status": "active",
  "experimental": false,
  "date": "2024-04-16",
  "publisher": "FO",
  "contact": [
    {
      "name": "FO",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.oemig.de"
        }
      ]
    }
  ],
  "description": "**Device Type**",
  "copyright": "FO",
  "caseSensitive": false,
  "valueSet": "http://bloodpressure.oemig.de/fhir/ValueSet/DeviceType",
  "hierarchyMeaning": "is-a",
  "compositional": false,
  "versionNeeded": false,
  "content": "complete",
  "count": 5,
  "concept": [
    {
      "code": "cuff",
      "display": "cuff",
      "concept": [
        {
          "code": "adultCuff",
          "display": "cuff for adults"
        },
        {
          "code": "childCuff",
          "display": "cuff for children/babies"
        }
      ]
    },
    {
      "code": "catheter",
      "display": "catheter",
      "concept": [
        {
          "code": "dwellingCatheter",
          "display": "dwelling catheter"
        }
      ]
    }
  ]
}