Guia de Implementação do CardioRemoto
0.1.0 - release International flag

Guia de Implementação do CardioRemoto, published by Universidade Federal da Paraíba (UFPB). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/clauirton/CardioRemotoIG/ and changes regularly. See the Directory of published versions

: Dosagem de Creatinina - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="CardioRemotoLaboratoryObservationExample"/>
  <meta>
    <profile
             value="http://example.org/fhir/CardioRemotoIG/StructureDefinition/cardioremoto-laboratory"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Resultado de creatinina sérica utilizado para acompanhamento da função renal do paciente.</div>
  </text>
  <identifier>
    <use value="official"/>
    <system
            value="https://cardioremoto.ufpb.br/fhir/NamingSystem/laboratory-observation-id"/>
    <value value="LAB-000001"/>
  </identifier>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="laboratory"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="2160-0"/>
      <display value="Creatinine [Mass/volume] in Serum or Plasma"/>
    </coding>
    <text value="Creatinina sérica"/>
  </code>
  <subject>🔗 
    <reference value="Patient/CardioRemotoPatientExample"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/CardioRemotoEncounterExample"/>
  </encounter>
  <effectiveDateTime value="2026-07-12T08:45:00Z"/>
  <issued value="2026-07-12T09:00:00Z"/>
  <performer>🔗 
    <reference value="Practitioner/CardioRemotoPractitionerExample"/>
  </performer>
  <valueQuantity>
    <value value="1.1"/>
    <unit value="mg/dL"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="mg/dL"/>
  </valueQuantity>
  <interpretation>
    <text value="Resultado dentro da faixa de referência."/>
  </interpretation>
  <note>
    <text value="Função renal preservada durante o acompanhamento."/>
  </note>
  <referenceRange>
    <low>
      <value value="0.7"/>
      <unit value="mg/dL"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mg/dL"/>
    </low>
    <high>
      <value value="1.3"/>
      <unit value="mg/dL"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mg/dL"/>
    </high>
  </referenceRange>
</Observation>