Da Vinci - Documentation Templates and Rules
2.1.0 - STU 2.1 United States of America flag

Da Vinci - Documentation Templates and Rules, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-dtr/ and changes regularly. 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 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"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-servicerequest>     ] )
  ] ; # 
  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><a name=\"ServiceRequestExample-en-US\"> </a><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>"
  ] ; # 
  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 [ 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" ]
  ] ) . #