0.1.0 - ci-build

EgdeVJ_IG - Local Development build (v0.1.0). See the Directory of published versions

: Clinic staff role - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "vj-practitioner-role-code",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=224608005\">224608005</a></td><td>Administrative healthcare staff (occupation)</td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=224595007\">224595007</a></td><td>Professional counselor (occupation)</td></tr></table></li></ul></div>"
  },
  "url" : "http://fhir.onegde.no/ValueSet/vj-practitioner-role-code",
  "version" : "0.1.0",
  "name" : "PractitionerRoleCode",
  "title" : "Clinic staff role",
  "status" : "active",
  "date" : "2021-08-18T14:36:33+02:00",
  "description" : "This value set is used to distinguish between professional counsellors and admin staff",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "224608005",
            "display" : "Administrative healthcare staff (occupation)"
          },
          {
            "code" : "224595007",
            "display" : "Professional counselor (occupation)"
          }
        ]
      }
    ]
  }
}