{
"description": "Codes identifying the lifecycle stage of a definition",
"_filename": "CodeSystem-definition-status.json",
"package_name": "hl7.fhir.r3.examples",
"date": "2019-10-24T11:53:00+11:00",
"meta": {
"lastUpdated": "2019-10-24T11:53:00+11:00"
},
"publisher": "HL7 (FHIR Project)",
"content": "complete",
"name": "DefinitionStatus",
"type": null,
"experimental": "false",
"resourceType": "CodeSystem",
"title": null,
"package_version": "3.0.2",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
"valueString": "Informative"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 0
} ],
"status": "draft",
"id": "bf4c64ca-a6e0-4cf6-baa4-e6695bd100ee",
"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.99",
"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.0.2",
"contact": [ {
"telecom": [ {
"value": "http://hl7.org/fhir",
"system": "url"
}, {
"value": "fhir@lists.hl7.org",
"system": "email"
} ]
} ]
}