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

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

: Metric availability code system - JSON Representation

Draft as of 2020-12-06

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "metric-availability",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/uv/pocd/CodeSystem/metric-availability</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\">Intr<a name=\"metric-availability-Intr\"> </a></td><td>Intermittent</td><td>Stopping or ceasing for a time; alternately ceasing and beginning again.</td></tr><tr><td style=\"white-space:nowrap\">Cont<a name=\"metric-availability-Cont\"> </a></td><td>Continuous</td><td>Without break, cessation, or interruption; without intervening time.</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/uv/pocd/CodeSystem/metric-availability",
  "version" : "current",
  "name" : "MetricAvailability",
  "title" : "Metric Availability",
  "status" : "draft",
  "experimental" : false,
  "date" : "2020-12-06",
  "publisher" : "HL7 International - Devices Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/healthcaredevices"
        }
      ]
    }
  ],
  "description" : "CodeSystem for availability of the means that derives the metric state",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "concept" : [
    {
      "code" : "Intr",
      "display" : "Intermittent",
      "definition" : "Stopping or ceasing for a time; alternately ceasing and beginning again."
    },
    {
      "code" : "Cont",
      "display" : "Continuous",
      "definition" : "Without break, cessation, or interruption; without intervening time."
    }
  ]
}