Point-of-Care Device Implementation Guide
0.4.0 - CI Build International flag

Point-of-Care Device Implementation Guide, published by HL7 International / Devices. This guide is not an authorized publication; it is the continuous build for version 0.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/uv-pocd/ and changes regularly. See the Directory of published versions

: Operating mode code system - JSON Representation

Page standards status: Draft Maturity Level: 2

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "operating-mode",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem operating-mode</b></p><a name=\"operating-mode\"> </a><a name=\"hcoperating-mode\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R4/shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-insensitive code system <code>http://hl7.org/fhir/uv/pocd/CodeSystem/operating-mode</code> 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\">Nml<a name=\"operating-mode-Nml\"> </a></td><td>Normal</td><td>The POC MEDICAL DEVICE operates in a mode that supports the fulfillment of its clinical functions.</td></tr><tr><td style=\"white-space:nowrap\">Dmo<a name=\"operating-mode-Dmo\"> </a></td><td>Demo</td><td>The POC MEDICAL DEVICE operates in a mode that is intended for demonstration purposes only. Arbitrary values are generated.</td></tr><tr><td style=\"white-space:nowrap\">Srv<a name=\"operating-mode-Srv\"> </a></td><td>Service</td><td>The POC MEDICAL DEVICE operates in a mode that is intended for services purposes only.</td></tr><tr><td style=\"white-space:nowrap\">Mtn<a name=\"operating-mode-Mtn\"> </a></td><td>Maintenance</td><td>Maintenance. The POC MEDICAL DEVICE operates in a mode that is intended for maintenance purposes only.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "dev"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 2,
      "_valueInteger" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/uv/pocd/ImplementationGuide/hl7.fhir.uv.pocd"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "draft",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/uv/pocd/ImplementationGuide/hl7.fhir.uv.pocd"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/uv/pocd/CodeSystem/operating-mode",
  "version" : "0.4.0",
  "name" : "OperatingMode",
  "title" : "Operating mode",
  "status" : "draft",
  "experimental" : false,
  "date" : "2020-05-12",
  "publisher" : "HL7 International / Devices",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/healthcaredevices"
        }
      ]
    }
  ],
  "description" : "CodeSystem for IEEE 11073-10207 MdsState/OperatingMode",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "concept" : [
    {
      "code" : "Nml",
      "display" : "Normal",
      "definition" : "The POC MEDICAL DEVICE operates in a mode that supports the fulfillment of its clinical functions."
    },
    {
      "code" : "Dmo",
      "display" : "Demo",
      "definition" : "The POC MEDICAL DEVICE operates in a mode that is intended for demonstration purposes only. Arbitrary values are generated."
    },
    {
      "code" : "Srv",
      "display" : "Service",
      "definition" : "The POC MEDICAL DEVICE operates in a mode that is intended for services purposes only."
    },
    {
      "code" : "Mtn",
      "display" : "Maintenance",
      "definition" : "Maintenance. The POC MEDICAL DEVICE operates in a mode that is intended for maintenance purposes only."
    }
  ]
}