This page is part of the At-Home In-Vitro Test Report (v1.1.0: STU 1) based on FHIR (HL7® FHIR® Standard) 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 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Device ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "device-fast-sars-antigen-test"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Device-at-home-in-vitro-test"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Device-at-home-in-vitro-test> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device device-fast-sars-antigen-test</b></p><a name=\"device-fast-sars-antigen-test\"> </a><a name=\"hcdevice-fast-sars-antigen-test\"> </a><a name=\"device-fast-sars-antigen-test-en-US\"> </a><h3>UdiCarriers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DeviceIdentifier</b></td><td><b>Issuer</b></td></tr><tr><td style=\"display: none\">*</td><td>30014613339374</td><td>GS1</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 style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</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>"
] ; #
fhir:udiCarrier ( [
fhir:deviceIdentifier [ fhir:v "30014613339374" ] ;
fhir:issuer [ fhir:v "GS1"^^xsd:anyURI ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:manufacturer [ fhir:v "ACME CORPORATION"] ; #
fhir:expirationDate [ fhir:v "2022-11-20"^^xsd:date] ; #
fhir:lotNumber [ fhir:v "7654321E"] ; #
fhir:serialNumber [ fhir:v "10987654d322"] ; #
fhir:deviceName ( [
fhir:name [ fhir:v "Fast SARS Antigen Test" ] ;
fhir:type [ fhir:v "model-name" ]
] ) ; #
fhir:modelNumber [ fhir:v "20387"] ; #
fhir:partNumber [ fhir:v "20387"] . #