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. For a full list of available versions, see the Directory of published versions
: Specimen - Anterior Nares Swab - P Noelle - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Specimen ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "specimen-anterior-nares-swab-p-noelle"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Specimen-at-home-in-vitro-test-covid"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Specimen-at-home-in-vitro-test-covid> ] )
] ; #
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: Specimen specimen-anterior-nares-swab-p-noelle</b></p><a name=\"specimen-anterior-nares-swab-p-noelle\"> </a><a name=\"hcspecimen-anterior-nares-swab-p-noelle\"> </a><a name=\"specimen-anterior-nares-swab-p-noelle-en-US\"> </a><p><b>identifier</b>: <code>http://lab.acme.org/specimens/2021</code>/MLD45-Z4-1234</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 697989009}\">Anterior nares swab (specimen)</span></p><p><b>subject</b>: <a href=\"Patient-patient-at-home-in-vitro-test-patricia-noelle.html\">Patricia Noelle</a></p><p><b>receivedTime</b>: 2021-12-03 16:00:00+0000</p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>2021-12-03 11:00:00+0000</td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://lab.acme.org/specimens/2021"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MLD45-Z4-1234" ]
] ) ; #
fhir:status [ fhir:v "available"] ; #
fhir:type [
( fhir:coding [
a sct:697989009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "697989009" ] ;
fhir:display [ fhir:v "Anterior nares swab (specimen)" ] ] ) ;
fhir:text [ fhir:v "Anterior nares swab (specimen)" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-at-home-in-vitro-test-patricia-noelle" ] ;
fhir:display [ fhir:v "Patricia Noelle" ]
] ; #
fhir:receivedTime [ fhir:v "2021-12-03T16:00:00Z"^^xsd:dateTime] ; #
fhir:collection [
fhir:collected [ fhir:v "2021-12-03T11:00:00Z"^^xsd:dateTime ]
] . #