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
: specimen-example - 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:Specimen ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "specimen-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-specimen"^^xsd:anyURI ;
fhir:link <https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-specimen> ] )
] ; #
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: Specimen specimen-example</b></p><a name=\"specimen-example\"> </a><a name=\"hcspecimen-example\"> </a><a name=\"specimen-example-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-specimen.html\">CSIRO STARS Specimen Profile</a></p></div><p><b>accessionIdentifier</b>: AS22-00345</p><p><b>type</b>: <span title=\"Codes:{https://ontoacdp.csiro.au/fhir/CodeSystem/stars-sample-type-code-system SWAB}\">Swab</span></p><p><b>subject</b>: <a href=\"Patient-Shorty.html\">Horse1 (no stated gender), DoB Unknown ( Accession ID)</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td></tr><tr><td style=\"display: none\">*</td><td/></tr></table><h3>Processings</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Description</b></td></tr><tr><td style=\"display: none\">*</td><td>fixed in formaldehyde</td></tr></table><p><b>condition</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0493 FROZ}\">Frozen</span></p><p><b>note</b>: sample prepared for transport</p></div>"^^rdf:XMLLiteral
] ; #
fhir:accessionIdentifier [
fhir:value [ fhir:v "AS22-00345" ]
] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://ontoacdp.csiro.au/fhir/CodeSystem/stars-sample-type-code-system"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SWAB" ] ;
fhir:display [ fhir:v "Swab" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/Shorty" ]
] ; #
fhir:collection [
( fhir:extension [
fhir:url [ fhir:v "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/specimen-collection-location"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Location/location-example" ] ] ] )
] ; #
fhir:processing ( [
fhir:description [ fhir:v "fixed in formaldehyde" ]
] ) ; #
fhir:condition ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0493"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FROZ" ] ;
fhir:display [ fhir:v "Frozen" ] ] )
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "sample prepared for transport" ]
] ) . #