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

FHIR IG analytics

Packagelt.hl7.fhir.base
Resource TypeValueSet
IdValueSet-report-code.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7LT/ig-lt-base/ValueSet-report-code.html
URLhttps://hl7.lt/fhir/base/ValueSet/report-code
Version1.0.0
Statusdraft
Date2026-02-03T15:02:27+00:00
NameReportCode
TitleReport Code
DescriptionDiagnostic report codes including all subtypes of Clinical procedure report, excluding the root concept itself.

Resources that use this resource

StructureDefinition
lt-diagnostic-reportLT Base DiagnosticReport

Resources that this resource uses

CodeSystem
sctSNOMED codes used in this IG

Narrative

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


English


Generated Narrative: ValueSet report-code

Language: en

  • Include codes fromhttp://snomed.info/sct version Not Stated (use latest from terminology server) where concept descends from 371525003 (Clinical procedure report)

Lithuanian


Generated Narrative: ValueSet report-code

Language: en

  • Include codes fromhttp://snomed.info/sct version Not Stated (use latest from terminology server) where concept descends from 371525003 (Clinical procedure report)

Source1

{
  "resourceType": "ValueSet",
  "id": "report-code",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.lt/fhir/base/ValueSet/report-code",
  "version": "1.0.0",
  "name": "ReportCode",
  "title": "Report Code",
  "status": "draft",
  "experimental": false,
  "date": "2026-02-03T15:02:27+00:00",
  "publisher": "Lithuanian Medical Library",
  "_publisher": {
    "extension": [
      {
        "extension": [
          {
            "url": "lang",
            "valueCode": "lt"
          },
          {
            "url": "content",
            "valueString": "Lietuvos medicinos biblioteka"
          }
        ],
        "url": "http://hl7.org/fhir/StructureDefinition/translation"
      }
    ]
  },
  "contact": [
    {
      "name": "Lithuanian Medical Library",
      "telecom": [
        {
          "system": "url",
          "value": "https://medicinosnk.lt"
        },
        {
          "system": "email",
          "value": "info@medicinosnk.lt"
        }
      ]
    }
  ],
  "description": "Diagnostic report codes including all subtypes of Clinical procedure report, excluding the root concept itself.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "LT"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "filter": [
          {
            "property": "concept",
            "op": "descendent-of",
            "value": "371525003"
          }
        ]
      }
    ]
  }
}