FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CodeSystem/metric-availability (JSON)

Responsible Owner: Health Care Devices Work GroupStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code SystemDeviceMetricAvailability

{
  "resourceType" : "CodeSystem",
  "id" : "metric-availability",
  "meta" : {
    "lastUpdated" : "2025-11-20T23:56:49.898+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem metric-availability</b></p><a name=\"metric-availability\"> </a><a name=\"hcmetric-availability\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/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><tr><td style=\"white-space:nowrap\">unknown<a name=\"metric-availability-unknown\"> </a></td><td>Unknown</td><td>The availability of the means of derivation of the metric is unknown.</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "dev"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "normative"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 2
  }],
  "url" : "http://hl7.org/fhir/metric-availability",
  "version" : "6.0.0-ballot3",
  "name" : "DeviceMetricAvailability",
  "title" : "Device Metric Availability",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-07-02T10:01:24+11:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "description" : "The availability of the means from which a metric state/value is derived.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/metric-availability",
  "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."
  },
  {
    "code" : "unknown",
    "display" : "Unknown",
    "definition" : "The availability of the means of derivation of the metric is unknown."
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.