0.1.1 - ci-build

This page is part of the MatchSync Implementation Guide (v0.1.0: Release Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: NMDP Practitioner Roles - JSON Representation

Active as of 2024-11-11

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "nmdp-practitioner-role-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem nmdp-practitioner-role-cs</b></p><a name=\"nmdp-practitioner-role-cs\"> </a><a name=\"hcnmdp-practitioner-role-cs\"> </a><a name=\"nmdp-practitioner-role-cs-en-US\"> </a><p>This case-sensitive code system <code>http://terminology.nmdp.org/codesystem/practitionerrole</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\">referringphysician<a name=\"nmdp-practitioner-role-cs-referringphysician\"> </a></td><td>Referring Physician</td></tr><tr><td style=\"white-space:nowrap\">tcphysician<a name=\"nmdp-practitioner-role-cs-tcphysician\"> </a></td><td>Transplant Center Physician</td></tr><tr><td style=\"white-space:nowrap\">searchcoordinator<a name=\"nmdp-practitioner-role-cs-searchcoordinator\"> </a></td><td>Search Coordinator</td></tr></table></div>"
  },
  "url" : "http://terminology.nmdp.org/codesystem/practitionerrole",
  "version" : "0.1.1",
  "name" : "NMDPPractitionerRoleCS",
  "title" : "NMDP Practitioner Roles",
  "status" : "active",
  "experimental" : true,
  "date" : "2024-11-11T17:53:38-06:00",
  "publisher" : "NMDP",
  "contact" : [
    {
      "name" : "NMDP",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://bethematch.org"
        }
      ]
    }
  ],
  "description" : "NMDP Practitioner Roles",
  "copyright" : "National Marrow Donor Program",
  "caseSensitive" : true,
  "compositional" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "referringphysician",
      "display" : "Referring Physician"
    },
    {
      "code" : "tcphysician",
      "display" : "Transplant Center Physician"
    },
    {
      "code" : "searchcoordinator",
      "display" : "Search Coordinator"
    }
  ]
}