COVID19 Case Reporting - Local Development build (v0.1.0). See the Directory of published versions
: Example DiagnosticReport - Covid19LabResultsDiagnosticReportExample - 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:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Covid19LabResultsDiagnosticReportExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-diagnostic-report"^^xsd:anyURI ;
fhir:link <http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-diagnostic-report> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 94558-4}\">SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay</span> </h2><table class=\"grid\"><tr><td>Subject</td><td><b>Jane Maria Smith (OFFICIAL)</b> female, DoB: 1986-06-04 ( Passport number: PASSPORT1234567)</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>When For</b></td></tr><tr><td><a href=\"Observation-Covid19TestResultExample.html\"><span title=\"Codes: {http://loinc.org 94558-4}\">SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay</span></a></td><td><span title=\"Codes: {http://snomed.info/sct 10828004}\">Positive</span></td><td>2022-07-28</td></tr></table><p>Some conclusion text</p></div>"
] ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/Covid19ServiceRequestExample" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:94558-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "94558-4" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/Covid19PatientExample" ]
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/PractitionerExample" ]
] ) ; #
fhir:result ( [
fhir:reference [ fhir:v "Observation/Covid19TestResultExample" ]
] ) ; #
fhir:conclusion [ fhir:v "Some conclusion text"] . #