STARS Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
: STARS Legacy Submitter Type Code System - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "legacy-submitter-type-code-system",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-submitter-type-code-system</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\">GOV_AGEN<a name=\"legacy-submitter-type-code-system-GOV_AGEN\"> </a></td><td>Government Agency</td></tr><tr><td style=\"white-space:nowrap\">PRIV_VET<a name=\"legacy-submitter-type-code-system-PRIV_VET\"> </a></td><td>Private Veterinarian</td></tr><tr><td style=\"white-space:nowrap\">UNSPECIFIED<a name=\"legacy-submitter-type-code-system-UNSPECIFIED\"> </a></td><td>Unspecified value.</td></tr></table></div>"
},
"url" : "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-submitter-type-code-system",
"version" : "0.1.0",
"name" : "LegacySubmitterTypeCodeSystem",
"title" : "STARS Legacy Submitter Type Code System",
"status" : "draft",
"experimental" : false,
"date" : "2023-04-26T15:23:36+10:00",
"contact" : [
{
"name" : "Conor Vahland",
"telecom" : [
{
"system" : "email",
"value" : "mailto:stars@csiro.au"
}
]
}
],
"description" : "Codes describing various Submitter Type.",
"caseSensitive" : false,
"content" : "complete",
"count" : 3,
"concept" : [
{
"code" : "GOV_AGEN",
"display" : "Government Agency"
},
{
"code" : "PRIV_VET",
"display" : "Private Veterinarian"
},
{
"code" : "UNSPECIFIED",
"display" : "Unspecified value."
}
]
}