HL7 Europe Base and Core FHIR IG
2.0.0-recon - ci-build 150

HL7 Europe Base and Core FHIR IG, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 2.0.0-recon built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/base/ and changes regularly. See the Directory of published versions

: Medical Test Result Code - JSON Representation

Active as of 2026-03-13

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "medicalTestResult-eu",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet medicalTestResult-eu</b></p><a name=\"medicalTestResult-eu\"> </a><a name=\"hcmedicalTestResult-eu\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span></li><li>Include codes from<a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span> where concept  is-a 363787002 (Observable entity)</li></ul></div>"
  },
  "url" : "http://hl7.eu/fhir/base/ValueSet/medicalTestResult-eu",
  "version" : "2.0.0-recon",
  "name" : "MedicalTestResultCodeEuVs",
  "title" : "Medical Test Result Code",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-03-13T15:39:10+00:00",
  "publisher" : "HL7 Europe",
  "contact" : [
    {
      "name" : "HL7 Europe",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.eu"
        }
      ]
    }
  ],
  "description" : "Medical test result codes. List of Medical test result codes containing LOINC and NPU.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "150",
          "display" : "Europe"
        }
      ]
    }
  ],
  "copyright" : "Copyright HL7 Europe. Licensed under creative commons public domain (CC0 1.0).",
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org"
      },
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "363787002"
          }
        ]
      }
    ]
  }
}