Package | hl7.fhir.uv.pocd |
Resource Type | CodeSystem |
Id | metric-availability |
FHIR Version | R4 |
Source | http://hl7.org/fhir/uv/pocd/https://build.fhir.org/ig/HL7/uv-pocd/CodeSystem-metric-availability.html |
URL | http://hl7.org/fhir/uv/pocd/CodeSystem/metric-availability |
Version | current |
Status | draft |
Date | 2020-12-06 |
Name | MetricAvailability |
Title | Metric Availability |
Realm | uv |
Authority | hl7 |
Description | CodeSystem for availability of the means that derives the metric state |
Content | complete |
ValueSet | |
metric-availability | Metric Availability |
No resources found
Note: links and images are rebased to the (stated) source
This code system http://hl7.org/fhir/uv/pocd/CodeSystem/metric-availability
defines the following codes:
Code | Display | Definition |
Intr | Intermittent | Stopping or ceasing for a time; alternately ceasing and beginning again. |
Cont | Continuous | Without break, cessation, or interruption; without intervening time. |
{ "resourceType": "CodeSystem", "id": "metric-availability", "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ] }, "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "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." } ] }