DeviceMetricType
This ValueSet has the values that define the type of DeviceMetric
.
Used in type
field in DeviceMetric resource.
NOTE: This is a subset of the ValueSet http://roche.com/fhir/rdc/ValueSet/devicemetric-metric-type containing systems that are only relevant to EMR integration
ValueSet |
url : http://roche.com/fhir/rdc/ValueSet/devicemetric-metric-type |
identifier |
value : devicemetric-metric-type |
system : http://roche.com/fhir/rdc/ValueSet/ |
version : 1 |
name : MetricCodes |
status : draft |
compose |
include |
system : http://loinc.org |
concept |
code : 41653-7 |
display : Glucose [Mass/volume] in Capillary blood by Glucometer |
experimental : False |
date : 2018-05-16 |
JSON
{ "resourceType": "ValueSet", "url": "http://roche.com/fhir/rdc/ValueSet/devicemetric-metric-type", "identifier": [ { "value": "devicemetric-metric-type", "system": "http://roche.com/fhir/rdc/ValueSet/" } ], "version": "1", "name": "MetricCodes", "status": "draft", "compose": { "include": [ { "system": "http://loinc.org", "concept": [ { "code": "41653-7", "display": "Glucose [Mass/volume] in Capillary blood by Glucometer" } ] } ] }, "experimental": false, "date": "2018-05-16" }