STARS Implementation Guide
0.1.0 - ci-build
STARS Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@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 "Example-ID"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/StructureDefinition/csiro-stars-diagnosticreport"^^xsd:anyURI ;
fhir:link <https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/StructureDefinition/csiro-stars-diagnosticreport> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: \">democode</span> </h2><table class=\"grid\"><tr><td>Reported</td><td>2022-11-29 00:00:00+0000</td></tr><tr><td>Identifier:</td><td> id: 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://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-analysis-code-system XR10002}\">Australian Bat Lyssavirus - Pteropid RT - TaqMan Assay</span></a></td><td>36.6 Cycle Threshold</td><td><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://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-analysis-code-system XR10001}\">Australian Bat Lyssavirus - Insectivorous RT - TaqMan Assay</span></a></td><td>45 Cycle Threshold</td><td><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://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-analysis-code-system XN10040}\">Rabies Fluorescent Antibody Virus Neutralisation Test.</span></a></td><td>>2 international unit per milliliter</td><td><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>"
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "22-00001" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
fhir:code [ fhir:v "democode" ] ] )
] ; #
fhir:issued [ fhir:v "2022-11-29T00:00:00Z"^^xsd:dateTime] ; #
fhir:resultsInterpreter ( [
fhir:reference [ fhir:v "Practitioner/practitioner-example" ]
] ) ; #
fhir:specimen ( [
fhir:reference [ fhir:v "Specimen/specimen-example-bat" ]
] ) ; #
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" ]
] ) . #
IG © 2020+ . Package csiro.stars#0.1.0 based on FHIR 4.3.0. Generated 2023-04-26
Links: Table of Contents |
QA Report