This page is part of the At-Home In-Vitro Test Report (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
@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:Resource.id [ fhir:value "device-quickvue-sars-antigen-test"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "4" ];
fhir:Meta.lastUpdated [ fhir:value "2022-06-16T07:37:39.154+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#ylUgqxfEyq1mAhWn" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Device-at-home-in-vitro-test";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Device-at-home-in-vitro-test> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Device</b></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 \"device-quickvue-sars-antigen-test\" Version \"4\" Updated \"2022-06-16 07:37:39+0000\" </p><p style=\"margin-bottom: 0px\">Information Source: #ylUgqxfEyq1mAhWn!</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>30014613339373</td><td><code>GS1</code></td></tr></table><p><b>status</b>: active</p><p><b>manufacturer</b>: QUIDEL CORPORATION</p><p><b>expirationDate</b>: 2022-11-20</p><p><b>lotNumber</b>: 7654321D</p><p><b>serialNumber</b>: 10987654d321</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>QuickVue® SARS Antigen Test</td><td>manufacturer-name</td></tr></table><p><b>modelNumber</b>: 20387</p><p><b>partNumber</b>: 20387</p><p><b>type</b>: QuickVue® SARS Antigen Test <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>owner</b>: <a href=\"Organization-us-core-organization-quidel-corporation.html\">Organization/us-core-organization-quidel-corporation</a> \"Quidel Corporation\"</p></div>"
];
fhir:Device.udiCarrier [
fhir:index 0;
fhir:Device.udiCarrier.deviceIdentifier [ fhir:value "30014613339373" ];
fhir:Device.udiCarrier.issuer [ fhir:value "GS1" ]
];
fhir:Device.status [ fhir:value "active"];
fhir:Device.manufacturer [ fhir:value "QUIDEL CORPORATION"];
fhir:Device.expirationDate [ fhir:value "2022-11-20"^^xsd:date];
fhir:Device.lotNumber [ fhir:value "7654321D"];
fhir:Device.serialNumber [ fhir:value "10987654d321"];
fhir:Device.deviceName [
fhir:index 0;
fhir:Device.deviceName.name [ fhir:value "QuickVue® SARS Antigen Test" ];
fhir:Device.deviceName.type [ fhir:value "manufacturer-name" ]
];
fhir:Device.modelNumber [ fhir:value "20387"];
fhir:Device.partNumber [ fhir:value "20387"];
fhir:Device.type [
fhir:CodeableConcept.text [ fhir:value "QuickVue® SARS Antigen Test" ]
];
fhir:Device.owner [
fhir:Reference.reference [ fhir:value "Organization/us-core-organization-quidel-corporation" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.