Sha256: 1820283f9358daee92fb28bc7a918ec565762b7714d80798c3013ad2d95884ef
Contents?: true
Size: 1.7 KB
Versions: 7
Compression:
Stored size: 1.7 KB
Contents
{ "resourceType": "CodeSystem", "id": "measure-report-status", "meta": { "lastUpdated": "2019-11-01T09:29:23.356+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.4.777" } ], "version": "4.0.1", "name": "MeasureReportStatus", "title": "MeasureReportStatus", "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": "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
7 entries across 7 versions & 1 rubygems