Guia de Implementação da SES GO - CORE
1.1.0 - draft Brazil flag

Guia de Implementação da SES GO - CORE - Downloaded Version 1.1.0 See the Directory of published versions

: Sinal ou Sintoma de Notificação de Agravo - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "SinalSintomaNotificacaoAgravoExemplo"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/sinal-sintoma-notificacao-agravo-sd"^^xsd:anyURI ;
fhir:link <https://fhir.saude.go.gov.br/r4/core/StructureDefinition/sinal-sintoma-notificacao-agravo-sd>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: Observation SinalSintomaNotificacaoAgravoExemplo</b></p><a name=\"SinalSintomaNotificacaoAgravoExemplo\"> </a><a name=\"hcSinalSintomaNotificacaoAgravoExemplo\"> </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\"/><p style=\"margin-bottom: 0px\">Perfil: <a href=\"StructureDefinition-sinal-sintoma-notificacao-agravo-sd.html\">Sinal ou Sintoma de Notificação de Agravo</a></p></div><p><b>identifier</b>: 2025-00012346</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Códigos:\">104950-1</span></p><p><b>subject</b>: <a href=\"Patient-PacienteAugusto.html\">Augusta Pereira Other, DoB: 1979-02-19 ( https://fhir.saude.go.gov.br/sid/cpf#CPF#1234567879)</a></p><p><b>issued</b>: 2025-09-18 14:24:34+0000</p><p><b>performer</b>: <a href=\"Organization-HospitalExemplo.html\">Organization Hospital Exemplo</a></p><p><b>value</b>: <span title=\"Códigos:{https://www.meddra.org/ 10002948}\">10002948</span></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "2025-00012346" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:code [ fhir:v "104950-1" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PacienteAugusto" ]
  ] ; # 
  fhir:issued [ fhir:v "2025-09-18T14:24:34.711Z"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Organization/HospitalExemplo" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "https://www.meddra.org/"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10002948" ]     ] )
  ] . #