Da Vinci - Documentation Templates and Rules
2.2.0-ballot - STU 2.2 - Ballot United States of America flag

This page is part of the Documentation Templates and Rules (v2.2.0-ballot: STU 2.2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 2.1.0. For a full list of available versions, see the Directory of published versions

: ServiceRequestExample - TTL Representation

Page standards status: Informative

Raw ttl | Download


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

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

 a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ServiceRequestExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-servicerequest|2.1.0"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-servicerequest|2.1.0>     ] )
  ] ; # 
  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: ServiceRequest ServiceRequestExample</b></p><a name=\"ServiceRequestExample\"> </a><a name=\"hcServiceRequestExample\"> </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=\"http://hl7.org/fhir/us/davinci-crd/STU2.1/StructureDefinition-profile-servicerequest.html\">CRD Service Requestversion: null2.1.0)</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Original Order</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 24338-6}\">Gas panel - Blood</span></p><p><b>subject</b>: <a href=\"Patient-examplepatient.html\">Anonymous Patient Male, DoB: 1996-12-23</a></p><p><b>occurrence</b>: 2019-05-08 09:33:27+0700</p><p><b>authoredOn</b>: 2019-09-18 07:53:21+0700</p><p><b>requester</b>: <a href=\"Practitioner-PractitionerExample.html\">Practitioner Jane Doe </a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 4565000}\">Decreased oxygen affinity</span></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "original-order"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:24338-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "24338-6" ]     ] ) ;
fhir:text [ fhir:v "Gas panel - Blood" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/examplepatient" ]
  ] ; # 
  fhir:occurrence [
a fhir:dateTime ;
fhir:v "2019-05-08T09:33:27+07:00"^^xsd:dateTime
  ] ; # 
  fhir:authoredOn [ fhir:v "2019-09-18T07:53:21+07:00"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/PractitionerExample" ]
  ] ; # 
  fhir:reasonCode ( [
    ( fhir:coding [
a sct:4565000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4565000" ]     ] ) ;
fhir:text [ fhir:v "Decreased oxygen affinity" ]
  ] ) . #