SMART Verifiable IPS for Pilgrimage
1.0.1 - ci-build

SMART Verifiable IPS for Pilgrimage, published by WHO. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/WorldHealthOrganization/smart-ips-pilgrimage/ and changes regularly. See the Directory of published versions

: Operating System - JSON Representation

Draft as of 2024-11-22

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "OperatingSystemCs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem OperatingSystemCs</b></p><a name=\"OperatingSystemCs\"> </a><a name=\"hcOperatingSystemCs\"> </a><a name=\"OperatingSystemCs-en-US\"> </a><p>This  code system <code>http://smart.who.int/ips-pilgrimage/CodeSystem/OperatingSystemCs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">Linux<a name=\"OperatingSystemCs-Linux\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Unix<a name=\"OperatingSystemCs-Unix\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Windows<a name=\"OperatingSystemCs-Windows\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Mac<a name=\"OperatingSystemCs-Mac\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Other<a name=\"OperatingSystemCs-Other\"> </a></td></tr></table></div>"
  },
  "url" : "http://smart.who.int/ips-pilgrimage/CodeSystem/OperatingSystemCs",
  "version" : "1.0.1",
  "name" : "OperatingSystemCs",
  "title" : "Operating System",
  "status" : "draft",
  "date" : "2024-11-22T13:39:18+00:00",
  "publisher" : "WHO",
  "contact" : [
    {
      "name" : "WHO",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://who.int"
        },
        {
          "system" : "email",
          "value" : "smart@who.int"
        }
      ]
    }
  ],
  "description" : "Operating System",
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "Linux",
      "display" : "Linux"
    },
    {
      "code" : "Unix",
      "display" : "Unix"
    },
    {
      "code" : "Windows",
      "display" : "Windows"
    },
    {
      "code" : "Mac",
      "display" : "Mac"
    },
    {
      "code" : "Other",
      "display" : "Other"
    }
  ]
}