FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/implantStatus

Packagehl7.fhir.uv.extensions
TypeCodeSystem
IdimplantStatus
FHIR VersionR5
Sourcehttp://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-extensions/CodeSystem-implantStatus.html
URLhttp://hl7.org/fhir/implantStatus
Version5.3.0-ballot
Statusdraft
Date2025-07-20T22:32:31+00:00
NameImplantStatus
TitleImplant Status Code System
Realmuv
Authorityhl7
DescriptionImplant Status
Contentcomplete

Resources that use this resource

ValueSet
implantStatusImplant Status Value Set
implantStatusImplant Status Value Set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem implantStatus

Last updated: 2023-01-31 07:07:38+1100

Profile: Shareable CodeSystem

This case-sensitive code system http://hl7.org/fhir/implantStatus defines the following codes:

CodeDisplayDefinition
functional FunctionalThe implanted device is working normally.
non-functional Non-FunctionalThe implanted device is not working.
disabled DisabledThe implanted device has been turned off.
unknown Unknownthe functional status of the implant has not been determined.

Source

{
  "resourceType": "CodeSystem",
  "id": "implantStatus",
  "meta": {
    "lastUpdated": "2023-01-31T07:07:38.434+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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
    }
  ],
  "url": "http://hl7.org/fhir/implantStatus",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.2053"
    }
  ],
  "version": "5.3.0-ballot",
  "name": "ImplantStatus",
  "title": "Implant Status Code System",
  "status": "draft",
  "experimental": false,
  "date": "2025-07-20T22:32:31+00:00",
  "publisher": "HL7 International / Orders and Observations",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/orders"
        }
      ]
    }
  ],
  "description": "Implant Status",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "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."
    }
  ]
}