Sha256: 6abc4f423e45d386a97a32a2ae37a560bd2f390f3d15b83bb2c49bc411514969
Contents?: true
Size: 1.7 KB
Versions: 3
Compression:
Stored size: 1.7 KB
Contents
{ "resourceType": "CodeSystem", "id": "measure-report-status", "meta": { "lastUpdated": "2018-12-27T22:37:54.724+11:00" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "cqi" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 2 } ], "url": "http://hl7.org/fhir/measure-report-status", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.1.777" } ], "version": "4.0.0", "name": "MeasureReportStatus", "title": "MeasureReportStatus", "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": "The status of the measure report.", "caseSensitive": true, "valueSet": "http://hl7.org/fhir/ValueSet/measure-report-status", "content": "complete", "concept": [ { "code": "complete", "display": "Complete", "definition": "The report is complete and ready for use." }, { "code": "pending", "display": "Pending", "definition": "The report is currently being generated." }, { "code": "error", "display": "Error", "definition": "An error occurred attempting to generate the report." } ] }
Version data entries
3 entries across 3 versions & 1 rubygems