Guia de Implementação da OMNISAUDE - CORE
0.0.1 - draft Brazil flag

Guia de Implementação da OMNISAUDE - CORE - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Enfermeiro - Papel Profissional - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "papel-profissional-02",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.omnisaude.co/r4/core/StructureDefinition/papel-profissional"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole papel-profissional-02</b></p><a name=\"papel-profissional-02\"> </a><a name=\"hcpapel-profissional-02\"> </a><a name=\"papel-profissional-02-pt-BR\"> </a><p><b>practitioner</b>: <a href=\"Practitioner-profissional-01.html\">Practitioner Daniel Nogueira</a></p><p><b>organization</b>: <a href=\"Organization-AMH.html\">Organization Americas Health</a></p><p><b>code</b>: <span title=\"Codes:{http://www.saude.gov.br/fhir/r4/CodeSystem/BRCBO 223505}\">ENFERMEIRO</span></p><p><b>location</b>: <a href=\"Location-local-02.html\">Location Escritório Corporativo Omnisaude</a></p></div>"
  },
  "practitioner" : {
    🔗 "reference" : "Practitioner/profissional-01"
  },
  "organization" : {
    🔗 "reference" : "Organization/AMH"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://www.saude.gov.br/fhir/r4/CodeSystem/BRCBO",
          "code" : "223505"
        }
      ]
    }
  ],
  "location" : [
    {
      🔗 "reference" : "Location/local-02"
    }
  ]
}