{ "description": "Codes identifying the lifecycle stage of a definition", "_filename": "CodeSystem-definition-status.json", "package_name": "hl7.fhir.core", "date": "2017-12-20T15:52:34+11:00", "meta": { "lastUpdated": "2017-12-20T15:52:34.818+11:00" }, "publisher": "HL7 (FHIR Project)", "content": "complete", "name": "DefinitionStatus", "type": null, "experimental": "false", "resourceType": "CodeSystem", "title": null, "package_version": "3.2.0", "status": "draft", "id": "90a3357c-5d0c-44ad-a72b-5ba964cb6aad", "valueSet": "http://hl7.org/fhir/ValueSet/definition-status", "kind": null, "url": "http://hl7.org/fhir/definition-status", "identifier": { "value": "urn:oid:2.16.840.1.113883.4.642.1.108", "system": "urn:ietf:rfc:3986" }, "concept": [ { "code": "draft", "display": "Draft", "definition": "The definition is in the design stage and is not yet considered to be \"ready for use\"" }, { "code": "active", "display": "Active", "definition": "The definition is considered ready for use" }, { "code": "withdrawn", "display": "Withdrawn", "definition": "The definition should no longer be used" }, { "code": "unknown", "display": "Unknown", "definition": "The authoring system does not know which of the status values currently applies for this request. Note: This concept is not to be used for \"other\" - one of the listed statuses is presumed to apply, it's just not known which one." } ], "caseSensitive": true, "version": "3.2.0", "contact": [ { "telecom": [ { "value": "http://hl7.org/fhir", "system": "url" }, { "value": "fhir@lists.hl7.org", "system": "email" } ] } ] }