North West Genomics Testing Workflow (GTW) - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Order Placer - 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:ActorDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "OrderPlacer"] ; #
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: ActorDefinition OrderPlacer</b></p><a name=\"OrderPlacer\"> </a><a name=\"hcOrderPlacer\"> </a><a name=\"OrderPlacer-en-GB\"> </a><table class=\"grid\"><tr><td><b>Actor: OrderPlacer </b></td><td>Order Placer</td><td>Type: system </td></tr><tr><td colspan=\"3\"><div><p>Places, updates, cancels and nullifies orders.\nReceives acceptance or rejection from the Order Filler.\nReceives Order content and status changes from the Order Filler</p>\n</div></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://hl7.mft.nhs.uk/ActorDefinition/OrderPlacer"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.0.1"] ; #
fhir:name [ fhir:v "OrderPlacer"] ; #
fhir:title [ fhir:v "Order Placer"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2025-02-23T05:40:25+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Manchester University NHS Foundation Trust"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://mft.nhs.uk/" ] ] )
] [
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "pressoffice@mft.nhs.uk" ] ] )
] [
fhir:name [ fhir:v "Press Office" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "pressoffice@mft.nhs.uk" ] ] )
] ) ; #
fhir:description [ fhir:v "Creates the Order. The Order Placer Actor is implemented by the systems used by the clinical practice."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "GB" ] ;
fhir:display [ fhir:v "United Kingdom of Great Britain and Northern Ireland" ] ] )
] ) ; #
fhir:type [ fhir:v "system"] ; #
fhir:documentation [ fhir:v "Places, updates, cancels and nullifies orders.\nReceives acceptance or rejection from the Order Filler.\nReceives Order content and status changes from the Order Filler"] . #