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

: Request Claim Result 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 "eorder-claim-result-type-codesystem"] ; # 
  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 eorder-claim-result-type-codesystem</b></p><a name=\"eorder-claim-result-type-codesystem\"> </a><a name=\"hceorder-claim-result-type-codesystem\"> </a><a name=\"eorder-claim-result-type-codesystem-en-US\"> </a><p>This case-sensitive code system <code>http://fhir.geniesolutions.io/CodeSystem/eorder-claim-result-type-codesystem</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">ok<a name=\"eorder-claim-result-type-codesystem-ok\"> </a></td><td>OK</td></tr><tr><td style=\"white-space:nowrap\">fulfillment-active-elsewhere<a name=\"eorder-claim-result-type-codesystem-fulfillment-active-elsewhere\"> </a></td><td>Fulfillment is in-progress with another organization</td></tr><tr><td style=\"white-space:nowrap\">fulfillment-active<a name=\"eorder-claim-result-type-codesystem-fulfillment-active\"> </a></td><td>Fulfillment is in-progress with the provided organization</td></tr><tr><td style=\"white-space:nowrap\">already-fulfiller<a name=\"eorder-claim-result-type-codesystem-already-fulfiller\"> </a></td><td>Fulfillment is already claimed by the provided organization</td></tr><tr><td style=\"white-space:nowrap\">fulfillment-cancelled<a name=\"eorder-claim-result-type-codesystem-fulfillment-cancelled\"> </a></td><td>Fulfillment was cancelled</td></tr><tr><td style=\"white-space:nowrap\">requisition-not-found<a name=\"eorder-claim-result-type-codesystem-requisition-not-found\"> </a></td><td>Requisition Not Found</td></tr><tr><td style=\"white-space:nowrap\">organization-not-found<a name=\"eorder-claim-result-type-codesystem-organization-not-found\"> </a></td><td>Organisation Not Found</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://fhir.geniesolutions.io/CodeSystem/eorder-claim-result-type-codesystem"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.2.35"] ; # 
  fhir:name [ fhir:v "EOrderClaimResultTypeCodeSystem"] ; # 
  fhir:title [ fhir:v "Request Claim Result 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 "Request Claim Result Type CodeSystem"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "ok" ] ;
fhir:display [ fhir:v "OK" ]
  ] [
fhir:code [ fhir:v "fulfillment-active-elsewhere" ] ;
fhir:display [ fhir:v "Fulfillment is in-progress with another organization" ]
  ] [
fhir:code [ fhir:v "fulfillment-active" ] ;
fhir:display [ fhir:v "Fulfillment is in-progress with the provided organization" ]
  ] [
fhir:code [ fhir:v "already-fulfiller" ] ;
fhir:display [ fhir:v "Fulfillment is already claimed by the provided organization" ]
  ] [
fhir:code [ fhir:v "fulfillment-cancelled" ] ;
fhir:display [ fhir:v "Fulfillment was cancelled" ]
  ] [
fhir:code [ fhir:v "requisition-not-found" ] ;
fhir:display [ fhir:v "Requisition Not Found" ]
  ] [
fhir:code [ fhir:v "organization-not-found" ] ;
fhir:display [ fhir:v "Organisation Not Found" ]
  ] ) . #