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 loinc: <http://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:DiagnosticReport;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "diagnosticreport-at-home-in-vitro-results-covid-p-noelle"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "5" ];
fhir:Meta.lastUpdated [ fhir:value "2022-04-29T04:38:57.747+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#VUCGv61DXRaCBMVh" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/home-lab-report/StructureDefinition/DiagnosticReport-at-home-in-vitro-results-covid";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/home-lab-report/StructureDefinition/DiagnosticReport-at-home-in-vitro-results-covid> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <div class=\"hapiHeaderText\"> SARS-CoV+SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay </div>\n <table class=\"hapiPropertyTable\">\n <tbody>\n <tr>\n <td>Status</td>\n <td>FINAL</td>\n </tr>\n <tr>\n <td>Issued</td>\n <td> 10 March 2021 00:45:33 </td>\n </tr>\n </tbody>\n </table>\n </div>"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo" ];
fhir:Extension.valueReference [
fhir:Reference.reference [ fhir:value "Observation/observation-patient-answer-symptoms-present-covid-p-noelle" ];
fhir:Reference.display [ fhir:value "Whether the patient has symptoms related to condition of interest: Yes" ] ]
], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo" ];
fhir:Extension.valueReference [
fhir:Reference.reference [ fhir:value "Observation/observation-patient-answer-symptom-onset-covid-p-noelle" ];
fhir:Reference.display [ fhir:value "Date and time of symptom onset: March 22, 2021" ] ]
];
fhir:DiagnosticReport.status [ fhir:value "final"];
fhir:DiagnosticReport.category [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ];
fhir:Coding.code [ fhir:value "LAB" ];
fhir:Coding.display [ fhir:value "Laboratory" ] ]
];
fhir:DiagnosticReport.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:95209-3;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "95209-3" ];
fhir:Coding.display [ fhir:value "SARS-CoV+SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay" ] ]
];
fhir:DiagnosticReport.subject [
fhir:Reference.reference [ fhir:value "Patient/us-core-patient-patricia-noelle" ];
fhir:Reference.display [ fhir:value "Patricia Noelle" ]
];
fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2021-03-10T11:45:33+11:00"^^xsd:dateTime];
fhir:DiagnosticReport.issued [ fhir:value "2021-03-10T11:45:33+11:00"^^xsd:dateTime];
fhir:DiagnosticReport.performer [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Organization/us-core-organization-quidel-corporation" ];
fhir:Reference.display [ fhir:value "Quidel Corporation" ]
];
fhir:DiagnosticReport.result [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Observation/observation-at-home-in-vitro-test-result-covid-p-noelle" ];
fhir:Reference.display [ fhir:value "SARS-CoV+SARS-CoV-2" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.