@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 -------------------------------------------------------------------

<https://fhir.saude.go.gov.br/r4/vigilancia-epidemiologica/Observation/SinalSintomaNotificacaoAgravoExemplo> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "SinalSintomaNotificacaoAgravoExemplo"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.saude.go.gov.br/r4/vigilancia-epidemiologica/StructureDefinition/sinal-sintoma-notificacao-agravo-sd" ;
       fhir:index 0 ;
       fhir:link <https://fhir.saude.go.gov.br/r4/vigilancia-epidemiologica/StructureDefinition/sinal-sintoma-notificacao-agravo-sd>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.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>: <a href=\"https://fhir.saude.go.gov.br/r4/core/NamingSystem-sinan.html\" title=\"É um número de identificação  fornecido pelo SINAN.\">SINAN</a>/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>"
  ] ;
  fhir:Observation.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://fhir.saude.go.gov.br/sid/sinan" ] ;
     fhir:Identifier.value [ fhir:value "2025-00012346" ]
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.code [ fhir:value "104950-1" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <https://fhir.saude.go.gov.br/r4/vigilancia-epidemiologica/Patient/PacienteAugusto> ;
     fhir:Reference.reference [ fhir:value "Patient/PacienteAugusto" ]
  ] ;
  fhir:Observation.issued [ fhir:value "2025-09-18T14:24:34.711Z"^^xsd:dateTime] ;
  fhir:Observation.performer [
     fhir:index 0 ;
     fhir:link <https://fhir.saude.go.gov.br/r4/vigilancia-epidemiologica/Organization/HospitalExemplo> ;
     fhir:Reference.reference [ fhir:value "Organization/HospitalExemplo" ]
  ] ;
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://www.meddra.org/" ] ;
       fhir:Coding.code [ fhir:value "10002948" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://fhir.saude.go.gov.br/r4/vigilancia-epidemiologica/Observation/SinalSintomaNotificacaoAgravoExemplo.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

