FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagebr.go.ses.saude-mulher
Resource TypePractitionerRole
IdPractitionerRole-ProfissionalOcupacaoExemplo.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Narrativa gerada: PractitionerRole ProfissionalOcupacaoExemplo

period: 2020-01-15 --> 2024-12-31

practitioner: Practitioner João Silva(official)

organization: Organization Hospital Exemplo

code: ENFERMEIRO


Source1

{
  "resourceType": "PractitionerRole",
  "id": "ProfissionalOcupacaoExemplo",
  "meta": {
    "profile": [
      "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/profissional-ocupacao"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "period": {
    "start": "2020-01-15",
    "end": "2024-12-31"
  },
  "practitioner": {
    "reference": "Practitioner/ProfissionalExemplo"
  },
  "organization": {
    "reference": "Organization/HospitalExemplo"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://www.saude.gov.br/fhir/r4/CodeSystem/BRCBO",
          "code": "223505"
        }
      ]
    }
  ]
}