Blood Pressure Cross-Country Cross-Language Cross-Paradigm (Demo) IG
0.5.2 - ci-build

Blood Pressure 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.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/frankoemig/bloodpressure/ and changes regularly. See the Directory of published versions

: Device Type - JSON Representation

Active as of 2024-04-16

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "DeviceType",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem DeviceType</b></p><a name=\"DeviceType\"> </a><a name=\"hcDeviceType\"> </a><p>This case-insensitive code system <code>http://bloodpressure.oemig.de/fhir/CodeSystem/DeviceType</code> defines the following codes in a Is-A hierarchy:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">cuff<a name=\"DeviceType-cuff\"> </a></td><td>cuff</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0adultCuff<a name=\"DeviceType-adultCuff\"> </a></td><td>cuff for adults</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0childCuff<a name=\"DeviceType-childCuff\"> </a></td><td>cuff for children/babies</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">catheter<a name=\"DeviceType-catheter\"> </a></td><td>catheter</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0dwellingCatheter<a name=\"DeviceType-dwellingCatheter\"> </a></td><td>dwelling catheter</td></tr></table></div>"
  },
  "url" : "http://bloodpressure.oemig.de/fhir/CodeSystem/DeviceType",
  "version" : "0.5.2",
  "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"
        }
      ]
    }
  ]
}