Guia de implementação do Core do Brasil: Release 1 - BR Realm | STU1
1.1.0 - STU1
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
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/ServiceRequest/d70c3a7e-abf0-44ab-ab0b-8c59ffee8f85> a fhir:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "d70c3a7e-abf0-44ab-ab0b-8c59ffee8f85"] ;
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: ServiceRequest d70c3a7e-abf0-44ab-ab0b-8c59ffee8f85</b></p><a name=\"d70c3a7e-abf0-44ab-ab0b-8c59ffee8f85\"> </a><a name=\"hcd70c3a7e-abf0-44ab-ab0b-8c59ffee8f85\"> </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>identifier</b>: <code>https://hospital.example.org/servicerequest</code>/ServiceRequest12345</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Códigos:{https://fhir.ans.gov.br/CodeSystem/tuss-50 23}\">Exame</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Códigos:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRTabelaSUS 0211020036}\">Eletrocardiograma</span></p><p><b>subject</b>: <a href=\"Patient-b2f63a4c-ddaa-4652-8481-ac1ff473104e.html\">José da Silva</a></p><p><b>authoredOn</b>: 2024-12-19</p><p><b>requester</b>: <a href=\"Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html\">Maria Clara</a></p><p><b>performer</b>: <a href=\"PractitionerRole-69ba81d5-37fe-471e-99d8-e53649ccdeed.html\">Clínica Geral</a></p><p><b>reasonCode</b>: <span title=\"Códigos:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRCID10 R07.2}\">Dor precordial</span></p><p><b>bodySite</b>: <span title=\"Códigos:{http://snomed.info/sct 80891009}\">Coração</span></p><p><b>note</b>: </p><blockquote><div><p>O paciente deve evitar exercícios físicos antes do exame.</p>\n</div></blockquote></div>"
] ;
fhir:ServiceRequest.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "https://hospital.example.org/servicerequest" ] ;
fhir:Identifier.value [ fhir:value "ServiceRequest12345" ]
] ;
fhir:ServiceRequest.status [ fhir:value "active"] ;
fhir:ServiceRequest.intent [ fhir:value "order"] ;
fhir:ServiceRequest.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://fhir.ans.gov.br/CodeSystem/tuss-50" ] ;
fhir:Coding.code [ fhir:value "23" ] ;
fhir:Coding.display [ fhir:value "Exame" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Exame" ]
] ;
fhir:ServiceRequest.priority [ fhir:value "routine"] ;
fhir:ServiceRequest.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 "0211020036" ] ;
fhir:Coding.display [ fhir:value "Eletrocardiograma" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Eletrocardiograma" ]
] ;
fhir:ServiceRequest.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 "José da Silva" ]
] ;
fhir:ServiceRequest.authoredOn [ fhir:value "2024-12-19"^^xsd:date] ;
fhir:ServiceRequest.requester [
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:ServiceRequest.performer [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/PractitionerRole/69ba81d5-37fe-471e-99d8-e53649ccdeed> ;
fhir:Reference.reference [ fhir:value "PractitionerRole/69ba81d5-37fe-471e-99d8-e53649ccdeed" ] ;
fhir:Reference.display [ fhir:value "Clínica Geral" ]
] ;
fhir:ServiceRequest.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 "R07.2" ] ;
fhir:Coding.display [ fhir:value "Dor precordial" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Dor precordial" ]
] ;
fhir:ServiceRequest.bodySite [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:80891009 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "80891009" ] ;
fhir:Coding.display [ fhir:value "Heart structure (body structure)" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Coração" ]
] ;
fhir:ServiceRequest.note [
fhir:index 0 ;
fhir:Annotation.text [ fhir:value "O paciente deve evitar exercícios físicos antes do exame." ]
] .
<http://hl7.org/fhir/Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/d3b61455-f432-48f0-b83b-ba825922d735> a fhir:Practitioner .
<http://hl7.org/fhir/PractitionerRole/69ba81d5-37fe-471e-99d8-e53649ccdeed> a fhir:PractitionerRole .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/ServiceRequest/d70c3a7e-abf0-44ab-ab0b-8c59ffee8f85.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/ServiceRequest/d70c3a7e-abf0-44ab-ab0b-8c59ffee8f85.ttl> .
IG © 2023+ Ministério da Saúde do Brasil. Package br.gov.saude.br-core.fhir#1.1.0 based on FHIR 4.0.1. Generated 2026-08-22
Links: Table of Contents |
QA Report