Guia de implementação do Core do Brasil: Release 1 - BR Realm | STU1
1.1.0 - STU1 Brazil flag

This page is part of the Core do Brasil (v1.1.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

: Exemplo de procedimento de saúde. - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Procedure/b0030c23-bd7d-445e-bfe5-020828f7dbaf> a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "b0030c23-bd7d-445e-bfe5-020828f7dbaf"] ;
  fhir:Resource.language [ fhir:value "pt-BR"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"pt-BR\" lang=\"pt-BR\"><p class=\"res-header-id\"><b>Narrativa gerada: Procedure b0030c23-bd7d-445e-bfe5-020828f7dbaf</b></p><a name=\"b0030c23-bd7d-445e-bfe5-020828f7dbaf\"> </a><a name=\"hcb0030c23-bd7d-445e-bfe5-020828f7dbaf\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Língua: pt-BR</p></div><p><b>status</b>: Completed</p><p><b>statusReason</b>: <span title=\"Códigos:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRMotivoProcedimentoNaoRealizado 03}\">Procedimento não realizado</span></p><p><b>category</b>: <span title=\"Códigos:{https://fhir.ans.gov.br/CodeSystem/tuss-50 04}\">Consulta</span></p><p><b>code</b>: <span title=\"Códigos:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRTabelaSUS 0301010064}\">Consulta médica em atenção primária</span></p><p><b>subject</b>: <a href=\"Patient-b2f63a4c-ddaa-4652-8481-ac1ff473104e.html\">João Carlos Silva</a></p><p><b>encounter</b>: <a href=\"Encounter-c6d553d8-cce0-404b-9d1f-eeffbf7fc6df.html\">Ambulatorial</a></p><p><b>performed</b>: 2023-12-12 09:00:00-0300 --&gt; 2023-12-12 10:30:00-0300</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Códigos:{http://terminology.hl7.org/CodeSystem/participant-type emergency}\">Emergência</span></td><td><a href=\"Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html\">Maria Clara</a></td></tr></table><p><b>reasonCode</b>: <span title=\"Códigos:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRCID10 I10}\">Hipertensão essencial (primária)</span></p><p><b>bodySite</b>: <span title=\"Códigos:\">Sistema Circulatório</span></p><p><b>outcome</b>: <span title=\"Códigos:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRDesfechoProcedimento 01}\">Melhora Clínica</span></p><p><b>report</b>: <a href=\"DiagnosticReport-a952a5b4-2bc5-42f8-a3de-af67ec3ea791.html\">Relatório consulta</a></p><p><b>complicationDetail</b>: <a href=\"Condition-91d8d24f-a70d-4ebf-8dea-71cf92ce1bd5.html\">Dispnéia</a></p><p><b>followUp</b>: <span title=\"Códigos:\">Consulta de acompanhamento em 2 semanas</span></p><p><b>note</b>: </p><blockquote><div><p>O paciente foi orientado a fazer atividade física.</p>\n</div></blockquote></div>"
  ] ;
  fhir:Procedure.status [ fhir:value "completed"] ;
  fhir:Procedure.statusReason [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://terminologia.saude.gov.br/fhir/CodeSystem/BRMotivoProcedimentoNaoRealizado" ] ;
       fhir:Coding.code [ fhir:value "03" ] ;
       fhir:Coding.display [ fhir:value "Procedimento não realizado" ]
     ]
  ] ;
  fhir:Procedure.category [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://fhir.ans.gov.br/CodeSystem/tuss-50" ] ;
       fhir:Coding.code [ fhir:value "04" ] ;
       fhir:Coding.display [ fhir:value "Consulta" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Consulta" ]
  ] ;
  fhir:Procedure.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://terminologia.saude.gov.br/fhir/CodeSystem/BRTabelaSUS" ] ;
       fhir:Coding.code [ fhir:value "0301010064" ] ;
       fhir:Coding.display [ fhir:value "CONSULTA MÉDICA EM ATENÇÃO PRIMÁRIA" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Consulta médica em atenção primária" ]
  ] ;
  fhir:Procedure.subject [
     fhir:link <http://hl7.org/fhir/Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e> ;
     fhir:Reference.reference [ fhir:value "Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e" ] ;
     fhir:Reference.display [ fhir:value "João Carlos Silva" ]
  ] ;
  fhir:Procedure.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/c6d553d8-cce0-404b-9d1f-eeffbf7fc6df> ;
     fhir:Reference.reference [ fhir:value "Encounter/c6d553d8-cce0-404b-9d1f-eeffbf7fc6df" ] ;
     fhir:Reference.display [ fhir:value "Ambulatorial" ]
  ] ;
  fhir:Procedure.performedPeriod [
     fhir:Period.start [ fhir:value "2023-12-12T09:00:00-03:00"^^xsd:dateTime ] ;
     fhir:Period.end [ fhir:value "2023-12-12T10:30:00-03:00"^^xsd:dateTime ]
  ] ;
  fhir:Procedure.performer [
     fhir:index 0 ;
     fhir:Procedure.performer.function [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/participant-type" ] ;
         fhir:Coding.code [ fhir:value "emergency" ] ;
         fhir:Coding.display [ fhir:value "Emergency" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Emergência" ]
     ] ;
     fhir:Procedure.performer.actor [
       fhir:link <http://hl7.org/fhir/Practitioner/d3b61455-f432-48f0-b83b-ba825922d735> ;
       fhir:Reference.reference [ fhir:value "Practitioner/d3b61455-f432-48f0-b83b-ba825922d735" ] ;
       fhir:Reference.display [ fhir:value "Maria Clara" ]
     ]
  ] ;
  fhir:Procedure.reasonCode [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://terminologia.saude.gov.br/fhir/CodeSystem/BRCID10" ] ;
       fhir:Coding.code [ fhir:value "I10" ] ;
       fhir:Coding.display [ fhir:value "Hipertensão essencial (primária)" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Hipertensão essencial (primária)" ]
  ] ;
  fhir:Procedure.bodySite [
     fhir:index 0 ;
     fhir:CodeableConcept.text [ fhir:value "Sistema Circulatório" ]
  ] ;
  fhir:Procedure.outcome [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://terminologia.saude.gov.br/fhir/CodeSystem/BRDesfechoProcedimento" ] ;
       fhir:Coding.code [ fhir:value "01" ] ;
       fhir:Coding.display [ fhir:value "Melhora Clínica" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Melhora Clínica" ]
  ] ;
  fhir:Procedure.report [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/DiagnosticReport/a952a5b4-2bc5-42f8-a3de-af67ec3ea791> ;
     fhir:Reference.reference [ fhir:value "DiagnosticReport/a952a5b4-2bc5-42f8-a3de-af67ec3ea791" ] ;
     fhir:Reference.display [ fhir:value "Relatório consulta" ]
  ] ;
  fhir:Procedure.complicationDetail [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Condition/91d8d24f-a70d-4ebf-8dea-71cf92ce1bd5> ;
     fhir:Reference.reference [ fhir:value "Condition/91d8d24f-a70d-4ebf-8dea-71cf92ce1bd5" ] ;
     fhir:Reference.display [ fhir:value "Dispnéia" ]
  ] ;
  fhir:Procedure.followUp [
     fhir:index 0 ;
     fhir:CodeableConcept.text [ fhir:value "Consulta de acompanhamento em 2 semanas" ]
  ] ;
  fhir:Procedure.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "O paciente foi orientado a fazer atividade física." ]
  ] .

<http://hl7.org/fhir/Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e> a fhir:Patient .

<http://hl7.org/fhir/Encounter/c6d553d8-cce0-404b-9d1f-eeffbf7fc6df> a fhir:Encounter .

<http://hl7.org/fhir/Practitioner/d3b61455-f432-48f0-b83b-ba825922d735> a fhir:Practitioner .

<http://hl7.org/fhir/DiagnosticReport/a952a5b4-2bc5-42f8-a3de-af67ec3ea791> a fhir:DiagnosticReport .

<http://hl7.org/fhir/Condition/91d8d24f-a70d-4ebf-8dea-71cf92ce1bd5> a fhir:Condition .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Procedure/b0030c23-bd7d-445e-bfe5-020828f7dbaf.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Procedure/b0030c23-bd7d-445e-bfe5-020828f7dbaf.ttl> .