Skip to content
On this page

Implant Table

Custom group component that allows lookup based on provided or scanned UDIs.

Data Structure

json
{
  "extension": [
    {
      "url": "https://visiontree.com/fhir/form-controls/implant",
      "valueCode": "implant"
    }
  ],
  "item": [
    {
      "linkId": "udi",
      "maxLength": 100,
      "repeats": false,
      "required": false,
      "text": "UDI",
      "type": "string"
    },
    {
      "linkId": "article_type",
      "maxLength": 100,
      "repeats": false,
      "required": false,
      "text": "Item Type",
      "type": "string"
    },
    {
      "linkId": "manufacturer",
      "maxLength": 100,
      "repeats": false,
      "required": false,
      "text": "Manufacturer",
      "type": "string"
    },
    {
      "linkId": "name",
      "maxLength": 100,
      "repeats": false,
      "required": false,
      "text": "Item Name",
      "type": "string"
    },
    {
      "linkId": "catalog_number",
      "maxLength": 100,
      "repeats": false,
      "required": false,
      "text": "Catalog number",
      "type": "string"
    },
    {
      "linkId": "lot",
      "maxLength": 100,
      "repeats": false,
      "required": false,
      "text": "LOT",
      "type": "string"
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/minValue",
          "valueInteger": 1
        },
        {
          "url": "http://hl7.org/fhir/StructureDefinition/maxValue",
          "valueInteger": 48
        }
      ],
      "linkId": "quantity",
      "repeats": false,
      "required": false,
      "text": "Quantity",
      "type": "quantity"
    }
  ],
  "linkId": "implants",
  "repeats": true,
  "text": "Implants",
  "type": "group"
},

Demo

INFO

Coming soon...