Guia de Implementação do AnHealth
0.2.0 - CI Build

Guia de Implementação do AnHealth - Local Development build (v0.2.0). See the Directory of published versions

: PractitionerRoleMostUsed - JSON Representation

Draft as of 2022-03-12

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "PractitionerRoleMostUsed",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://ancode.app/fhir/CodeSystem/PractitionerRoleMostUsed</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\">doctor<a name=\"PractitionerRoleMostUsed-doctor\"> </a></td><td>Doctor</td></tr><tr><td style=\"white-space:nowrap\">nurse<a name=\"PractitionerRoleMostUsed-nurse\"> </a></td><td>Nurse</td></tr><tr><td style=\"white-space:nowrap\">pharmacist<a name=\"PractitionerRoleMostUsed-pharmacist\"> </a></td><td>Pharmacist</td></tr><tr><td style=\"white-space:nowrap\">ict<a name=\"PractitionerRoleMostUsed-ict\"> </a></td><td>ICT professional</td></tr><tr><td style=\"white-space:nowrap\">psychologist<a name=\"PractitionerRoleMostUsed-psychologist\"> </a></td><td>Psychologist</td></tr><tr><td style=\"white-space:nowrap\">secretary<a name=\"PractitionerRoleMostUsed-secretary\"> </a></td><td>Secretary</td></tr></table></div>"
  },
  "url" : "https://ancode.app/fhir/CodeSystem/PractitionerRoleMostUsed",
  "version" : "0.2.0",
  "name" : "PractitionerRoleMostUsed",
  "status" : "draft",
  "experimental" : false,
  "date" : "2022-03-12",
  "publisher" : "Ancode",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ancode.app"
        }
      ]
    }
  ],
  "description" : "Practitioner Role Most Used",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "doctor",
      "display" : "Doctor"
    },
    {
      "code" : "nurse",
      "display" : "Nurse"
    },
    {
      "code" : "pharmacist",
      "display" : "Pharmacist"
    },
    {
      "code" : "ict",
      "display" : "ICT professional"
    },
    {
      "code" : "psychologist",
      "display" : "Psychologist"
    },
    {
      "code" : "secretary",
      "display" : "Secretary"
    }
  ]
}