Magentus Practice Management FHIR Implementation Guide - Local Development build (v1.2.35) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: EOrders Communication Request Category - 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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "eorders-communication-category"] ; #
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: ValueSet eorders-communication-category</b></p><a name=\"eorders-communication-category\"> </a><a name=\"hceorders-communication-category\"> </a><a name=\"eorders-communication-category-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-communication-category.html\"><code>http://terminology.hl7.org/CodeSystem/communication-category</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-communication-category.html#communication-category-reminder\">reminder</a></td><td style=\"color: #cccccc\">Reminder</td><td>The communication conveys a reminder.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-communication-category.html#communication-category-instruction\">instruction</a></td><td style=\"color: #cccccc\">Instruction</td><td>The communication conveys an instruction.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://fhir.geniesolutions.io/ValueSet/eorders-communication-category"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.2.35"] ; #
fhir:name [ fhir:v "EOrdersCommunicationCategory"] ; #
fhir:title [ fhir:v "EOrders Communication Request Category"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2025-03-02T12:29:52+10:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Magentus Practice Management"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Magentus Practice Management" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.magentus.com/practice-management" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "andy.bond@magentus.com" ] ] )
] [
fhir:name [ fhir:v "Magentus Practice Management" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.magentus.com/practice-management" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "EOrders Communication Request Category"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/communication-category"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "reminder" ] ] [
fhir:code [ fhir:v "instruction" ] ] ) ] )
] . #