This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
The status of an entry as it pertains to its review and incorporation into the HL7 domain specification database.
{ "resourceType": "ValueSet", "id": "v3-EditStatus", "meta": { "lastUpdated": "2015-03-23T00:00:00.000+11:00", "profile": [ "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" ] }, "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "url": "http://hl7.org/fhir/v3/vs/EditStatus", "version": "2015-03-23", "name": "v3 Code System EditStatus", "publisher": "HL7, Inc", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org" } ] } ], "description": " The status of an entry as it pertains to its review and incorporation into the HL7 domain specification database.", "status": "active", "experimental": false, "date": "2015-03-23", "define": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid", "valueUri": "urn:oid:2.16.840.1.113883.5.35" } ], "system": "http://hl7.org/fhir/v3/EditStatus", "caseSensitive": true, "concept": [ { "code": "A", "abstract": false, "display": "Active", "definition": "The item has been reviewed and approved and is now valid for use in HL7 standards and messages." }, { "code": "I", "abstract": false, "display": "Inactive", "definition": "A previously active item has been retired from use. The item may exist as previously stored data in a database, but no current or new HL7 standards or messges should use this item. The code for an inactive item will not be reused by HL7." }, { "code": "O", "abstract": false, "display": "Obsolete", "definition": "A previously active item that is scheduled to be retired from use, but for practical reasons can not be immediately inactivated. It is still legal to use an obsolete item in HL7 standards or messages, but those creating new messages should make every effort to use an active concept instead." }, { "code": "P", "abstract": false, "display": "Proposed", "definition": "The item has been suggested for incorporation but has not been officially approved. The item is not yet legal for use in HL7 standards and messages." }, { "code": "R", "abstract": false, "display": "Rejected", "definition": "The item has been reviewed and rejected. The item is not legal for use in HL7 standards and messages." } ] } }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.