MediRecords FHIR Implementation Guide
1.3.0 - release


: MediRecords Job Type CodeSystem - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "mr-job-type-code",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://fhir.medirecords.com/CodeSystem/mr-job-type-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\">REG<a name=\"mr-job-type-code-REG\"> </a></td><td>Permanent/Regular</td></tr><tr><td style=\"white-space:nowrap\">PRT<a name=\"mr-job-type-code-PRT\"> </a></td><td>Part-time</td></tr><tr><td style=\"white-space:nowrap\">RCT<a name=\"mr-job-type-code-RCT\"> </a></td><td>Potential Recruit</td></tr><tr><td style=\"white-space:nowrap\">OTHR<a name=\"mr-job-type-code-OTHR\"> </a></td><td>Other</td></tr></table></div>"
  },
  "url" : "https://fhir.medirecords.com/CodeSystem/mr-job-type-code",
  "version" : "1.3.0",
  "name" : "MRJobTypeCodeSystem",
  "title" : "MediRecords Job Type CodeSystem",
  "status" : "active",
  "date" : "2023-12-21T01:01:27+00:00",
  "description" : "MediRecords Job Type CodeSystem",
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "REG",
      "display" : "Permanent/Regular"
    },
    {
      "code" : "PRT",
      "display" : "Part-time"
    },
    {
      "code" : "RCT",
      "display" : "Potential Recruit"
    },
    {
      "code" : "OTHR",
      "display" : "Other"
    }
  ]
}