This page is part of the Clinical Order Workflows (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
: COW Service Request - TTL Representation
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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "cow-service-request-example"] ; #
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 cow-service-request-example</b></p><a name=\"cow-service-request-example\"> </a><a name=\"hccow-service-request-example\"> </a><a name=\"cow-service-request-example-en-US\"> </a><p><b>identifier</b>: <code>https://placer.example.org/ehr</code>/5f8b4be6-9484-449d-a217-7472a0389899</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 2345-7}\">Glucose [Mass/volume] in Serum or Plasma</span></p><p><b>subject</b>: Mr. John Doe (Identifier: Medical record number/553242)</p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://placer.example.org/ehr"^^xsd:anyURI ] ;
fhir:value [ fhir:v "5f8b4be6-9484-449d-a217-7472a0389899" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:code [
( fhir:coding [
a loinc:2345-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2345-7" ] ] )
] ; #
fhir:subject [
fhir:type [ fhir:v "Patient"^^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 "MR" ] ] ) ] ;
fhir:system [ fhir:v "https://placer.example.org/ehr"^^xsd:anyURI ] ;
fhir:value [ fhir:v "553242" ] ] ;
fhir:display [ fhir:v "Mr. John Doe" ]
] . #