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 Reporte Diagnóstico de Laboratorio - JSON Representation

Raw json | Download

{
  "resourceType" : "DiagnosticReport",
  "id" : "cl-core-reporte-diagnostico-ejemplo",
  "meta" : {
    "profile" : [
      🔗 "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/cl-core-reporte-diagnostico"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: InformeDiagnostico cl-core-reporte-diagnostico-ejemplo</b></p><a name=\"cl-core-reporte-diagnostico-ejemplo\"> </a><a name=\"hccl-core-reporte-diagnostico-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-reporte-diagnostico.html\">CL Perfil Reporte Diagnóstico para el Intercambio de Informes y Notas</a></p></div><h2><span title=\"Codes:{http://loinc.org 14868-4}\">Informe del patólogo: Plasma o glóbulos rojos : Punto temporal: Impresión / interpretación del estudio: Nominal:</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 HM}\">Hematology</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Xime  Female, DoB: 1983-03-24 ( Chile: 15236327-k\u00a0(use:\u00a0official,\u00a0))</td></tr><tr><td>Reported</td><td>2025-07-01 10:00:00+0000</td></tr><tr><td>Performer</td><td> <a href=\"Organization-EjemploLaboratorio1.html\">Organization Laboratorio ACME de Chile</a></td></tr><tr><td>Identifier</td><td> RD-12345</td></tr></table><p><b>Report Details</b></p><p>El paciente no presenta anormalidades significativas en los resultados de laboratorio.</p><p><b>Coded Conclusions:</b></p><ul><li><span title=\"Codes:{http://snomed.info/sct 23875004}\">sin hallazgos patológicos (hallazgo)</span></li></ul></div>"
  },
  "identifier" : [
    {
      "value" : "RD-12345"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code" : "HM"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "14868-4"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/PacienteCL"
  },
  "issued" : "2025-07-01T10:00:00Z",
  "performer" : [
    {
      🔗 "reference" : "Organization/EjemploLaboratorio1"
    }
  ],
  "specimen" : [
    {
      🔗 "reference" : "Specimen/cl-core-specimen-ejemplo"
    }
  ],
  "conclusion" : "El paciente no presenta anormalidades significativas en los resultados de laboratorio.",
  "conclusionCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "23875004",
          "display" : "sin hallazgos patológicos (hallazgo)"
        }
      ]
    }
  ]
}