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/Specimen/2f42ddad-b9bb-4f68-b5b9-426054529f31> a fhir:Specimen ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "2f42ddad-b9bb-4f68-b5b9-426054529f31"] ;
fhir:Resource.implicitRules [ fhir:value "http://example.org/rules"] ;
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: Specimen 2f42ddad-b9bb-4f68-b5b9-426054529f31</b></p><a name=\"2f42ddad-b9bb-4f68-b5b9-426054529f31\"> </a><a name=\"hc2f42ddad-b9bb-4f68-b5b9-426054529f31\"> </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><p style=\"margin-bottom: 0px\"><b>Aplicam-se regras especiais: http://example.org/rules!</b></p></div><p><b>identifier</b>: <code>http://hospital.example.org/specimens</code>/SP-12345</p><p><b>accessionIdentifier</b>: <code>http://lab.example.org/accessions</code>/ACC-67890</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Códigos:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRTipoAmostraGAL SGHEM}\">Sangue</span></p><p><b>subject</b>: <a href=\"Patient-b2f63a4c-ddaa-4652-8481-ac1ff473104e.html\">João Carlos</a></p><p><b>receivedTime</b>: 2024-06-18 14:00:00+0000</p><p><b>request</b>: <a href=\"ServiceRequest-d70c3a7e-abf0-44ab-ab0b-8c59ffee8f85.html\">Eletrocardiograma</a></p><blockquote><p><b>collection</b></p><blockquote><p><b>id</b></p>collection001</blockquote><p><b>collector</b>: <a href=\"Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html\">Maria Clara</a></p><p><b>collected</b>: 2024-06-18 13:45:00+0000</p><h3>Durations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td></tr><tr><td style=\"display: none\">*</td><td>5</td><td>minutos</td></tr></table><p><b>quantity</b>: 10 mL</p><p><b>method</b>: <span title=\"Códigos:{http://snomed.info/sct 88010007}\">Estrutura venosa superficial do membro superior</span></p><p><b>bodySite</b>: <span title=\"Códigos:{http://snomed.info/sct 129316008}\">Aspiração</span></p><p><b>fastingStatus</b>: <span title=\"Códigos:{http://terminology.hl7.org/CodeSystem/v2-0916 F}\">O paciente estava em jejum antes do procedimento.</span></p></blockquote><blockquote><p><b>processing</b></p><blockquote><p><b>id</b></p>processing001</blockquote><p><b>description</b>: Centrifugação para separação do plasma</p><p><b>procedure</b>: <span title=\"Códigos:{http://terminology.hl7.org/CodeSystem/v2-0373 FILT}\">Filtração</span></p><p><b>time</b>: 2024-06-18 14:10:00+0000</p></blockquote><h3>Containers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Description</b></td><td><b>Type</b></td><td><b>Capacity</b></td><td><b>SpecimenQuantity</b></td><td><b>Additive[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Tubo de coleta com EDTA</td><td><span title=\"Códigos:\">Tubo de coleta de sangue não evacuado, K3EDTA</span></td><td>10 mL</td><td>10 mL</td><td><span title=\"Códigos:{http://terminology.hl7.org/CodeSystem/v2-0371 EDTK}\">Potassium/K EDTA</span></td></tr></table><p><b>condition</b>: <span title=\"Códigos:{http://terminology.hl7.org/CodeSystem/v2-0493 CFU}\">Centrifugado</span></p><p><b>note</b>: </p><blockquote><div><p>Amostra coletada sem intercorrências.</p>\n</div></blockquote></div>"
] ;
fhir:Specimen.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "http://hospital.example.org/specimens" ] ;
fhir:Identifier.value [ fhir:value "SP-12345" ]
] ;
fhir:Specimen.accessionIdentifier [
fhir:Identifier.system [ fhir:value "http://lab.example.org/accessions" ] ;
fhir:Identifier.value [ fhir:value "ACC-67890" ]
] ;
fhir:Specimen.status [ fhir:value "available"] ;
fhir:Specimen.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://terminologia.saude.gov.br/fhir/CodeSystem/BRTipoAmostraGAL" ] ;
fhir:Coding.code [ fhir:value "SGHEM" ] ;
fhir:Coding.display [ fhir:value "Sangue" ]
]
] ;
fhir:Specimen.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" ]
] ;
fhir:Specimen.receivedTime [ fhir:value "2024-06-18T14:00:00Z"^^xsd:dateTime] ;
fhir:Specimen.request [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/ServiceRequest/d70c3a7e-abf0-44ab-ab0b-8c59ffee8f85> ;
fhir:Reference.reference [ fhir:value "ServiceRequest/d70c3a7e-abf0-44ab-ab0b-8c59ffee8f85" ] ;
fhir:Reference.display [ fhir:value "Eletrocardiograma" ]
] ;
fhir:Specimen.collection [
fhir:Element.id [ fhir:value "collection001" ] ;
fhir:Specimen.collection.collector [
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:Specimen.collection.collectedDateTime [ fhir:value "2024-06-18T13:45:00Z"^^xsd:dateTime ] ;
fhir:Specimen.collection.duration [
fhir:Quantity.value [ fhir:value "5"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "minutos" ]
] ;
fhir:Specimen.collection.quantity [
fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "mL" ]
] ;
fhir:Specimen.collection.method [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:88010007 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "88010007" ] ;
fhir:Coding.display [ fhir:value "Structure of superficial venous system of upper extremity" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Estrutura venosa superficial do membro superior" ]
] ;
fhir:Specimen.collection.bodySite [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:129316008 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "129316008" ] ;
fhir:Coding.display [ fhir:value "Aspiration - action (qualifier value)" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Aspiração" ]
] ;
fhir:Specimen.collection.fastingStatusCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0916" ] ;
fhir:Coding.code [ fhir:value "F" ] ;
fhir:Coding.display [ fhir:value "Patient was fasting prior to the procedure." ]
] ;
fhir:CodeableConcept.text [ fhir:value "O paciente estava em jejum antes do procedimento." ]
]
] ;
fhir:Specimen.processing [
fhir:index 0 ;
fhir:Element.id [ fhir:value "processing001" ] ;
fhir:Specimen.processing.description [ fhir:value "Centrifugação para separação do plasma" ] ;
fhir:Specimen.processing.procedure [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0373" ] ;
fhir:Coding.code [ fhir:value "FILT" ] ;
fhir:Coding.display [ fhir:value "Filtration" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Filtração" ]
] ;
fhir:Specimen.processing.timeDateTime [ fhir:value "2024-06-18T14:10:00Z"^^xsd:dateTime ]
] ;
fhir:Specimen.container [
fhir:index 0 ;
fhir:Specimen.container.description [ fhir:value "Tubo de coleta com EDTA" ] ;
fhir:Specimen.container.type [
fhir:CodeableConcept.text [ fhir:value "Tubo de coleta de sangue não evacuado, K3EDTA" ]
] ;
fhir:Specimen.container.capacity [
fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "mL" ]
] ;
fhir:Specimen.container.specimenQuantity [
fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "mL" ]
] ;
fhir:Specimen.container.additiveCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0371" ] ;
fhir:Coding.code [ fhir:value "EDTK" ] ;
fhir:Coding.display [ fhir:value "Potassium/K EDTA" ]
]
]
] ;
fhir:Specimen.condition [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0493" ] ;
fhir:Coding.code [ fhir:value "CFU" ] ;
fhir:Coding.display [ fhir:value "Centrifuged" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Centrifugado" ]
] ;
fhir:Specimen.note [
fhir:index 0 ;
fhir:Annotation.text [ fhir:value "Amostra coletada sem intercorrências." ]
] .
<http://hl7.org/fhir/Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e> a fhir:Patient .
<http://hl7.org/fhir/ServiceRequest/d70c3a7e-abf0-44ab-ab0b-8c59ffee8f85> a fhir:ServiceRequest .
<http://hl7.org/fhir/Practitioner/d3b61455-f432-48f0-b83b-ba825922d735> a fhir:Practitioner .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Specimen/2f42ddad-b9bb-4f68-b5b9-426054529f31.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Specimen/2f42ddad-b9bb-4f68-b5b9-426054529f31.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