Rastreamento de Câncer de Colo de Útero
0.0.1 - preliminar Brazil flag

Rastreamento de Câncer de Colo de Útero, published by Comissão de Governança de Informação em Saúde (CGIS - UFG). This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/kyriosdata/farol/ and changes regularly. See the Directory of published versions

: Observações do laudo (Bruna) - 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 -------------------------------------------------------------------

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "laudo-componentes-02"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.fabrica.inf.ufg.br/ccu/StructureDefinition/componentes-laudo-citopatologico"^^xsd:anyURI ;
fhir:link <https://fhir.fabrica.inf.ufg.br/ccu/StructureDefinition/componentes-laudo-citopatologico>     ] )
  ] ; # 
  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: Observation laudo-componentes-02</b></p><a name=\"laudo-componentes-02\"> </a><a name=\"hclaudo-componentes-02\"> </a><a name=\"laudo-componentes-02-und\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/laudo-siscan citopatologico}\">Exame citopatológico</span></p><p><b>subject</b>: <a href=\"Bundle-bruna-laudo.html#urn-uuid-0242d5cf-6316-4ddd-b398-168af8aaeb01\">Bundle: identifier = https://fhir.fabrica.inf.ufg.br/ccu/sid/laboratorio#243623; type = document; timestamp = 2023-12-14 08:00:00-0300</a></p><p><b>effective</b>: 2023-12-14</p><p><b>performer</b>: Identifier: <code>https://fhir.fabrica.inf.ufg.br/ccu/sid/cnes</code>/654321</p><p><b>note</b>: Amostra parcialmente dessecada.</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/resultado-item componente}\">Componente endocervical / zona transformação</span></p><p><b>value</b>: <span title=\"Codes:{https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/componente-endocervical presente}\">Presente</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/resultado-item glandulares}\">Glandulares</span></p><p><b>value</b>: <span title=\"Codes:{https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/glandular endometriais}\">Endometriais</span></p></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/laudo-siscan"^^xsd:anyURI ] ;
fhir:code [ fhir:v "citopatologico" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "urn:uuid:0242d5cf-6316-4ddd-b398-168af8aaeb01" ]
  ] ; # 
  fhir:effective [ fhir:v "2023-12-14"^^xsd:date] ; # 
  fhir:performer ( [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.fabrica.inf.ufg.br/ccu/sid/cnes"^^xsd:anyURI ] ;
fhir:value [ fhir:v "654321" ]     ]
  ] ) ; # 
  fhir:note ( [
fhir:text [ fhir:v "Amostra parcialmente dessecada." ]
  ] ) ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/resultado-item"^^xsd:anyURI ] ;
fhir:code [ fhir:v "componente" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/componente-endocervical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "presente" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/resultado-item"^^xsd:anyURI ] ;
fhir:code [ fhir:v "glandulares" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/glandular"^^xsd:anyURI ] ;
fhir:code [ fhir:v "endometriais" ]       ] )     ]
  ] ) . #