MediRecords FHIR Implementation Guide
1.3.0 - release


: MediRecords Service Provider Type CodeSystem - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "mr-service-provider-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-service-provider-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\">GHD<a name=\"mr-service-provider-type-code-GHD\"> </a></td><td>Government Healthcare Department</td></tr><tr><td style=\"white-space:nowrap\">HF<a name=\"mr-service-provider-type-code-HF\"> </a></td><td>Health Fund</td></tr><tr><td style=\"white-space:nowrap\">NONMED<a name=\"mr-service-provider-type-code-NONMED\"> </a></td><td>Non Medical</td></tr><tr><td style=\"white-space:nowrap\">MLO<a name=\"mr-service-provider-type-code-MLO\"> </a></td><td>Medicare Local Office</td></tr><tr><td style=\"white-space:nowrap\">MSPCL<a name=\"mr-service-provider-type-code-MSPCL\"> </a></td><td>Medical Specialists</td></tr></table></div>"
  },
  "url" : "https://fhir.medirecords.com/CodeSystem/mr-service-provider-type-code",
  "version" : "1.3.0",
  "name" : "MRServiceProvierTypeCodeSystem",
  "title" : "MediRecords Service Provider Type CodeSystem",
  "status" : "active",
  "date" : "2023-12-21T01:01:27+00:00",
  "description" : "MediRecords Service Provider Type CodeSystem",
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "GHD",
      "display" : "Government Healthcare Department"
    },
    {
      "code" : "HF",
      "display" : "Health Fund"
    },
    {
      "code" : "NONMED",
      "display" : "Non Medical"
    },
    {
      "code" : "MLO",
      "display" : "Medicare Local Office"
    },
    {
      "code" : "MSPCL",
      "display" : "Medical Specialists"
    }
  ]
}