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

FHIR IG analytics

Packageflute.requirements
Resource TypeValueSet
IdValueSet-VS-BiopsyType.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/hl7-eu/flute-requirements/ValueSet-VS-BiopsyType.html
URLhttps://flute.com/ValueSet/VS-BiopsyType
Version0.1.0
Statusdraft
Date2026-01-30T16:42:51+00:00
NameVS_BiopsyType
TitleType of Biopsy
Authorityhl7
DescriptionValueSet for categorizing types of biopsy as initial or repeated

Resources that use this resource

StructureDefinition
PR-BiopsyProcedure: biopsy

Resources that this resource uses

CodeSystem
sctSNOMED codes used in this IG

Narrative

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

Generated Narrative: ValueSet VS-BiopsyType


Source1

{
  "resourceType": "ValueSet",
  "id": "VS-BiopsyType",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://flute.com/ValueSet/VS-BiopsyType",
  "version": "0.1.0",
  "name": "VS_BiopsyType",
  "title": "Type of Biopsy",
  "status": "draft",
  "experimental": false,
  "date": "2026-01-30T16:42:51+00:00",
  "publisher": "HL7 Europe",
  "contact": [
    {
      "name": "HL7 Europe",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.eu"
        }
      ]
    }
  ],
  "description": "ValueSet for categorizing types of biopsy as initial or repeated",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "884001",
            "display": "Initial"
          },
          {
            "code": "27582007",
            "display": "Repeated"
          }
        ]
      }
    ]
  }
}