ImplantStatus

public enum ImplantStatus: String

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

URL: http://hl7.org/fhir/implant-status ValueSet: http://hl7.org/fhir/ValueSet/implant-status

  • The implanted device is working normally

    Declaration

    Swift

    case functional = "functional"
  • The implanted device is not working

    Declaration

    Swift

    case nonFunctional = "non-functional"
  • The implanted device has been turned off

    Declaration

    Swift

    case disabled = "disabled"
  • the functional status of the implant has not been determined

    Declaration

    Swift

    case unknown = "unknown"