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

: Supporting Information symptom Onset 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:Observation;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "date-symponset"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ];
     fhir:Meta.lastUpdated [ fhir:value "2021-03-25T01:53:46.481+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#trhUEHZ499CUu3vU" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b> Generated Narrative with Details</b></p><p><b> id</b> : date-symponset</p><p><b> status</b> : final</p><p><b> code</b> : Date of Symptoms onset <span> (Details : {LOINC code '65222-2' = 'Date and time of Covid 19 symptom onset</span></p><p><b> subject</b> : <a> Patient/pat2</a></p><p><b> effective</b> : March 24, 2021</p><p><b> value</b> : March 22, 2021</p></div>"
  ];
  fhir:Observation.status [ fhir:value "final"];
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:65222-2;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "65222-2" ];
       fhir:Coding.display [ fhir:value "Date and time of symptom onset" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Date and time of Covid 19 symptom onset" ]
  ];
  fhir:Observation.subject [
     fhir:Reference.reference [ fhir:value "Patient/cc-pat-pnoelle" ]
  ];
  fhir:Observation.effectiveDateTime [ fhir:value "2021-03-24"^^xsd:date];
  fhir:Observation.valueDateTime [ fhir:value "2021-03-22"^^xsd:date].

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

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