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

: Exemplo de Condição ou Trimestre Gestacional - 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 "CondicaoTrimestreGestacionalExemplo"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/condicao-trimestregestacional-sd"^^xsd:anyURI ;
fhir:link <https://fhir.saude.go.gov.br/r4/core/StructureDefinition/condicao-trimestregestacional-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 CondicaoTrimestreGestacionalExemplo</b></p><a name=\"CondicaoTrimestreGestacionalExemplo\"> </a><a name=\"hcCondicaoTrimestreGestacionalExemplo\"> </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-condicao-trimestregestacional-sd.html\">Condição ou Trimestre Gestacional</a></p></div><p><b>identifier</b>: 2025-00012345</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Códigos:\">32418-6</span></p><p><b>subject</b>: <a href=\"Patient-PacienteJose.html\">José Silva(official) Male, DoB: 1989-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://fhir.saude.go.gov.br/r4/core/CodeSystem/condicao-trimestre-gestacional-cs 1-trimestre}\">1º Trimestre</span></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "2025-00012345" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:code [ fhir:v "32418-6" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PacienteJose" ]
  ] ; # 
  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://fhir.saude.go.gov.br/r4/core/CodeSystem/condicao-trimestre-gestacional-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1-trimestre" ]     ] )
  ] . #