FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/operating-mode

Packagehl7.fhir.uv.pocd
Resource TypeCodeSystem
Idoperating-mode
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/pocd/https://build.fhir.org/ig/HL7/uv-pocd/CodeSystem-operating-mode.html
URLhttp://hl7.org/fhir/uv/pocd/CodeSystem/operating-mode
Versioncurrent
Statusdraft
Date2020-05-12
NameOperatingMode
TitleOperating mode
Realmuv
Authorityhl7
DescriptionCodeSystem for IEEE 11073-10207 MdsState/OperatingMode
Contentcomplete

Resources that use this resource

ValueSet
operating-modeOperating Mode

Resources that this resource uses

No resources found


Narrative

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

This code system http://hl7.org/fhir/uv/pocd/CodeSystem/operating-mode defines the following codes:

CodeDisplayDefinition
Nml NormalThe POC MEDICAL DEVICE operates in a mode that supports the fulfillment of its clinical functions.
Dmo DemoThe POC MEDICAL DEVICE operates in a mode that is intended for demonstration purposes only. Arbitrary values are generated.
Srv ServiceThe POC MEDICAL DEVICE operates in a mode that is intended for services purposes only.
Mtn MaintenanceMaintenance. The POC MEDICAL DEVICE operates in a mode that is intended for maintenance purposes only.

Source

{
  "resourceType": "CodeSystem",
  "id": "operating-mode",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/uv/pocd/CodeSystem/operating-mode",
  "version": "current",
  "name": "OperatingMode",
  "title": "Operating mode",
  "status": "draft",
  "experimental": false,
  "date": "2020-05-12",
  "publisher": "HL7 International - Devices Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://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."
    }
  ]
}