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

FHIR IG analytics

Packagehl7.fhir.cr.meddyg.laboratory-results
Resource TypeComposition
IdComposition-CompositionHbA1cLaboratoryResultExample.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

Documento clĂ­nico de resultados de laboratorio para prueba HbA1c.


Source1

{
  "resourceType": "Composition",
  "id": "CompositionHbA1cLaboratoryResultExample",
  "meta": {
    "profile": [
      "https://hl7.meddyg.com/fhir/laboratory-results/StructureDefinition/cr-composition-laboratory-result"
    ]
  },
  "language": "es",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11502-2"
      }
    ]
  },
  "subject": [
    {
      "reference": "Patient/PatientLaboratoryResultExample"
    }
  ],
  "date": "2026-04-07T09:35:00-06:00",
  "author": [
    {
      "reference": "Organization/OrganizationHospitalMexicoLabExample"
    },
    {
      "reference": "PractitionerRole/PractitionerRoleHospitalMexicoLabExample"
    }
  ],
  "title": "Reporte de laboratorio HbA1c",
  "section": [
    {
      "title": "Resultados de laboratorio",
      "entry": [
        {
          "reference": "DiagnosticReport/DiagnosticReportHbA1cLaboratoryResultExample"
        }
      ]
    }
  ]
}