STARS Implementation Guide
0.3.0 - ci-build

This page is part of the Csiro Stars (v0.3.0: Releases Draft) based on FHIR (HL7® FHIR® Standard) v5.0.0. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: diagnosticreport-example-cat3-bat - 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "Example-ID"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-diagnosticreport"^^xsd:anyURI ;
fhir:link <https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-diagnosticreport>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport Example-ID</b></p><a name=\"Example-ID\"> </a><a name=\"hcExample-ID\"> </a><a name=\"Example-ID-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-csiro-stars-diagnosticreport.html\">CSIRO STARS DiagnosticReport Profile</a></p></div><h2><span title=\"Codes:{http://loinc.org 11502-2}\">Laboratory Report</span> </h2><table class=\"grid\"><tr><td>Reported</td><td>2022-11-29 00:00:00+0000</td></tr><tr><td>Identifier</td><td> 22-00001</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>Flags</b></td><td><b>When For</b></td><td><b>Reported</b></td></tr><tr><td><a href=\"Observation-observation-example-category3-bat-ABLVPt.html\"><span title=\"Codes:{https://ontoacdp.csiro.au/fhir/CodeSystem/stars-analysis-code-system XR10002}\">Australian Bat Lyssavirus - Pteropid RT - TaqMan Assay</span></a></td><td>36.6 Cycle Threshold</td><td>Final, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation POS}\">Positive</span></td><td>2022-11-28 10:30:10+1000</td><td>2022-11-29 10:30:10+1000</td></tr><tr><td><a href=\"Observation-observation-example-category3-bat-ABLVIn.html\"><span title=\"Codes:{https://ontoacdp.csiro.au/fhir/CodeSystem/stars-analysis-code-system XR10001}\">Australian Bat Lyssavirus - Insectivorous RT - TaqMan Assay</span></a></td><td>45 Cycle Threshold</td><td>Final, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation NEG}\">Negative</span></td><td>2022-11-29 10:30:10+1000</td><td>2022-11-29 10:30:10+1000</td></tr><tr><td><a href=\"Observation-observation-example-category3-bat-RABIESFAV.html\"><span title=\"Codes:{https://ontoacdp.csiro.au/fhir/CodeSystem/stars-analysis-code-system XN10040}\">Rabies Fluorescent Antibody Virus Neutralisation Test.</span></a></td><td>&gt;2 international unit per milliliter<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code[IU]/mL = '[IU]/mL')</span></td><td>Final, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation NEG}\">Negative</span></td><td>2022-11-29 10:30:10+1000</td><td>2022-11-29 10:30:10+1000</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/requisition"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "AS-99322"     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "22-00001" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:11502-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11502-2" ] ;
fhir:display [ fhir:v "Laboratory Report" ]     ] )
  ] ; # 
  fhir:issued [ fhir:v "2022-11-29T00:00:00Z"^^xsd:dateTime] ; # 
  fhir:resultsInterpreter ( [
fhir:reference [ fhir:v "Practitioner/practitioner-example" ]
  ] ) ; # 
  fhir:result ( [
fhir:reference [ fhir:v "Observation/observation-example-category3-bat-ABLVPt" ]
  ] [
fhir:reference [ fhir:v "Observation/observation-example-category3-bat-ABLVIn" ]
  ] [
fhir:reference [ fhir:v "Observation/observation-example-category3-bat-RABIESFAV" ]
  ] ) . #