FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.livd.r4
Resource TypeCodeSystem
IdCodeSystem-livd-device-type.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

This case-insensitive code system http://hl7.org/fhir/uv/livd/CodeSystem/livd-device-type defines the following codes:

CodeDisplay
instrument-test-combination Instrument Test Combination (ITC)
instrument-platform Instrument Platform
test-kit Test Kit

Source1

{
  "resourceType": "CodeSystem",
  "id": "livd-device-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "oo"
    }
  ],
  "url": "http://hl7.org/fhir/uv/livd/CodeSystem/livd-device-type",
  "version": "0.2.0",
  "name": "LivdDeviceTypeCS",
  "title": "IVD device types for LIVD device definitions",
  "status": "active",
  "experimental": false,
  "date": "2023-12-21T20:56:03+00:00",
  "publisher": "HL7 International / Orders and Observations",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/orders"
        }
      ]
    }
  ],
  "description": "IVD device types for LIVD device definitions",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "content": "complete",
  "concept": [
    {
      "code": "instrument-test-combination",
      "display": "Instrument Test Combination (ITC)"
    },
    {
      "code": "instrument-platform",
      "display": "Instrument Platform"
    },
    {
      "code": "test-kit",
      "display": "Test Kit"
    }
  ]
}