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
: Observation - Patient Answer - Symptoms Onset COVID-19 P Noelle - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "observation-patient-answer-symptom-onset-covid-p-noelle"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Observation-patient-question-answer"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Observation-patient-question-answer> ] )
] ; #
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: Observation observation-patient-answer-symptom-onset-covid-p-noelle</b></p><a name=\"observation-patient-answer-symptom-onset-covid-p-noelle\"> </a><a name=\"hcobservation-patient-answer-symptom-onset-covid-p-noelle\"> </a><a name=\"observation-patient-answer-symptom-onset-covid-p-noelle-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category survey}\">Survey</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 65222-2}\">Date and time of Covid 19 symptom onset</span></p><p><b>subject</b>: <a href=\"Patient-patient-at-home-in-vitro-test-patricia-noelle.html\">Patricia Noelle</a></p><p><b>effective</b>: 2021-03-24</p><p><b>performer</b>: <a href=\"Patient-patient-at-home-in-vitro-test-patricia-noelle.html\">Patricia Noelle Female, DoB: 1954-10-17 ( Medical Record Number: 900 (use: usual, ))</a></p><p><b>value</b>: 2021-03-22</p></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "survey" ] ;
fhir:display [ fhir:v "Survey" ] ] ) ;
fhir:text [ fhir:v "Survey" ]
] ) ; #
fhir:code [
( fhir:coding [
a loinc:65222-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "65222-2" ] ;
fhir:display [ fhir:v "Date and time of symptom onset" ] ] ) ;
fhir:text [ fhir:v "Date and time of Covid 19 symptom onset" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-at-home-in-vitro-test-patricia-noelle" ] ;
fhir:display [ fhir:v "Patricia Noelle" ]
] ; #
fhir:effective [ fhir:v "2021-03-24"^^xsd:date] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Patient/patient-at-home-in-vitro-test-patricia-noelle" ]
] ) ; #
fhir:value [ fhir:v "2021-03-22"^^xsd:date] . #