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

FHIR IG analytics

Packagehl7.fhir.cr.meddyg.laboratory-results
Resource TypeValueSet
IdValueSet-lab-test-codes.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/meddyg/lab-report-poc/ValueSet-lab-test-codes.html
URLhttps://hl7.meddyg.com/fhir/laboratory-results/ValueSet/lab-test-codes
Version0.1.8
Statusdraft
Date2026-06-04T18:37:02+00:00
NameLabTestLaboratoryCodesSet
TitleCódigos de Pruebas de Laboratorio
Realmcr
Authorityhl7
DescriptionConjunto de valores que define los códigos LOINC válidos para pruebas de laboratorio incluidas en este PoC, como hemoglobina y glucosa en ayunas.

Resources that use this resource

StructureDefinition
hl7.fhir.cr.meddyg.laboratory-results#currentLogicalModelDetailResultLaboratoryResultDetalle del Resultado de Laboratorio
hl7.fhir.cr.meddyg.laboratory-results#currentcr-diagnostic-report-laboratory-resultDiagnosticReport Laboratorio
hl7.fhir.cr.meddyg.laboratory-results#currentcr-observation-laboratory-resultObservation Laboratorio

Resources that this resource uses

CodeSystem
kl.dk.fhir.children#2.1.0loinc.orgLogical Observation Identifiers, Names and Codes (LOINC)

Narrative

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

Generated Narrative: ValueSet lab-test-codes

  • Include these codes as defined in http://loinc.org version Not Stated (use latest from terminology server)
    CodeDisplay
    718-7Hemoglobin [Mass/volume] in Blood
    4548-4Hemoglobin A1c/Hemoglobin.total in Blood
    17856-6Hemoglobin A1c/Hemoglobin.total in Blood by HPLC
    1558-6Fasting glucose [Mass/volume] in Serum or Plasma

Source1

{
  "resourceType": "ValueSet",
  "id": "lab-test-codes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.meddyg.com/fhir/laboratory-results/ValueSet/lab-test-codes",
  "version": "0.1.8",
  "name": "LabTestLaboratoryCodesSet",
  "title": "Códigos de Pruebas de Laboratorio",
  "status": "draft",
  "experimental": true,
  "date": "2026-06-04T18:37:02+00:00",
  "publisher": "Meddyg | Siftia",
  "contact": [
    {
      "name": "Meddyg | Siftia",
      "telecom": [
        {
          "system": "url",
          "value": "https://meddyg.com"
        },
        {
          "system": "email",
          "value": "alejandro@meddyg.com"
        }
      ]
    }
  ],
  "description": "Conjunto de valores que define los códigos LOINC válidos para pruebas de laboratorio incluidas en este PoC, como hemoglobina y glucosa en ayunas.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CR",
          "display": "Costa Rica"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://loinc.org",
        "concept": [
          {
            "code": "718-7",
            "display": "Hemoglobin [Mass/volume] in Blood"
          },
          {
            "code": "4548-4",
            "display": "Hemoglobin A1c/Hemoglobin.total in Blood"
          },
          {
            "code": "17856-6",
            "display": "Hemoglobin A1c/Hemoglobin.total in Blood by HPLC"
          },
          {
            "code": "1558-6",
            "display": "Fasting glucose [Mass/volume] in Serum or Plasma"
          }
        ]
      }
    ]
  }
}