Guia de Implementação da SES GO - EXAME
0.0.4 - draft Brazil flag

Guia de Implementação da SES GO - EXAME - Local Development build (v0.0.4) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Hemácias - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <meta>
    <profile
             value="https://fhir.saude.go.gov.br/r4/core/StructureDefinition/exame-simples"/>
  </meta>
  <contained>
    <Specimen>
      <id value="amostra"/>
      <type>
        <coding>
          <system value="http://terminology.hl7.org/CodeSystem/v2-0487"/>
          <code value="BLD"/>
        </coding>
      </type>
      <collection>
        <collectedDateTime value="2024-07-24T10:00:00-03:00"/>
      </collection>
    </Specimen>
  </contained>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://www.saude.gov.br/fhir/r4/CodeSystem/BRSubgrupoTabelaSUS"/>
      <code value="0202"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="789-8"/>
    </coding>
  </code>
  <subject>
    <identifier>
      <system value="https://fhir.saude.go.gov.br/sid/cpf"/>
      <value value="01234567891"/>
    </identifier>
  </subject>
  <issued value="2024-08-02T11:41:00-03:00"/>
  <performer id="laboratorio">
    <identifier>
      <system value="https://fhir.saude.go.gov.br/sid/cnes"/>
      <value value="2337991"/>
    </identifier>
  </performer>
  <performer id="responsavelTecnico">
    <extension
               url="https://fhir.saude.go.gov.br/r4/core/StructureDefinition/conselho-profissional">
      <extension url="conselhoProfissional">
        <valueCode value="69"/>
      </extension>
      <extension url="regiao">
        <valueCode value="52"/>
      </extension>
      <extension url="inscricao">
        <valueString value="1234"/>
      </extension>
    </extension>
    <identifier>
      <system value="https://fhir.saude.go.gov.br/sid/cpf"/>
      <value value="12345678900"/>
    </identifier>
  </performer>
  <performer id="responsavelResultado">
    <extension
               url="https://fhir.saude.go.gov.br/r4/core/StructureDefinition/conselho-profissional">
      <extension url="conselhoProfissional">
        <valueCode value="69"/>
      </extension>
      <extension url="regiao">
        <valueCode value="52"/>
      </extension>
      <extension url="inscricao">
        <valueString value="1234"/>
      </extension>
    </extension>
    <identifier>
      <system value="https://fhir.saude.go.gov.br/sid/cpf"/>
      <value value="00011111100"/>
    </identifier>
  </performer>
  <valueQuantity>
    <value value="5.9"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="10*12/L"/>
  </valueQuantity>
  <method>
    <text value="Automatizado – Cell-Dyn Ruby, Abbott e Microscopia"/>
  </method>
  <specimen>
    <reference value="#amostra"/>
  </specimen>
  <referenceRange>
    <low>
      <value value="4.5"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="10*12/L"/>
    </low>
    <high>
      <value value="6"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="10*12/L"/>
    </high>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/referencerange-meaning"/>
        <code value="normal"/>
      </coding>
    </type>
  </referenceRange>
</Observation>