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
: Bat - 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:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Bat"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-patient"^^xsd:anyURI ;
fhir:link <https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-patient> ] )
] ; #
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: Patient Bat</b></p><a name=\"Bat\"> </a><a name=\"hcBat\"> </a><a name=\"Bat-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-patient.html\">CSIRO STARS Patient Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Bat (no stated gender), DoB Unknown ( bat1)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"This patient is known to be an animal.\">Patient Animal:</td><td colspan=\"3\"><ul><li>species: <span title=\"Codes:{https://ontoacdp.csiro.au/fhir/CodeSystem/stars-species-code-system 2.3.4.1.2}\">Grey-headed Flying Fox</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Status of a speciemen is human or not\"><a href=\"StructureDefinition-is-human.html\">Is Human</a></td><td colspan=\"3\">false</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/is-human"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v false ]
] [
( fhir:extension [
fhir:url [ fhir:v "species"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://ontoacdp.csiro.au/fhir/CodeSystem/stars-species-code-system"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2.3.4.1.2" ] ;
fhir:display [ fhir:v "Grey-headed Flying Fox" ] ] ) ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-animal"^^xsd:anyURI ]
] ) ; #
fhir:identifier ( [
fhir:value [ fhir:v "bat1" ]
] ) ; #
fhir:name ( [
fhir:text [ fhir:v "Bat" ]
] ) . #