Guía de Implementación cl core FHIR R4, (Versión Evolutiva)
2.0.0 - ci-build Chile flag

Guía de Implementación cl core FHIR R4, (Versión Evolutiva), published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Chile/clcore_ig/ and changes regularly. See the Directory of published versions

: Ejemplo de una Muestra - XML Representation

Raw xml | Download


<Specimen xmlns="http://hl7.org/fhir">
  <id value="cl-core-specimen-ejemplo"/>
  <meta>
    <profile
             value="https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/cl-core-muestra"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Especimen cl-core-specimen-ejemplo</b></p><a name="cl-core-specimen-ejemplo"> </a><a name="hccl-core-specimen-ejemplo"> </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">Profile: <a href="StructureDefinition-cl-core-muestra.html">CL Perfil de Muestra</a></p></div><p><b>identifier</b>: 20250710-15236327k</p><p><b>status</b>: Available</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 122561005}">espécimen de sangre obtenido de un paciente (espécimen)</span></p><p><b>subject</b>: <a href="Patient-PacienteCL.html">Xime  Female, DoB: 1983-03-24 ( Chile: 15236327-k (use: official, ))</a></p><p><b>receivedTime</b>: 2025-07-01 10:00:00+0000</p><h3>Collections</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Method</b></td><td><b>FastingStatus[x]</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 699873000}">recolección de sangre a través de catéter arterial (procedimiento)</span></td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0916 F}">Patient was fasting prior to the procedure.</span></td></tr></table></div>
  </text>
  <identifier>
    <value value="20250710-15236327k"/>
  </identifier>
  <status value="available"/>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="122561005"/>
      <display
               value="espécimen de sangre obtenido de un paciente (espécimen)"/>
    </coding>
  </type>
  <subject>🔗 
    <reference value="Patient/PacienteCL"/>
  </subject>
  <receivedTime value="2025-07-01T10:00:00Z"/>
  <collection>
    <method>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="699873000"/>
        <display
                 value="recolección de sangre a través de catéter arterial (procedimiento)"/>
      </coding>
    </method>
    <fastingStatusCodeableConcept>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0916"/>
        <code value="F"/>
      </coding>
    </fastingStatusCodeableConcept>
  </collection>
</Specimen>