LOINC – IVD Test Code (LIVD) Mapping
1.0.0-ballot - ballot International flag

LOINC – IVD Test Code (LIVD) Mapping, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/livd/ and changes regularly. See the Directory of published versions

: LIVD example DeviceDefinition - JSON Representation

Raw json | Download

{
  "resourceType" : "DeviceDefinition",
  "id" : "1faf1d64-df18-4d7a-b45d-3872ddd3f165",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/livd/StructureDefinition/devicedefinition-uv-livd"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DeviceDefinition 1faf1d64-df18-4d7a-b45d-3872ddd3f165</b></p><a name=\"1faf1d64-df18-4d7a-b45d-3872ddd3f165\"> </a><a name=\"hc1faf1d64-df18-4d7a-b45d-3872ddd3f165\"> </a><a name=\"1faf1d64-df18-4d7a-b45d-3872ddd3f165-en-US\"> </a><h3>UdiDeviceIdentifiers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DeviceIdentifier</b></td><td><b>Issuer</b></td><td><b>Jurisdiction</b></td></tr><tr><td style=\"display: none\">*</td><td>00380740003746</td><td><a href=\"https://www.fda.gov/\">https://www.fda.gov/</a></td><td><a href=\"https://unstats.un.org/unsd/methodology/m49/021\">https://unstats.un.org/unsd/methodology/m49/021</a></td></tr></table><p><b>manufacturer</b>: Abbott Diagnostics</p><p><b>modelNumber</b>: ARCHITECT c4000</p><h3>Capabilities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><span title=\"Codes:{http://hl7.org/fhir/resource-types ObservationDefinition}\">ObservationDefinition</span></td></tr></table></div>"
  },
  "udiDeviceIdentifier" : [
    {
      "deviceIdentifier" : "00380740003746",
      "issuer" : "https://www.fda.gov/",
      "jurisdiction" : "https://unstats.un.org/unsd/methodology/m49/021"
    }
  ],
  "manufacturerString" : "Abbott Diagnostics",
  "modelNumber" : "ARCHITECT c4000",
  "capability" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/uv/livd/StructureDefinition/ext-analyte",
          "valueReference" : {
            🔗 "reference" : "ObservationDefinition/b87458ca-b29a-4244-b347-39111caf9ef2"
          }
        }
      ],
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/resource-types",
            "code" : "ObservationDefinition"
          }
        ]
      }
    }
  ]
}