{
  "resourceType": "CodeSystem",
  "id": "SafhirDeviceType",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://ig.fhir.safhir.io/ig/safhir-ocasio/CodeSystem/SafhirDeviceType defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">iosphoneapp<a name=\"SafhirDeviceType-iosphoneapp\"> </a></td><td>iOS Phone App</td><td>iOS smartphone app</td></tr><tr><td style=\"white-space:nowrap\">iostabletapp<a name=\"SafhirDeviceType-iostabletapp\"> </a></td><td>iOS Tablet App</td><td>iOS tablet app</td></tr><tr><td style=\"white-space:nowrap\">androidphoneapp<a name=\"SafhirDeviceType-androidphoneapp\"> </a></td><td>Android phone app</td><td>Android native smartphone app</td></tr><tr><td style=\"white-space:nowrap\">androidtabletapp<a name=\"SafhirDeviceType-androidtabletapp\"> </a></td><td>Android tablet app</td><td>Android native tablet app</td></tr><tr><td style=\"white-space:nowrap\">web<a name=\"SafhirDeviceType-web\"> </a></td><td>Web site</td><td>Web site or service</td></tr><tr><td style=\"white-space:nowrap\">hardware<a name=\"SafhirDeviceType-hardware\"> </a></td><td>device</td><td>intelligent hardware device</td></tr></table></div>"
  },
  "url": "http://ig.fhir.safhir.io/ig/safhir-ocasio/CodeSystem/SafhirDeviceType",
  "version": "0.0.2",
  "name": "SafhirDeviceType",
  "title": "Application, service or hardware type",
  "status": "active",
  "date": "2021-11-29T21:14:01+00:00",
  "contact": [
    {
      "name": "Mark Scrimshire (mark.scrimshire@onyxhealth.io)",
      "telecom": [
        {
          "system": "email",
          "value": "mailto:mark.scrimshire@onyxhealth.io"
        }
      ]
    },
    {
      "name": "Onyx Technology, LLC",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.onyxhealth.io"
        }
      ]
    }
  ],
  "description": "Code System to describe types of application, service, web site or device",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "content": "complete",
  "count": 6,
  "concept": [
    {
      "code": "iosphoneapp",
      "display": "iOS Phone App",
      "definition": "iOS smartphone app"
    },
    {
      "code": "iostabletapp",
      "display": "iOS Tablet App",
      "definition": "iOS tablet app"
    },
    {
      "code": "androidphoneapp",
      "display": "Android phone app",
      "definition": "Android native smartphone app"
    },
    {
      "code": "androidtabletapp",
      "display": "Android tablet app",
      "definition": "Android native tablet app"
    },
    {
      "code": "web",
      "display": "Web site",
      "definition": "Web site or service"
    },
    {
      "code": "hardware",
      "display": "device",
      "definition": "intelligent hardware device"
    }
  ]
}