PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@1.8.0
    http://hl7.org/fhir/definition-status
{
  "description": "Codes identifying the stage lifecycle stage of a definition",
  "_filename": "codesystem-definition-status.json",
  "package_name": "hl7.fhir.core",
  "date": "2016-12-06T12:22:34+11:00",
  "meta": {
    "lastUpdated": "2016-12-06T12:22:34.981+11:00"
  },
  "publisher": "HL7 (FHIR Project)",
  "content": "complete",
  "name": "DefinitionStatus",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": null,
  "package_version": "1.8.0",
  "status": "draft",
  "id": "2a399b3b-6c1c-4fd7-9a66-b875d06a933b",
  "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.926",
    "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 definition."
  } ],
  "caseSensitive": true,
  "version": "1.8.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    }, {
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  } ]
}