Magentus Practice Management FHIR Implementation Guide
1.2.35 - ci-build

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

: Genie Anaesthetic type CodeSystem - TTL Representation

Draft as of 2025-03-02

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "gs-anaesthetictype"] ; # 
  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: CodeSystem gs-anaesthetictype</b></p><a name=\"gs-anaesthetictype\"> </a><a name=\"hcgs-anaesthetictype\"> </a><a name=\"gs-anaesthetictype-en-US\"> </a><p>This case-sensitive code system <code>http://fhir.geniesolutions.io/CodeSystem/gs-anaesthetictype</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">ALA<a name=\"gs-anaesthetictype-ALA\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Epidural<a name=\"gs-anaesthetictype-Epidural\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Epidural+GA<a name=\"gs-anaesthetictype-Epidural.43GA\"> </a></td></tr><tr><td style=\"white-space:nowrap\">GA<a name=\"gs-anaesthetictype-GA\"> </a></td></tr><tr><td style=\"white-space:nowrap\">GA+Block<a name=\"gs-anaesthetictype-GA.43Block\"> </a></td></tr><tr><td style=\"white-space:nowrap\">LA<a name=\"gs-anaesthetictype-LA\"> </a></td></tr><tr><td style=\"white-space:nowrap\">LAWS<a name=\"gs-anaesthetictype-LAWS\"> </a></td></tr><tr><td style=\"white-space:nowrap\">NLA<a name=\"gs-anaesthetictype-NLA\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Spinal<a name=\"gs-anaesthetictype-Spinal\"> </a></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://fhir.geniesolutions.io/CodeSystem/gs-anaesthetictype"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.2.35"] ; # 
  fhir:name [ fhir:v "GSAnaestheticType"] ; # 
  fhir:title [ fhir:v "Genie Anaesthetic type CodeSystem"] ; # 
  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 "Genie Anaesthetic type CodeSystem"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "9"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "ALA" ] ;
fhir:display [ fhir:v "ALA" ]
  ] [
fhir:code [ fhir:v "Epidural" ] ;
fhir:display [ fhir:v "Epidural" ]
  ] [
fhir:code [ fhir:v "Epidural+GA" ] ;
fhir:display [ fhir:v "Epidural+GA" ]
  ] [
fhir:code [ fhir:v "GA" ] ;
fhir:display [ fhir:v "GA" ]
  ] [
fhir:code [ fhir:v "GA+Block" ] ;
fhir:display [ fhir:v "GA+Block" ]
  ] [
fhir:code [ fhir:v "LA" ] ;
fhir:display [ fhir:v "LA" ]
  ] [
fhir:code [ fhir:v "LAWS" ] ;
fhir:display [ fhir:v "LAWS" ]
  ] [
fhir:code [ fhir:v "NLA" ] ;
fhir:display [ fhir:v "NLA" ]
  ] [
fhir:code [ fhir:v "Spinal" ] ;
fhir:display [ fhir:v "Spinal" ]
  ] ) . #