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" : "PractitionerRole",
"id" : "69ba81d5-37fe-471e-99d8-e53649ccdeed",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole 69ba81d5-37fe-471e-99d8-e53649ccdeed</b></p><a name=\"69ba81d5-37fe-471e-99d8-e53649ccdeed\"> </a><a name=\"hc69ba81d5-37fe-471e-99d8-e53649ccdeed\"> </a><a name=\"69ba81d5-37fe-471e-99d8-e53649ccdeed-pt-BR\"> </a><p><b>identifier</b>: Número de Registro no Conselho Federal de Medicina/123456-SP\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>period</b>: 2020-01-10 --> (ongoing)</p><p><b>practitioner</b>: <a href=\"Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html\">Maria Clara</a></p><p><b>organization</b>: <a href=\"Organization-2b9c99c6-f9c9-42f0-a107-ed5f0d806995.html\">Consultório Médico</a></p><p><b>code</b>: <span title=\"Codes:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRCBO 225120}\">MEDICO CARDIOLOGISTA</span></p><p><b>specialty</b>: <span title=\"Codes:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRCBO 225120}\">MEDICO CARDIOLOGISTA</span></p><p><b>location</b>: <a href=\"Location-9fea09cf-0529-4f7d-bad0-80cd5fd00cba.html\">Clínica Geral</a></p><p><b>healthcareService</b>: <a href=\"HealthcareService-58a7b01f-72e8-411a-b1c0-5f7728ab7c51.html\">UBS INDIANOPOLIS SIGMUND FREUD</a></p><p><b>telecom</b>: <a href=\"tel:+552112345-6789\">+55 21 12345-6789</a>, <a href=\"mailto:contact@hospitalexemplo.com\">contact@hospitalexemplo.com</a></p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday, Thursday, Friday</p><p><b>availableStartTime</b>: 08:00:00</p><p><b>availableEndTime</b>: 17:00:00</p></blockquote><h3>NotAvailables</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Description</b></td><td><b>During</b></td></tr><tr><td style=\"display: none\">*</td><td>On leave</td><td>2024-01-01 --> 2024-01-10</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"
}
],
"active" : true,
"period" : {
"start" : "2020-01-10"
},
"practitioner" : {
🔗 "reference" : "Practitioner/d3b61455-f432-48f0-b83b-ba825922d735",
"display" : "Maria Clara"
},
"organization" : {
🔗 "reference" : "Organization/2b9c99c6-f9c9-42f0-a107-ed5f0d806995",
"display" : "Consultório Médico"
},
"code" : [
{
"coding" : [
{
"system" : "https://terminologia.saude.gov.br/fhir/CodeSystem/BRCBO",
"code" : "225120",
"display" : "MEDICO CARDIOLOGISTA"
}
]
}
],
"specialty" : [
{
"coding" : [
{
"system" : "https://terminologia.saude.gov.br/fhir/CodeSystem/BRCBO",
"code" : "225120",
"display" : "MEDICO CARDIOLOGISTA"
}
]
}
],
"location" : [
{
🔗 "reference" : "Location/9fea09cf-0529-4f7d-bad0-80cd5fd00cba",
"display" : "Clínica Geral"
}
],
"healthcareService" : [
{
🔗 "reference" : "HealthcareService/58a7b01f-72e8-411a-b1c0-5f7728ab7c51",
"display" : "UBS INDIANOPOLIS SIGMUND FREUD"
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+55 21 12345-6789",
"use" : "work"
},
{
"system" : "email",
"value" : "contact@hospitalexemplo.com",
"use" : "work"
}
],
"availableTime" : [
{
"daysOfWeek" : [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"availableStartTime" : "08:00:00",
"availableEndTime" : "17:00:00"
}
],
"notAvailable" : [
{
"description" : "On leave",
"during" : {
"start" : "2024-01-01",
"end" : "2024-01-10"
}
}
]
}