Repositorio de Reportes de Biopsias Oncológicas
0.1.0 - ci-build Chile flag

Repositorio de Reportes de Biopsias Oncológicas, published by Unidad de Interoperabilidad - MINSAL. 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/Minsal-CL/riap/ and changes regularly. See the Directory of published versions

: Muestra de Mama - XML Representation

Page standards status: Informative

Raw xml | Download


<Specimen xmlns="http://hl7.org/fhir">
  <id value="r2bo-specimen-example"/>
  <meta>
    <profile
             value="https://interoperabilidad.minsal.cl/fhir/ig/r2bo/StructureDefinition/r2bo-muestra-biopsia"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Specimen r2bo-specimen-example</b></p><a name="r2bo-specimen-example"> </a><a name="hcr2bo-specimen-example"> </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-r2bo-muestra-biopsia.html">Perfil de Muestra</a></p></div><p><b>identifier</b>: 110101101</p><p><b>status</b>: Available</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0487 TISS}">Tissue</span></p><p><b>subject</b>: <a href="Patient-paciente-requiere-examen.html">Javiera Castilla (official) Female, DoB: 1995-12-12 ( PPN: ACL123456789876 (use: official, ))</a></p><p><b>receivedTime</b>: 2021-06-01 00:00:00+0000</p><h3>Collections</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Collector</b></td><td><b>Collected[x]</b></td><td><b>Method</b></td><td><b>BodySite</b></td></tr><tr><td style="display: none">*</td><td><a href="PractitionerRole-ProfesionalHospital.html">PractitionerRole MÉDICO CIRUJANO</a></td><td>2021-06-01 10:00:00+0000</td><td><span title="Codes:{http://snomed.info/sct 122548005}">122548005</span></td><td><span title="Codes:{http://snomed.info/sct 76752008}">76752008</span></td></tr></table><p><b>note</b>: </p><blockquote><div><p>Resección completa de tejido mamario, posible carcinoma</p>
</div></blockquote></div>
  </text>
  <identifier>
    <value value="110101101"/>
  </identifier>
  <status value="available"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0487"/>
      <code value="TISS"/>
      <display value="Tissue"/>
    </coding>
  </type>
  <subject>🔗 
    <reference value="Patient/paciente-requiere-examen"/>
  </subject>
  <receivedTime value="2021-06-01T00:00:00Z"/>
  <collection>
    <collector>🔗 
      <reference value="PractitionerRole/ProfesionalHospital"/>
    </collector>
    <collectedDateTime value="2021-06-01T10:00:00Z"/>
    <method>
      <extension
                 url="https://interoperabilidad.minsal.cl/fhir/ig/r2bo/StructureDefinition/r2bo-tipo-procedimientos-biopsias">
        <valueCodeableConcept>
          <coding>
            <system value="http://snomed.info/sct"/>
            <code value="8889005"/>
          </coding>
        </valueCodeableConcept>
      </extension>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="122548005"/>
      </coding>
    </method>
    <bodySite>
      <extension
                 url="http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-laterality-qualifier">
        <valueCodeableConcept>
          <coding>
            <system value="http://snomed.info/sct"/>
            <code value="7771000"/>
          </coding>
        </valueCodeableConcept>
      </extension>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="76752008"/>
      </coding>
    </bodySite>
  </collection>
  <note>
    <text value="Resección completa de tejido mamario, posible carcinoma"/>
  </note>
</Specimen>