OpenELIS GLOBAL2 Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
: Service Request priority - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "service-request-priority-code-system",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://i-tech-uw.github.io/openelis-global2-fhir-ig/codesystem-service-request-priority</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">routine<a name=\"service-request-priority-code-system-routine\"> </a></td><td>Routine</td><td>The request has normal priority.</td></tr></table></div>"
},
"url" : "https://i-tech-uw.github.io/openelis-global2-fhir-ig/codesystem-service-request-priority",
"version" : "0.1.0",
"name" : "ServiceRequestPriorityCodeSystem",
"title" : "Service Request priority",
"status" : "active",
"date" : "2023-03-05T22:47:16+00:00",
"contact" : [
{
"name" : "I-TECH-UW",
"telecom" : [
{
"system" : "url",
"value" : "www.github.com/i-tech-uw"
}
]
}
],
"description" : "ServiceRequest Priority Code System",
"content" : "complete",
"count" : 1,
"concept" : [
{
"code" : "routine",
"display" : "Routine",
"definition" : "The request has normal priority."
}
]
}