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

FHIR IG analytics

Packagehl7.fhir.cr.meddyg.laboratory-results
Resource TypeObservation
IdObservation-ObservationHbA1cSeguimientoEBAISExample.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

Resultado de HbA1c en seguimiento ambulatorio en EBAIS: 6.3%.


Source1

{
  "resourceType": "Observation",
  "id": "ObservationHbA1cSeguimientoEBAISExample",
  "meta": {
    "profile": [
      "https://hl7.meddyg.com/fhir/laboratory-results/StructureDefinition/cr-observation-laboratory-result"
    ]
  },
  "language": "es",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "4548-4"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatientHbA1cSeguimientoEBAISExample"
  },
  "effectiveDateTime": "2026-04-08T09:10:00-06:00",
  "performer": [
    {
      "reference": "Organization/OrganizationEBAISGoicoechea2LabExample"
    },
    {
      "reference": "PractitionerRole/PractitionerRoleEBAISGoicoechea2LabExample"
    }
  ],
  "valueQuantity": {
    "value": 6.3,
    "unit": "%",
    "system": "http://unitsofmeasure.org",
    "code": "%"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "H"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Escenario de control ambulatorio de paciente en seguimiento por alteración glucémica en red CCSS."
    }
  ],
  "method": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "726449005"
      }
    ]
  },
  "specimen": {
    "reference": "Specimen/SpecimenHbA1cSeguimientoEBAISExample"
  },
  "referenceRange": [
    {
      "low": {
        "value": 4,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      },
      "high": {
        "value": 5.6,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      },
      "text": "Resultado por encima del rango general de referencia; correlacionar con contexto clínico y seguimiento en primer nivel."
    }
  ]
}