At-Home In-Vitro Test Report
1.0.0 - STU 1 United States of America flag

This page is part of the At-Home In-Vitro Test Report (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Device - Fast SARS Antigen Test - JSON Representation

Raw json | Download


{
  "resourceType" : "Device",
  "id" : "device-fast-sars-antigen-test",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2023-01-26T20:01:05.323+00:00",
    "source" : "#Hp8Mpdd6o2h3z2EU",
    "profile" : [
      "http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Device-at-home-in-vitro-test"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Device</b><a name=\"device-fast-sars-antigen-test\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Device &quot;device-fast-sars-antigen-test&quot; Version &quot;2&quot; Updated &quot;2023-01-26 20:01:05+0000&quot; </p><p style=\"margin-bottom: 0px\">Information Source: #Hp8Mpdd6o2h3z2EU!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Device-at-home-in-vitro-test.html\">Device - At-Home In-Vitro Test</a></p></div><h3>UdiCarriers</h3><table class=\"grid\"><tr><td>-</td><td><b>DeviceIdentifier</b></td><td><b>Issuer</b></td></tr><tr><td>*</td><td>30014613339374</td><td><code>GS1</code></td></tr></table><p><b>status</b>: active</p><p><b>manufacturer</b>: ACME CORPORATION</p><p><b>expirationDate</b>: 2022-11-20</p><p><b>lotNumber</b>: 7654321E</p><p><b>serialNumber</b>: 10987654d322</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td>*</td><td>Fast SARS Antigen Test</td><td>model-name</td></tr></table><p><b>modelNumber</b>: 20387</p><p><b>partNumber</b>: 20387</p></div>"
  },
  "udiCarrier" : [
    {
      "deviceIdentifier" : "30014613339374",
      "issuer" : "GS1"
    }
  ],
  "status" : "active",
  "manufacturer" : "ACME CORPORATION",
  "expirationDate" : "2022-11-20",
  "lotNumber" : "7654321E",
  "serialNumber" : "10987654d322",
  "deviceName" : [
    {
      "name" : "Fast SARS Antigen Test",
      "type" : "model-name"
    }
  ],
  "modelNumber" : "20387",
  "partNumber" : "20387"
}