Guia de Implementação da SES GO - CORE
1.2.6 - draft Brazil flag

Guia de Implementação da SES GO - CORE - Downloaded Version 1.2.6 See the Directory of published versions

: Função do Médico - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "MedicoExemploRole",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: PractitionerRole MedicoExemploRole</b></p><a name=\"MedicoExemploRole\"> </a><a name=\"hcMedicoExemploRole\"> </a><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-MedicoExemplo.html\">Practitioner Dr. João Pereira da Silva(official)</a></p><p><b>organization</b>: <a href=\"Organization-HospitalExemplo.html\">Organization Hospital Exemplo</a></p><p><b>code</b>: <span title=\"Códigos:{http://terminology.hl7.org/CodeSystem/practitioner-role doctor}\">Doctor</span></p><p><b>specialty</b>: <span title=\"Códigos:{http://www.saude.gov.br/fhir/r4/CodeSystem/BRCBO 225150}\">MEDICO EM MEDICINA INTENSIVA</span></p><p><b>telecom</b>: ph: (62) 3269-8500(Work)</p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday, Thursday, Friday</p><p><b>availableStartTime</b>: 08:00:00</p><p><b>availableEndTime</b>: 18:00:00</p></blockquote></div>"
  },
  "active" : true,
  "practitioner" : {
    🔗 "reference" : "Practitioner/MedicoExemplo"
  },
  "organization" : {
    🔗 "reference" : "Organization/HospitalExemplo"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/practitioner-role",
          "code" : "doctor",
          "display" : "Doctor"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://www.saude.gov.br/fhir/r4/CodeSystem/BRCBO",
          "code" : "225150",
          "display" : "MEDICO EM MEDICINA INTENSIVA"
        }
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(62) 3269-8500",
      "use" : "work"
    }
  ],
  "availableTime" : [
    {
      "daysOfWeek" : [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri"
      ],
      "availableStartTime" : "08:00:00",
      "availableEndTime" : "18:00:00"
    }
  ]
}