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 - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="CondicaoTrimestreGestacionalExemplo"/>
  <meta>
    <profile
             value="https://fhir.saude.go.gov.br/r4/core/StructureDefinition/condicao-trimestregestacional-sd"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <identifier>
    <value value="2025-00012345"/>
  </identifier>
  <status value="final"/>
  <code>
    <coding>
      <code value="32418-6"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/PacienteJose"/>
  </subject>
  <issued value="2025-09-18T14:24:34.711Z"/>
  <performer>🔗 
    <reference value="Organization/HospitalExemplo"/>
  </performer>
  <valueCodeableConcept>
    <coding>
      <system
              value="https://fhir.saude.go.gov.br/r4/core/CodeSystem/condicao-trimestre-gestacional-cs"/>
      <code value="1-trimestre"/>
    </coding>
  </valueCodeableConcept>
</Observation>