FHIR IG analytics| Package | hl7.fhir.cr.meddyg.laboratory-results |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-DiagnosticReportHbA1cLaboratoryResultExample.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Reporte de laboratorio de HbA1c con resultado superior al rango esperado.
{
"resourceType": "DiagnosticReport",
"id": "DiagnosticReportHbA1cLaboratoryResultExample",
"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/PatientLaboratoryResultExample"
},
"effectiveDateTime": "2026-04-07T09:00:00-06:00",
"issued": "2026-04-07T09:30:00-06:00",
"performer": [
{
"reference": "Organization/OrganizationHospitalMexicoLabExample"
},
{
"reference": "PractitionerRole/PractitionerRoleHospitalMexicoLabExample"
}
],
"specimen": [
{
"reference": "Specimen/SpecimenHbA1cLaboratoryResultExample"
}
],
"result": [
{
"reference": "Observation/ObservationHbA1cLaboratoryResultExample"
}
],
"conclusion": "Resultado de HbA1c por encima del rango esperado para control glucémico normal."
}