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
Active as of 2025-01-20 |
{
"resourceType" : "CodeSystem",
"id" : "registration-status-code",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem registration-status-code</b></p><a name=\"registration-status-code\"> </a><a name=\"hcregistration-status-code\"> </a><a name=\"registration-status-code-en-US\"> </a><p>This case-sensitive code system <code>https://alexapi.medtechglobal.com.au/fhir/CodeSystem/registration-status-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\">C<a name=\"registration-status-code-C\"> </a></td><td>Casual</td></tr><tr><td style=\"white-space:nowrap\">D<a name=\"registration-status-code-D\"> </a></td><td>Deceased</td></tr><tr><td style=\"white-space:nowrap\">R<a name=\"registration-status-code-R\"> </a></td><td>Regular</td></tr><tr><td style=\"white-space:nowrap\">T<a name=\"registration-status-code-T\"> </a></td><td>Transferred</td></tr><tr><td style=\"white-space:nowrap\">V<a name=\"registration-status-code-V\"> </a></td><td>Visitor</td></tr></table></div>"
},
"url" : "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/registration-status-code",
"version" : "0.0.1",
"name" : "PatientRegistrationStatusCodes",
"title" : "Medtech Registration status CodeSystem",
"status" : "active",
"experimental" : false,
"date" : "2025-01-20T21:47:25+00:00",
"publisher" : "Medtech Global",
"contact" : [
{
"name" : "Medtech Global",
"telecom" : [
{
"system" : "url",
"value" : "https://medtechglobal.com.au"
},
{
"system" : "email",
"value" : "support@medtechglobal.com"
}
]
},
{
"name" : "Medtech Support",
"telecom" : [
{
"system" : "email",
"value" : "support@medtechglobal.com",
"use" : "work"
}
]
}
],
"description" : "CodeSystem to support Patient Registration status",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 5,
"concept" : [
{
"code" : "C",
"display" : "Casual"
},
{
"code" : "D",
"display" : "Deceased"
},
{
"code" : "R",
"display" : "Regular"
},
{
"code" : "T",
"display" : "Transferred"
},
{
"code" : "V",
"display" : "Visitor"
}
]
}