Package | hl7.fhir.uv.extensions |
Type | CodeSystem |
Id | implantStatus |
FHIR Version | R5 |
Source | http://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-extensions/CodeSystem-implantStatus.html |
URL | http://hl7.org/fhir/implantStatus |
Version | 5.3.0-ballot |
Status | draft |
Date | 2025-07-20T22:32:31+00:00 |
Name | ImplantStatus |
Title | Implant Status Code System |
Realm | uv |
Authority | hl7 |
Description | Implant Status |
Content | complete |
ValueSet | |
implantStatus | Implant Status Value Set |
implantStatus | Implant Status Value Set |
No resources found
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:
{ "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." } ] }