Guia de implementação do Core do Brasil: Release 1 - BR Realm | STU1
1.0.0 - STU1
This page is part of the Core do Brasil (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Practitioner",
"id" : "d3b61455-f432-48f0-b83b-ba825922d735",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner d3b61455-f432-48f0-b83b-ba825922d735</b></p><a name=\"d3b61455-f432-48f0-b83b-ba825922d735\"> </a><a name=\"hcd3b61455-f432-48f0-b83b-ba825922d735\"> </a><a name=\"d3b61455-f432-48f0-b83b-ba825922d735-pt-BR\"> </a><p><b>identifier</b>: Número de Registro no Conselho Federal de Medicina/123456-SP\u00a0(use:\u00a0official,\u00a0), Número do Cartão Nacional de Saúde/987654321098765\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>name</b>: Maria Clara Oliveira (Official)</p><p><b>telecom</b>: <a href=\"tel:+552198765-4321\">+55 21 98765-4321</a>, <a href=\"mailto:maria.oliveira@example.com\">maria.oliveira@example.com</a></p><p><b>address</b>: Av. Central, 456, Bairro Centro, Rio de Janeiro, RJ, 20000-000(work)</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td><td><b>Period</b></td><td><b>Issuer</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://terminologia.saude.gov.br/fhir/v1.0.0/NamingSystem-cns.html\" title=\"CARTÃO NACIONAL DE SAÚDE\">NamingSystemCNS</a>/225125789542376</td><td><span title=\"Codes:{https://terminologia.saude.gov.br/fhir/CodeSystem-BRCBO.html 225125}\">Médico Clínico</span></td><td>2010-01-01 --> (ongoing)</td><td><a href=\"Organization-1428c345-c221-411f-880f-6fb163817387.html\">Hospital Sírio-Libanês</a></td></tr></table></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MD",
"display" : "Medical License number"
}
],
"text" : "Número de Registro no Conselho Federal de Medicina"
},
"system" : "https://saude.gov.br/fhir/sid/crm-sp",
"value" : "123456-SP"
},
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "HC",
"display" : "Health Card Number"
}
],
"text" : "Número do Cartão Nacional de Saúde"
},
"system" : "https://saude.gov.br/fhir/sid/cns",
"value" : "987654321098765"
}
],
"active" : true,
"name" : [
{
"use" : "official",
"family" : "Oliveira",
"given" : [
"Maria",
"Clara"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+55 21 98765-4321",
"use" : "work"
},
{
"system" : "email",
"value" : "maria.oliveira@example.com",
"use" : "work"
}
],
"address" : [
{
"use" : "work",
"type" : "both",
"text" : "Av. Central, 456, Bairro Centro, Rio de Janeiro, RJ, 20000-000",
"line" : [
"Av. Central, 456"
],
"city" : "Rio de Janeiro",
"state" : "RJ",
"postalCode" : "20000-000",
"country" : "Brasil"
}
],
"qualification" : [
{
"identifier" : [
{
"system" : "https://saude.gov.br/fhir/sid/cns",
"value" : "225125789542376"
}
],
"code" : {
"coding" : [
{
"system" : "https://terminologia.saude.gov.br/fhir/CodeSystem-BRCBO.html",
"code" : "225125",
"display" : "Médico Clínico"
}
]
},
"period" : {
"start" : "2010-01-01"
},
"issuer" : {
🔗 "reference" : "Organization/1428c345-c221-411f-880f-6fb163817387",
"display" : "Hospital Sírio-Libanês"
}
}
]
}