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

FHIR IG analytics

Packagehl7.eu.terminology.common
Resource TypeValueSet
IdValueSet-lab-laterality-eu-lab.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-eu/hl7.eu.terminology.common/ValueSet-lab-laterality-eu-lab.html
URLhttp://hl7europe.org/fhir/terminology/common/ValueSet/lab-laterality-eu-lab
Version0.3.0
Statusdraft
Date2026-04-04T11:55:00+00:00
NameLabLateralityEuVs
TitleBody Structure Laterality
Realmeu
Authorityhl7
DescriptionBody Structure site laterality qualifier. It indicates the body site laterality from which a laboratory specimen is collected. (based on SNOMED CT)
CopyrightThis value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
who.ddcc#currentsctSNOMED codes used in this IG

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "lab-laterality-eu-lab",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    }
  ],
  "url": "http://hl7europe.org/fhir/terminology/common/ValueSet/lab-laterality-eu-lab",
  "version": "0.3.0",
  "name": "LabLateralityEuVs",
  "title": "Body Structure Laterality",
  "status": "draft",
  "experimental": false,
  "date": "2026-04-04T11:55:00+00:00",
  "publisher": "HL7 Europe",
  "contact": [
    {
      "name": "HL7 Europe",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7europe.org"
        }
      ]
    }
  ],
  "description": "Body Structure site laterality qualifier. It indicates the body site laterality from which a laboratory specimen is collected. (based on SNOMED CT)",
  "copyright": "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "7771000",
            "display": "Left (qualifier value)"
          },
          {
            "code": "24028007",
            "display": "Right (qualifier value)"
          },
          {
            "code": "51440002",
            "display": "Right and left = bilateral (qualifier value)"
          }
        ]
      }
    ]
  }
}