Guia de Implementação da SES GO - EXAME
0.0.4 - draft
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
<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="4544-3"/>
</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="52.2"/>
<system value="http://unitsofmeasure.org"/>
<code value="%"/>
</valueQuantity>
<method>
<text value="Automatizado – Cell-Dyn Ruby, Abbott e Microscopia"/>
</method>
<specimen>
<reference value="#amostra"/>
</specimen>
<referenceRange>
<low>
<value value="41"/>
<system value="http://unitsofmeasure.org"/>
<code value="%"/>
</low>
<high>
<value value="50"/>
<system value="http://unitsofmeasure.org"/>
<code value="%"/>
</high>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/referencerange-meaning"/>
<code value="normal"/>
</coding>
</type>
</referenceRange>
</Observation>