http://terminology.hl7.org/CodeSystem/implantStatus|4.0.1

name
Implant Status
package
hl7.fhir.r4.examples@4.0.1
content
complete
status
draft
date
2019-10-31 22:29:23.0

Implant Status

A set codes that define the functional status of an implanted device.

{
  "description" : "A set codes that define the functional status of an implanted device.",
  "compose" : null,
  "package" : "hl7.fhir.r4.examples@4.0.1",
  "date" : "2019-10-31T22:29:23Z",
  "meta" : {
    "lastUpdated" : "2019-11-01T09:29:23.356+11:00"
  },
  "publisher" : "HL7 (FHIR Project)",
  "content" : "complete",
  "name" : "Implant Status",
  "experimental" : false,
  "resourceType" : "CodeSystem",
  "title" : "Implant Status",
  "supliment" : null,
  "status" : "draft",
  "id" : "05f34bd7-a9d6-5034-b141-536bfbb90ced",
  "valueSet" : "http://hl7.org/fhir/ValueSet/implantStatus",
  "url" : "http://terminology.hl7.org/CodeSystem/implantStatus",
  "identifier" : [ {
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.1283",
    "system" : "urn:ietf:rfc:3986"
  } ],
  "concept" : [ {
    "code" : "functional",
    "display" : "Functional",
    "definition" : "The implanted device is working normally."
  }, {
    "code" : "non-functional",
    "display" : "Non-Functional",
    "definition" : "The implanted device is not working."
  }, {
    "code" : "disabled",
    "display" : "Disabled",
    "definition" : "The implanted device has been turned off."
  }, {
    "code" : "unknown",
    "display" : "Unknown",
    "definition" : "the functional status of the implant has not been determined."
  } ],
  "caseSensitive" : true,
  "version" : "4.0.1",
  "contact" : [ {
    "telecom" : [ {
      "value" : "http://hl7.org/fhir",
      "system" : "url"
    }, {
      "value" : "fhir@lists.hl7.org",
      "system" : "email"
    } ]
  } ]
}