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

FHIR IG analytics

Packagebr.go.ses.saude-mulher
Resource TypePractitioner
IdPractitioner-ProfissionalExemplo.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: Practitioner ProfissionalExemplo

Perfil: Profissional

identifier: CPF/98765432100, CNS/898002345670009

name: João Silva(Official)

telecom: ph: (62) 99999-8888, profissional@saude.gov.br

gender: Male

birthDate: 1980-05-20


Source1

{
  "resourceType": "Practitioner",
  "id": "ProfissionalExemplo",
  "meta": {
    "profile": [
      "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/profissional"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.saude.go.gov.br/sid/cpf",
      "value": "98765432100"
    },
    {
      "system": "https://fhir.saude.go.gov.br/sid/cns",
      "value": "898002345670009"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "João Silva"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(62) 99999-8888"
    },
    {
      "system": "email",
      "value": "profissional@saude.gov.br"
    }
  ],
  "gender": "male",
  "birthDate": "1980-05-20"
}