Sha256: 78995b1fa29351ea13e14ed8bf9bfef1d4c829dc81a8deeb6c120dd21960306d
Contents?: true
Size: 1.84 KB
Versions: 7
Compression:
Stored size: 1.84 KB
Contents
{ "resourceType": "CodeSystem", "id": "metric-calibration-type", "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "dev" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 1 } ], "url": "http://hl7.org/fhir/metric-calibration-type", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.4.651" } ], "version": "4.0.1", "name": "DeviceMetricCalibrationType", "title": "DeviceMetricCalibrationType", "status": "draft", "experimental": false, "date": "2019-11-01T09:29:23+11:00", "publisher": "HL7 (FHIR Project)", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" }, { "system": "email", "value": "fhir@lists.hl7.org" } ] } ], "description": "Describes the type of a metric calibration.", "caseSensitive": true, "valueSet": "http://hl7.org/fhir/ValueSet/metric-calibration-type", "content": "complete", "concept": [ { "code": "unspecified", "display": "Unspecified", "definition": "Metric calibration method has not been identified." }, { "code": "offset", "display": "Offset", "definition": "Offset metric calibration method." }, { "code": "gain", "display": "Gain", "definition": "Gain metric calibration method." }, { "code": "two-point", "display": "Two Point", "definition": "Two-point metric calibration method." } ] }
Version data entries
7 entries across 7 versions & 1 rubygems