Medtech ALEX® Implementation Guide
0.0.1 - draft International flag

Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Medtech Account Holder CodeSystem - TTL Representation

Draft as of 2026-07-17

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 -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/account-group-codes> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "account-group-codes"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem account-group-codes</b></p><a name=\"account-group-codes\"> </a><a name=\"hcaccount-group-codes\"> </a><p>This case-sensitive code system <code>https://alexapi.medtechglobal.com/fhir/CodeSystem/account-group-code</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\">CAS<a name=\"account-group-codes-CAS\"> </a></td><td>Casual Patient</td></tr><tr><td style=\"white-space:nowrap\">CH<a name=\"account-group-codes-CH\"> </a></td><td>Credit Hold</td></tr><tr><td style=\"white-space:nowrap\">CHNS<a name=\"account-group-codes-CHNS\"> </a></td><td>Credit Hold No Stmt</td></tr><tr><td style=\"white-space:nowrap\">CO<a name=\"account-group-codes-CO\"> </a></td><td>Company</td></tr><tr><td style=\"white-space:nowrap\">DEC<a name=\"account-group-codes-DEC\"> </a></td><td>Deceased</td></tr><tr><td style=\"white-space:nowrap\">GOV<a name=\"account-group-codes-GOV\"> </a></td><td>Government Dept</td></tr><tr><td style=\"white-space:nowrap\">NP<a name=\"account-group-codes-NP\"> </a></td><td>New Patient</td></tr><tr><td style=\"white-space:nowrap\">NS<a name=\"account-group-codes-NS\"> </a></td><td>No Statement</td></tr><tr><td style=\"white-space:nowrap\">P<a name=\"account-group-codes-P\"> </a></td><td>Patient</td></tr><tr><td style=\"white-space:nowrap\">RH<a name=\"account-group-codes-RH\"> </a></td><td>Rest Home</td></tr><tr><td style=\"white-space:nowrap\">TX<a name=\"account-group-codes-TX\"> </a></td><td>Transferred</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://alexapi.medtechglobal.com/fhir/CodeSystem/account-group-code"] ;
  fhir:CodeSystem.version [ fhir:value "0.0.1"] ;
  fhir:CodeSystem.name [ fhir:value "AccountGroupCodes"] ;
  fhir:CodeSystem.title [ fhir:value "Medtech Account Holder CodeSystem"] ;
  fhir:CodeSystem.status [ fhir:value "draft"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-07-17T03:37:55+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "Medtech Global"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Medtech Global" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://medtechglobal.com" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "support@medtechglobal.com" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:ContactDetail.name [ fhir:value "Medtech Support" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "support@medtechglobal.com" ] ;
       fhir:ContactPoint.use [ fhir:value "work" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "CodeSystem to support account groups"] ;
  fhir:CodeSystem.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:Coding.code [ fhir:value "001" ] ;
       fhir:Coding.display [ fhir:value "World" ]
     ]
  ] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "11"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "CAS" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Casual Patient" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "CH" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Credit Hold" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "CHNS" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Credit Hold No Stmt" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "CO" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Company" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "DEC" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Deceased" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "GOV" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Government Dept" ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "NP" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "New Patient" ]
  ], [
     fhir:index 7 ;
     fhir:CodeSystem.concept.code [ fhir:value "NS" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "No Statement" ]
  ], [
     fhir:index 8 ;
     fhir:CodeSystem.concept.code [ fhir:value "P" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Patient" ]
  ], [
     fhir:index 9 ;
     fhir:CodeSystem.concept.code [ fhir:value "RH" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Rest Home" ]
  ], [
     fhir:index 10 ;
     fhir:CodeSystem.concept.code [ fhir:value "TX" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Transferred" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/account-group-codes.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/account-group-codes.ttl> .