{

"resourceType": "ValueSet",
"id": "devicestatus",
"meta": {
  "lastUpdated": "2015-10-24T07:41:03.495+11:00",
  "profile": [
    "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
  ]
},
"text": {
  "status": "generated",
  "div": "<div><h2>DeviceStatus</h2><p>The availability status of the device.</p><p>This value set has an inline code system http://hl7.org/fhir/devicestatus, which defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>available<a name=\"available\"> </a></td><td>Available</td><td>The Device is available for use.</td></tr><tr><td>not-available<a name=\"not-available\"> </a></td><td>Not Available</td><td>The Device is no longer available for use (e.g. lost, expired, damaged).</td></tr><tr><td>entered-in-error<a name=\"entered-in-error\"> </a></td><td>Entered in Error</td><td>The Device was entered in error and voided.</td></tr></table></div>"
},
"extension": [
  {
    "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
    "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.107"
  }
],
"url": "http://hl7.org/fhir/ValueSet/devicestatus",
"version": "1.0.2",
"name": "DeviceStatus",
"status": "draft",
"experimental": false,
"publisher": "HL7 (FHIR Project)",
"contact": [
  {
    "telecom": [
      {
        "system": "other",
        "value": "http://hl7.org/fhir"
      },
      {
        "system": "email",
        "value": "fhir@lists.hl7.org"
      }
    ]
  }
],
"date": "2015-10-24T07:41:03+11:00",
"description": "The availability status of the device.",
"codeSystem": {
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.107"
    }
  ],
  "system": "http://hl7.org/fhir/devicestatus",
  "version": "1.0.2",
  "caseSensitive": true,
  "concept": [
    {
      "code": "available",
      "display": "Available",
      "definition": "The Device is available for use."
    },
    {
      "code": "not-available",
      "display": "Not Available",
      "definition": "The Device is no longer available for use (e.g. lost, expired, damaged)."
    },
    {
      "code": "entered-in-error",
      "display": "Entered in Error",
      "definition": "The Device was entered in error and voided."
    }
  ]
}

}