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" : "Encounter",
"id" : "c6d553d8-cce0-404b-9d1f-eeffbf7fc6df",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter c6d553d8-cce0-404b-9d1f-eeffbf7fc6df</b></p><a name=\"c6d553d8-cce0-404b-9d1f-eeffbf7fc6df\"> </a><a name=\"hcc6d553d8-cce0-404b-9d1f-eeffbf7fc6df\"> </a><a name=\"c6d553d8-cce0-404b-9d1f-eeffbf7fc6df-pt-BR\"> </a><p><b>identifier</b>: <code>https://saude.gov.br/fhir/sid/encounter</code>/ENC-12345</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.1.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode AMB</a>: Ambulatory</p><p><b>type</b>: <span title=\"Codes:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRAtendimentoPrestado 02}\">Ambulatorial</span></p><p><b>serviceType</b>: <span title=\"Codes:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRServicoEspecializado 116}\">Serviço de Cardiologia</span></p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActPriority R}\">Rotina</span></p><p><b>subject</b>: <a href=\"Patient-b2f63a4c-ddaa-4652-8481-ac1ff473104e.html\">João Carlos Silva</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType ADM}\">Executor Primário</span></td><td><a href=\"Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html\">Maria Clara</a></td></tr></table><p><b>period</b>: 2023-12-12 09:00:00-0300 --> 2023-12-12 09:30:00-0300</p><p><b>reasonCode</b>: <span title=\"Codes:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRCID10 RO6.0}\">Dor precordial</span></p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td><td><b>Use</b></td><td><b>Rank</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-91d8d24f-a70d-4ebf-8dea-71cf92ce1bd5.html\">Dispnéia</a></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/diagnosis-role CC}\">Queixa Principal</span></td><td>1</td></tr></table><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td><td><b>Status</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-9fea09cf-0529-4f7d-bad0-80cd5fd00cba.html\">HOSPITAL DIA</a></td><td>Active</td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-1428c345-c221-411f-880f-6fb163817387.html\">Hospital Sírio-Libanês</a></p></div>"
},
"identifier" : [
{
"system" : "https://saude.gov.br/fhir/sid/encounter",
"value" : "ENC-12345"
}
],
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "AMB",
"display" : "Ambulatory"
},
"type" : [
{
"coding" : [
{
"system" : "https://terminologia.saude.gov.br/fhir/CodeSystem/BRAtendimentoPrestado",
"code" : "02",
"display" : "AMBULATORIAL"
}
],
"text" : "Ambulatorial"
}
],
"serviceType" : {
"coding" : [
{
"system" : "https://terminologia.saude.gov.br/fhir/CodeSystem/BRServicoEspecializado",
"code" : "116",
"display" : "SERVICO DE ATENCAO CARDIOVASCULAR CARDIOLOGIA"
}
],
"text" : "Serviço de Cardiologia"
},
"priority" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
"code" : "R",
"display" : "routine"
}
],
"text" : "Rotina"
},
"subject" : {
🔗 "reference" : "Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e",
"display" : "João Carlos Silva"
},
"participant" : [
{
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code" : "ADM",
"display" : "admitter"
}
],
"text" : "Executor Primário"
}
],
"individual" : {
🔗 "reference" : "Practitioner/d3b61455-f432-48f0-b83b-ba825922d735",
"display" : "Maria Clara"
}
}
],
"period" : {
"start" : "2023-12-12T09:00:00-03:00",
"end" : "2023-12-12T09:30:00-03:00"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "https://terminologia.saude.gov.br/fhir/CodeSystem/BRCID10",
"code" : "RO6.0",
"display" : "Dispnéia"
}
],
"text" : "Dor precordial"
}
],
"diagnosis" : [
{
"condition" : {
🔗 "reference" : "Condition/91d8d24f-a70d-4ebf-8dea-71cf92ce1bd5",
"display" : "Dispnéia"
},
"use" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/diagnosis-role",
"code" : "CC",
"display" : "Chief complaint"
}
],
"text" : "Queixa Principal"
},
"rank" : 1
}
],
"location" : [
{
"location" : {
🔗 "reference" : "Location/9fea09cf-0529-4f7d-bad0-80cd5fd00cba",
"display" : "HOSPITAL DIA"
},
"status" : "active"
}
],
"serviceProvider" : {
🔗 "reference" : "Organization/1428c345-c221-411f-880f-6fb163817387",
"display" : "Hospital Sírio-Libanês"
}
}