Sha256: c751583f77bd03202df27149c805394f4307744c3734229cc52507888ca8bcb8
Contents?: true
Size: 1.87 KB
Versions: 3
Compression:
Stored size: 1.87 KB
Contents
{ "resourceType": "CodeSystem", "id": "precision-estimate-type", "meta": { "lastUpdated": "2018-12-27T22:37:54.724+11:00" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "cds" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 0 } ], "url": "http://terminology.hl7.org/CodeSystem/precision-estimate-type", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.1.1358" } ], "version": "4.0.0", "name": "PrecisionEstimateType", "title": "PrecisionEstimateType", "status": "draft", "experimental": false, "date": "2018-12-27T22:37:54+11:00", "publisher": "HL7 (FHIR Project)", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" }, { "system": "email", "value": "fhir@lists.hl7.org" } ] } ], "description": "Method of reporting variability of estimates, such as confidence intervals, interquartile range or standard deviation.", "caseSensitive": true, "valueSet": "http://hl7.org/fhir/ValueSet/precision-estimate-type", "content": "complete", "concept": [ { "code": "CI", "display": "confidence interval", "definition": "confidence interval." }, { "code": "IQR", "display": "interquartile range", "definition": "interquartile range." }, { "code": "SD", "display": "standard deviation", "definition": "standard deviation." }, { "code": "SE", "display": "standard error", "definition": "standard error." } ] }
Version data entries
3 entries across 3 versions & 1 rubygems