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

: example-servicerequest - 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:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-servicerequest"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-servicerequest"^^xsd:anyURI ;
fhir:link <https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-servicerequest>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest example-servicerequest</b></p><a name=\"example-servicerequest\"> </a><a name=\"hcexample-servicerequest\"> </a><a name=\"example-servicerequest-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-servicerequest.html\">CSIRO STARS ServiceRequest Profile</a></p></div><p><b>Submission Category</b>: <span title=\"Codes:{https://ontoacdp.csiro.au/fhir/CodeSystem/stars-submission-category-code-system 1}\">Routine testing no suspicion of emergency disease</span></p><p><b>identifier</b>: 5b6f1332-8717-47a7-8776-a421a7b1b583</p><p><b>requisition</b>: AS19-00443-P</p><p><b>status</b>: Active</p><p><b>intent</b>: Proposal</p><p><b>subject</b>: <a href=\"Patient-Shorty.html\">Horse1 (no stated gender), DoB Unknown ( Accession ID)</a></p><p><b>authoredOn</b>: 2023-03-23</p><p><b>specimen</b>: <a href=\"Specimen-specimen-example.html\">Specimen: accessionIdentifier = AS22-00345; type = Swab; condition = Frozen; note = sample prepared for transport</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-submission-category"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://ontoacdp.csiro.au/fhir/CodeSystem/stars-submission-category-code-system"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Routine testing no suspicion of emergency disease" ]       ] )     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "5b6f1332-8717-47a7-8776-a421a7b1b583" ]
  ] ) ; # 
  fhir:requisition [
fhir:value [ fhir:v "AS19-00443-P" ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "proposal"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Shorty" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2023-03-23"^^xsd:date] ; # 
  fhir:specimen ( [
fhir:reference [ fhir:v "Specimen/specimen-example" ]
  ] ) . #