Created
December 12, 2017 20:28
-
-
Save vitorpacheco/f83164420d6945f35a50009133b99dff to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"resourceType": "Practitioner", | |
"id": "#8295", | |
"contained": [ | |
{ | |
"resourceType": "PractitionerRole", | |
"id": "1", | |
"active": true, | |
"period": { | |
"start": "2017-12-07T00:00:00-03:00" | |
}, | |
"practitioner": { | |
"reference": "#8295", | |
"display": "João Márcio Prazeres dos Santos" | |
}, | |
"organization": { | |
"display": "SESI Juiz de Fora Unidade de Segurança e Saúde do Trabalho" | |
}, | |
"code": [ | |
{ | |
"coding": [ | |
{ | |
"code": "ME", | |
"display": "Médico(a)" | |
} | |
] | |
} | |
], | |
"specialty": [ | |
{ | |
"coding": [ | |
{ | |
"code": "163", | |
"display": "Medicina do Trabalho" | |
} | |
], | |
"text": "26988" | |
} | |
] | |
} | |
], | |
"extension": [ | |
{ | |
"url": "http://cable.ezvida.net.br/fhir/StructureDefinition/practitioner-document", | |
"extension": [ | |
{ | |
"url": "number", | |
"valueString": "M3893494" | |
} | |
] | |
} | |
], | |
"identifier": [ | |
{ | |
"use": "usual", | |
"type": { | |
"coding": [ | |
{ | |
"code": "RST" | |
} | |
] | |
}, | |
"system": "urn:system:rst", | |
"value": "8295" | |
}, | |
{ | |
"use": "official", | |
"type": { | |
"coding": [ | |
{ | |
"code": "CPF" | |
} | |
], | |
"text": "CPF" | |
}, | |
"system": "http://idg.receita.fazenda.gov.br/orientacao/tributaria/cadastros/cadastro-de-pessoas-fisicas-cpf", | |
"value": "76566927620" | |
} | |
], | |
"active": true, | |
"name": [ | |
{ | |
"use": "official", | |
"text": "João Márcio Prazeres dos Santos", | |
"family": "Márcio Prazeres dos Santos", | |
"given": [ | |
"João", | |
"Márcio Prazeres dos Santos" | |
] | |
} | |
], | |
"telecom": [ | |
{ | |
"system": "phone", | |
"value": "3232177291", | |
"use": "home" | |
}, | |
{ | |
"system": "phone", | |
"value": "3284058636", | |
"use": "mobile" | |
} | |
], | |
"address": [ | |
{ | |
"use": "home", | |
"type": "both", | |
"line": [ | |
"RUA: FLORIANO PEIXOTO, 550 ? 9º ANDAR., Centro" | |
], | |
"city": "Juiz de Fora", | |
"state": "MG", | |
"postalCode": "36016290", | |
"country": "Brasil" | |
} | |
], | |
"birthDate": "1969-06-08" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment