Guia de Implementação da OMNISAUDE - CORE
0.0.1 - draft
Guia de Implementação da OMNISAUDE - CORE - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Encounter",
"id" : "encontro-01",
"meta" : {
"profile" : [
🔗 "https://fhir.omnisaude.co/r4/core/StructureDefinition/encontro"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter encontro-01</b></p><a name=\"encontro-01\"> </a><a name=\"hcencontro-01\"> </a><a name=\"encontro-01-pt-BR\"> </a><p><b>identifier</b>: <a href=\"NamingSystem-numero-atendimento-americas-health.html\" title=\"O número de atendimento da Americas Health é um identificador único de interações entre um paciente e um prestador de cuidados de saúde com o propósito de fornecer serviços assitência médica\">NumeroAtendimentoAmericasHealth</a>/1234567890</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-ambulatory\">ActCode ambulatory</a>: ambulatory</p><p><b>type</b>: <span title=\"Codes:\">Consulta de rotina</span></p><p><b>subject</b>: <a href=\"Patient-paciente-01.html\">Carlos Alberto Male, DoB: 2002-12-24 ( https://fhir.omnisaude.co/r4/core/sid/numero-prontuario-americas-health#NumeroProntuarioAmericasHealth#54321)</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 PART}\">Participation</span></td><td><a href=\"PractitionerRole-papel-profissional-02.html\">PractitionerRole ENFERMEIRO</a></td></tr></table><p><b>period</b>: 2024-06-10 10:00:00-0300 --> (ongoing)</p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-local-02.html\">Location Escritório Corporativo Omnisaude</a></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-AMH.html\">Organization Americas Health</a></p></div>"
},
"identifier" : [
{
"system" : "https://fhir.omnisaude.co/r4/core/sid/numero-atendimento-americas-health",
"value" : "1234567890"
}
],
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "ambulatory"
},
"type" : [
{
"text" : "Consulta de rotina"
}
],
"subject" : {
🔗 "reference" : "Patient/paciente-01"
},
"participant" : [
{
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code" : "PART"
}
]
}
],
"individual" : {
🔗 "reference" : "PractitionerRole/papel-profissional-02"
}
}
],
"period" : {
"start" : "2024-06-10T10:00:00-03:00"
},
"location" : [
{
"location" : {
🔗 "reference" : "Location/local-02"
}
}
],
"serviceProvider" : {
🔗 "reference" : "Organization/AMH"
}
}