STARS Implementation Guide
0.1.0 - ci-build

STARS Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Shorty - TTL Representation

Raw ttl | Download


@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Shorty"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/StructureDefinition/csiro-stars-patient"^^xsd:anyURI ;
fhir:link <https://acdp.csiro.au/starsapi-sandbox/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 style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Horse1</b> (no stated gender), DoB Unknown ( Accession ID: P21-00344-0001 Horse1)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Id:</td><td colspan=\"3\">Microchip Number: 345 222 666 306</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\"><ul><li>false</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"This patient is known to be an animal.\">animal:</td><td colspan=\"3\"><ul><li>species: <span title=\"Codes: {https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-species-code-system 2.3.4.1.2}\">Grey-headed Flying Fox</span></li><li>breed: <span title=\"Codes: {http://snomed.info/sct 90580008}\">Fish</span></li><li>genderStatus: <span title=\"Codes: {http://hl7.org/fhir/animal-genderstatus intact}\">Intact</span></li></ul></td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/StructureDefinition/is-human"^^xsd:anyURI ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "species"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-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 "breed"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
a sct:90580008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "90580008" ] ;
fhir:display [ fhir:v "Fish" ]         ] )       ]     ] [
fhir:url [ fhir:v "genderStatus"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/animal-genderstatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "intact" ] ;
fhir:display [ fhir:v "Intact" ]         ] )       ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-animal"^^xsd:anyURI ]
  ] ) ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ACSN" ]       ] )     ] ;
fhir:value [ fhir:v "P21-00344-0001 Horse1" ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MCN" ]       ] )     ] ;
fhir:value [ fhir:v "345 222 666 306" ]
  ] ) ; # 
  fhir:name ( [
fhir:text [ fhir:v "Horse1" ]
  ] ) . #