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
: d70c3a7e-abf0-44ab-ab0b-8c59ffee8f85 - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "d70c3a7e-abf0-44ab-ab0b-8c59ffee8f85"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest d70c3a7e-abf0-44ab-ab0b-8c59ffee8f85</b></p><a name=\"d70c3a7e-abf0-44ab-ab0b-8c59ffee8f85\"> </a><a name=\"hcd70c3a7e-abf0-44ab-ab0b-8c59ffee8f85\"> </a><a name=\"d70c3a7e-abf0-44ab-ab0b-8c59ffee8f85-pt-BR\"> </a><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=\"Codes:{https://fhir.ans.gov.br/CodeSystem/tuss-50 23}\">Exame</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{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=\"Codes:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRCID10 R07.2}\">Dor precordial</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 80891009}\">Coração</span></p><p><b>note</b>: O paciente deve evitar exercícios físicos antes do exame.</p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://hospital.example.org/servicerequest"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ServiceRequest12345" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "https://fhir.ans.gov.br/CodeSystem/tuss-50"^^xsd:anyURI ] ;
fhir:code [ fhir:v "23" ] ;
fhir:display [ fhir:v "Exame" ] ] ) ;
fhir:text [ fhir:v "Exame" ]
] ) ; #
fhir:priority [ fhir:v "routine"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://terminologia.saude.gov.br/fhir/CodeSystem/BRTabelaSUS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "0211020036" ] ;
fhir:display [ fhir:v "Eletrocardiograma" ] ] ) ;
fhir:text [ fhir:v "Eletrocardiograma" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e" ] ;
fhir:display [ fhir:v "José da Silva" ]
] ; #
fhir:authoredOn [ fhir:v "2024-12-19"^^xsd:date] ; #
fhir:requester [
fhir:reference [ fhir:v "Practitioner/d3b61455-f432-48f0-b83b-ba825922d735" ] ;
fhir:display [ fhir:v "Maria Clara" ]
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "PractitionerRole/69ba81d5-37fe-471e-99d8-e53649ccdeed" ] ;
fhir:display [ fhir:v "Clínica Geral" ]
] ) ; #
fhir:reasonCode ( [
( fhir:coding [
fhir:system [ fhir:v "https://terminologia.saude.gov.br/fhir/CodeSystem/BRCID10"^^xsd:anyURI ] ;
fhir:code [ fhir:v "R07.2" ] ;
fhir:display [ fhir:v "Dor precordial" ] ] ) ;
fhir:text [ fhir:v "Dor precordial" ]
] ) ; #
fhir:bodySite ( [
( fhir:coding [
a sct:80891009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "80891009" ] ;
fhir:display [ fhir:v "Heart" ] ] ) ;
fhir:text [ fhir:v "Coração" ]
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "O paciente deve evitar exercícios físicos antes do exame." ]
] ) . #