Covid 19 At-Home Test Report
0.1.0 - CI Build

Covid 19 At-Home Test Report - Local Development build (v0.1.0). See the Directory of published versions

: Covid 19 at Home Diagnostic Report Example - TTL Representation

Raw ttl | Download


@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 "at-home-covid-diagnosticReport-122"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "3" ];
     fhir:Meta.lastUpdated [ fhir:value "2021-03-25T19:54:19.703+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#SQUty46woQcKrBjI" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 95209-3}\">SARS-CoV+SARS-CoV-2 (COVID-19) Ag\n          [Presence] in Respiratory specimen by Rapid immunoassay</span> (<span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td><b>Patricia Noelle </b> BirthDate: 1987-02-20 ( Medical Record Number: 1032702\n            (USUAL))</td></tr><tr><td>Date</td><td>2021-03-10</td></tr><tr><td>Reported</td><td>2021-03-10 10:45:33 AM</td></tr><tr><td>Supporting Information asked on patient interaction with App</td><td>Do you have symptom related to Covid-19: Yes</td></tr><tr><td>Supporting Information - asked on patient interaction with App</td><td>When did your symptoms related to Covid-19 start?: 2021-MAR-22 </td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Date</b></td></tr><tr><td><a href=\"Observation-covid.html\"><span title=\"Codes: {http://loinc.org 95209-3}\">SARS-CoV+SARS-CoV-2 (COVID-19) Ag\n                [Presence] in Respiratory specimen by Rapid immunoassay</span></a></td><td>Detected</td><td>2021-03-10 10:45:33 AM</td></tr></table></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/symp-presAbsent" ];
       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/date-symponset" ];
       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/cc-pat-pnoelle" ];
     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/acme-atHomeTest" ];
     fhir:Reference.display [ fhir:value "Acme Laboratory, Inc" ]
  ];
  fhir:DiagnosticReport.result [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Observation/at-home-covid-example-123" ];
     fhir:Reference.display [ fhir:value "SARS-CoV+SARS-CoV-2" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.