FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cr.meddyg.laboratory-results
Resource TypeDiagnosticReport
IdDiagnosticReport-DiagnosticReportHbA1cTamizajeEBAISExample.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Reporte de HbA1c para tamizaje en EBAIS con resultado dentro de rango.


Source1

{
  "resourceType": "DiagnosticReport",
  "id": "DiagnosticReportHbA1cTamizajeEBAISExample",
  "meta": {
    "profile": [
      "https://hl7.meddyg.com/fhir/laboratory-results/StructureDefinition/cr-diagnostic-report-laboratory-result"
    ]
  },
  "language": "es",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "LAB"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "4548-4"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatientHbA1cTamizajeEBAISExample"
  },
  "effectiveDateTime": "2026-04-08T08:00:00-06:00",
  "issued": "2026-04-08T08:25:00-06:00",
  "performer": [
    {
      "reference": "Organization/OrganizationEBAISGoicoechea2LabExample"
    },
    {
      "reference": "PractitionerRole/PractitionerRoleEBAISGoicoechea2LabExample"
    }
  ],
  "specimen": [
    {
      "reference": "Specimen/SpecimenHbA1cTamizajeEBAISExample"
    }
  ],
  "result": [
    {
      "reference": "Observation/ObservationHbA1cTamizajeEBAISExample"
    }
  ],
  "note": [
    {
      "text": "El reporte corresponde a toma y procesamiento realizados en el primer nivel de atención."
    }
  ],
  "conclusion": "Resultado HbA1c dentro del rango general de referencia para tamizaje."
}