PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.examples@4.5.0
    http://hl7.org/fhir/device-status
{
  "description": "The availability status of the device.",
  "_filename": "codesystem-device-status.json",
  "package_name": "hl7.fhir.r5.examples",
  "date": "2020-08-20T17:41:31+10:00",
  "meta": {
    "lastUpdated": "2020-08-20T17:41:31.970+10:00"
  },
  "publisher": "HL7 (FHIR Project)",
  "content": "complete",
  "name": "FHIRDeviceStatus",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": "FHIRDeviceStatus",
  "package_version": "4.5.0",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "oo"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "trial-use"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 2
  } ],
  "status": "draft",
  "id": "75f99696-bd1b-4a73-a140-b6d40eba4894",
  "valueSet": "http://hl7.org/fhir/ValueSet/device-status",
  "kind": null,
  "url": "http://hl7.org/fhir/device-status",
  "identifier": [ {
    "value": "urn:oid:2.16.840.1.113883.4.642.1.210",
    "system": "urn:ietf:rfc:3986"
  } ],
  "concept": [ {
    "code": "active",
    "display": "Active",
    "definition": "The device is available for use.  Note: For *implanted devices*  this means that the device is implanted in the patient."
  }, {
    "code": "inactive",
    "display": "Inactive",
    "definition": "The device is no longer available for use (e.g. lost, expired, damaged).  Note: For *implanted devices*  this means that the device has been removed from the patient."
  }, {
    "code": "entered-in-error",
    "display": "Entered in Error",
    "definition": "The device was entered in error and voided."
  }, {
    "code": "unknown",
    "display": "Unknown",
    "definition": "The status of the device has not been determined."
  } ],
  "caseSensitive": true,
  "version": "4.5.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    }, {
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  } ]
}