Skip to content

Instantly share code, notes, and snippets.

@vitorpacheco
Created December 12, 2017 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vitorpacheco/f83164420d6945f35a50009133b99dff to your computer and use it in GitHub Desktop.
Save vitorpacheco/f83164420d6945f35a50009133b99dff to your computer and use it in GitHub Desktop.
{
"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