@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "account-group-codes"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem account-group-codes

This case-sensitive code system https://alexapi.medtechglobal.com/fhir/CodeSystem/account-group-code defines the following codes:

CodeDisplay
CAS Casual Patient
CH Credit Hold
CHNS Credit Hold No Stmt
CO Company
DEC Deceased
GOV Government Dept
NP New Patient
NS No Statement
P Patient
RH Rest Home
TX Transferred
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://alexapi.medtechglobal.com/fhir/CodeSystem/account-group-code"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.0.1"] ; # fhir:name [ fhir:v "AccountGroupCodes"] ; # fhir:title [ fhir:v "Medtech Account Holder CodeSystem"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-08-12T01:02:12+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Medtech Global"] ; # fhir:contact ( [ fhir:name [ fhir:v "Medtech Global" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://medtechglobal.com" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "support@medtechglobal.com" ] ] ) ] [ fhir:name [ fhir:v "Medtech Support" ] ; fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "support@medtechglobal.com" ] ; fhir:use [ fhir:v "work" ] ] ) ] ) ; # fhir:description [ fhir:v "CodeSystem to support account groups"] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ; fhir:code [ fhir:v "001" ] ; fhir:display [ fhir:v "World" ] ] ) ] ) ; # fhir:caseSensitive [ fhir:v true] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "11"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "CAS" ] ; fhir:display [ fhir:v "Casual Patient" ] ] [ fhir:code [ fhir:v "CH" ] ; fhir:display [ fhir:v "Credit Hold" ] ] [ fhir:code [ fhir:v "CHNS" ] ; fhir:display [ fhir:v "Credit Hold No Stmt" ] ] [ fhir:code [ fhir:v "CO" ] ; fhir:display [ fhir:v "Company" ] ] [ fhir:code [ fhir:v "DEC" ] ; fhir:display [ fhir:v "Deceased" ] ] [ fhir:code [ fhir:v "GOV" ] ; fhir:display [ fhir:v "Government Dept" ] ] [ fhir:code [ fhir:v "NP" ] ; fhir:display [ fhir:v "New Patient" ] ] [ fhir:code [ fhir:v "NS" ] ; fhir:display [ fhir:v "No Statement" ] ] [ fhir:code [ fhir:v "P" ] ; fhir:display [ fhir:v "Patient" ] ] [ fhir:code [ fhir:v "RH" ] ; fhir:display [ fhir:v "Rest Home" ] ] [ fhir:code [ fhir:v "TX" ] ; fhir:display [ fhir:v "Transferred" ] ] ) . # # -------------------------------------------------------------------------------------