Magentus Practice Management FHIR Implementation Guide - Local Development build (v1.2.16) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Request Claim Result Type CodeSystem - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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\">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>"
] ; #
fhir:url [ fhir:v "http://fhir.geniesolutions.io/CodeSystem/eorder-claim-result-type-codesystem"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.2.16"] ; #
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 "2024-08-15T19:35:04+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 "3"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "ok" ] ;
fhir:display [ fhir:v "OK" ]
] [
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" ]
] ) . #