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

: observation-example-category3-bat-RABIESFAV - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "observation-example-category3-bat-RABIESFAV"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-observation-result"^^xsd:anyURI ;
fhir:link <https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-observation-result>     ] )
  ] ; # 
  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: Observation observation-example-category3-bat-RABIESFAV</b></p><a name=\"observation-example-category3-bat-RABIESFAV\"> </a><a name=\"hcobservation-example-category3-bat-RABIESFAV\"> </a><a name=\"observation-example-category3-bat-RABIESFAV-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-observation-result.html\">CSIRO STARS Observation Result Profile</a></p></div><p><b>identifier</b>: dfasnsjkfhsd</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{https://ontoacdp.csiro.au/fhir/CodeSystem/stars-analysis-code-system XN10040}\">Rabies Fluorescent Antibody Virus Neutralisation Test.</span></p><p><b>effective</b>: 2022-11-29 10:30:10+1000</p><p><b>issued</b>: 2022-11-29 10:30:10+1000</p><p><b>value</b>: &gt;2 international unit per milliliter<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code[IU]/mL = '[IU]/mL')</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation NEG}\">Negative</span></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "dfasnsjkfhsd" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://ontoacdp.csiro.au/fhir/CodeSystem/stars-analysis-code-system"^^xsd:anyURI ] ;
fhir:code [ fhir:v "XN10040" ] ;
fhir:display [ fhir:v "Rabies Fluorescent Antibody Virus Neutralisation Test." ]     ] )
  ] ; # 
  fhir:effective [
a fhir:instant ;
fhir:v "2022-11-29T10:30:10+10:00"^^xsd:dateTime
  ] ; # 
  fhir:issued [ fhir:v "2022-11-29T10:30:10+10:00"^^xsd:dateTime] ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "2"^^xsd:decimal ] ;
fhir:comparator [ fhir:v ">" ] ;
fhir:unit [ fhir:v "international unit per milliliter" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "[IU]/mL" ]
  ] ; # 
  fhir:interpretation ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NEG" ] ;
fhir:display [ fhir:v "Negative" ]     ] )
  ] ) . #