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

: EOrders Coverage Type and Self Pay codes - TTL Representation

Active 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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "eorders-coverage-type"] ; # 
  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-coverage-type</b></p><a name=\"eorders-coverage-type\"> </a><a name=\"hceorders-coverage-type\"> </a><a name=\"eorders-coverage-type-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-coverage-selfpay.html\"><code>http://terminology.hl7.org/CodeSystem/coverage-selfpay</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-coverage-selfpay.html#coverage-selfpay-pay\">pay</a></td><td>Pay</td><td>An individual or organization is paying directly for goods and services.</td></tr></table></li><li>Include these codes as defined in <a href=\"http://hl7.org.au/fhir/4.1.2-preview/CodeSystem-au-coverage-selfpay.html\"><code>http://terminology.hl7.org.au/CodeSystem/coverage-selfpay</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://hl7.org.au/fhir/4.1.2-preview/CodeSystem-au-coverage-selfpay.html#au-coverage-selfpay-payconc\">payconc</a></td><td>Concession</td><td>An individual or organisation is paying directly a concessional fee for goods and services.</td></tr></table></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v3-ActCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActCode</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-v3-ActCode.html#v3-ActCode-PUBLICPOL\">PUBLICPOL</a></td><td>public healthcare</td><td>Insurance policy funded by a public health system such as a provincial or national health plan. Examples include BC MSP (British Columbia Medical Services Plan) OHIP (Ontario Health Insurance Plan), NHS (National Health Service).</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-VET\">VET</a></td><td>veteran health program</td><td>**Definition:** Services provided directly and through contracted and operated veteran health programs.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://fhir.geniesolutions.io/ValueSet/eorders-coverage-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.2.35"] ; # 
  fhir:name [ fhir:v "EOrdersCoverageTypeCodes"] ; # 
  fhir:title [ fhir:v "EOrders Coverage Type and Self Pay codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  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 Coverage Type and Self Pay codes"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-selfpay"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "pay" ] ;
fhir:display [ fhir:v "Pay" ]       ] )     ] [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/coverage-selfpay"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "payconc" ] ;
fhir:display [ fhir:v "Concession" ]       ] )     ] [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "PUBLICPOL" ] ;
fhir:display [ fhir:v "public healthcare" ]       ] [
fhir:code [ fhir:v "VET" ] ;
fhir:display [ fhir:v "veteran health program" ]       ] )     ] )
  ] . #