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 At Home Lab Test Result Positive 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Observation;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "at-home-covid-example-123"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "4" ];
     fhir:Meta.lastUpdated [ fhir:value "2021-03-12T04:18:00.469+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#Fmnr8ErYO3k5PzTB" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p/><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 95209-3}\">SARS-CoV+SARS-CoV-2 (COVID-19)\n          Ag [Presence] in Respiratory specimen by Rapid immunoassay</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Patricia Noelle. Generated Summary: Medical Record\n          Number: 1032702 (USUAL); active; Patricia Noelle , Amy V. Baxter ; Phone: 555-555-5555,\n          pnoelle@example.com; gender: female; birthDate: 1987-02-20</a></p><p><b>Date:</b>: 2021-03-10</p><p><b>value</b>: Detected</p><p><b>Speciem ID</b>: MLD45-Z4-1234</p><p><b>UDI Device ID</b>: 30014613339373</p></div>"
  ];
  fhir:Observation.status [ fhir:value "final"];
  fhir:Observation.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ];
       fhir:Coding.code [ fhir:value "laboratory" ];
       fhir:Coding.display [ fhir:value "Laboratory" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Laboratory" ]
  ];
  fhir:Observation.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:CodeableConcept.text [ fhir:value "SARS-CoV+SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay" ]
  ];
  fhir:Observation.subject [
     fhir:Reference.reference [ fhir:value "Patient/cc-pat-pnoelle" ];
     fhir:Reference.display [ fhir:value "Patricia Noelle" ]
  ];
  fhir:Observation.effectiveDateTime [ fhir:value "2020-03-10"^^xsd:date];
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:260373001;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "260373001" ];
       fhir:Coding.display [ fhir:value "Detected" ]     ]
  ];
  fhir:Observation.specimen [
     fhir:Reference.reference [ fhir:value "Specimen/covid-example1-UR" ];
     fhir:Reference.display [ fhir:value "UR Specimen ID: MLD45-Z4-1234" ]
  ];
  fhir:Observation.device [
     fhir:Reference.reference [ fhir:value "Device/QuickVueQuidelTest" ];
     fhir:Reference.display [ fhir:value "UDI Device ID: 30014613339373" ]
  ].

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

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