This page is part of the At-Home In-Vitro Test Report (v1.0.0: STU 1) based on FHIR 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
: Observation - Patient Answer - Symptoms Present 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-symptoms-present-covid-p-noelle"] ; #
fhir:meta [
fhir:versionId [ fhir:v "8" ] ;
fhir:lastUpdated [ fhir:v "2023-01-26T21:31:27.755+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#II9jDGmPPdFQ1QtM"^^xsd:anyURI ] ;
( 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><b>Generated Narrative: Observation</b><a name=\"observation-patient-answer-symptoms-present-covid-p-noelle\"> </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 Observation "observation-patient-answer-symptoms-present-covid-p-noelle" Version "8" Updated "2023-01-26 21:31:27+0000" </p><p style=\"margin-bottom: 0px\">Information Source: #II9jDGmPPdFQ1QtM!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Observation-patient-question-answer.html\">Observation - Patient Question Answer</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Survey <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#survey)</span></p><p><b>code</b>: Whether the patient has symptoms related to condition of interest <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#95419-8)</span></p><p><b>subject</b>: <a href=\"Patient-patient-at-home-in-vitro-test-patricia-noelle.html\">Patient/patient-at-home-in-vitro-test-patricia-noelle: Patricia Noelle</a> " NOELLE"</p><p><b>effective</b>: 2021-03-24</p><p><b>value</b>: Yes <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v2-0532.html\">expandedYes-NoIndicator</a>#Y)</span></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:95419-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "95419-8" ] ;
fhir:display [ fhir:v "Whether the patient has symptoms related to condition of interest" ] ] ) ;
fhir:text [ fhir:v "Whether the patient has symptoms related to condition of interest" ]
] ; #
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:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0532"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Y" ] ;
fhir:display [ fhir:v "Yes" ] ] )
] . #