At-Home In-Vitro Test Report
1.1.0 - STU 1.1 United States of America flag

At-Home In-Vitro Test Report, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/home-lab-report/ and changes regularly. See the Directory of published versions

: Device - Acme Home 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-hometest1-s-trevor"] ; # 
  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><b>Generated Narrative: Device</b><a name=\"device-hometest1-s-trevor\"> </a><a name=\"hcdevice-hometest1-s-trevor\"> </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-hometest1-s-trevor&quot; </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 style=\"display: none\">-</td><td><b>DeviceIdentifier</b></td><td><b>Issuer</b></td></tr><tr><td style=\"display: none\">*</td><td>Acme COVID-19 Home Test_Acme Limited_EUA</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>: 7654321F</p><p><b>serialNumber</b>: 10987654d323</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>Acme COVID-19 Home Test_Acme Limited</td><td>model-name</td></tr></table><p><b>modelNumber</b>: 20388</p><p><b>partNumber</b>: 20388</p></div>"
  ] ; # 
  fhir:udiCarrier ( [
fhir:deviceIdentifier [ fhir:v "Acme COVID-19 Home Test_Acme Limited_EUA" ] ;
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 "7654321F"] ; # 
  fhir:serialNumber [ fhir:v "10987654d323"] ; # 
  fhir:deviceName ( [
fhir:name [ fhir:v "Acme COVID-19 Home Test_Acme Limited" ] ;
fhir:type [ fhir:v "model-name" ]
  ] ) ; # 
  fhir:modelNumber [ fhir:v "20388"] ; # 
  fhir:partNumber [ fhir:v "20388"] . #