FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/VS-BiopsyType

Packagehl7.eu.fhir.flute
TypeValueSet
IdVS-BiopsyType
FHIR VersionR4
Sourcehttp://hl7.eu/fhir/ig/flute/https://build.fhir.org/ig/hl7-eu/flute/ValueSet-VS-BiopsyType.html
URLhttp://hl7.eu/fhir/ig/flute/ValueSet/VS-BiopsyType
Version0.1.0
Statusdraft
Date2025-04-24T09:01:03+00:00
NameVS_BiopsyType
TitleType of Biopsy
Realmeu
Authorityhl7
DescriptionValueSet for categorizing types of biopsy as initial or repeated
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

StructureDefinition
PR-BiopsyProcedure: biopsy

Resources that this resource uses

CodeSystem
sctSNOMED CT (all versions)
sctSNOMED codes used in this IG
sctveri

Narrative

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

Generated Narrative: ValueSet VS-BiopsyType


Source

{
  "resourceType": "ValueSet",
  "id": "VS-BiopsyType",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.eu/fhir/ig/flute/ValueSet/VS-BiopsyType",
  "version": "0.1.0",
  "name": "VS_BiopsyType",
  "title": "Type of Biopsy",
  "status": "draft",
  "experimental": false,
  "date": "2025-04-24T09:01:03+00:00",
  "publisher": "Flute Project",
  "contact": [
    {
      "name": "Flute Project",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.fluteproject.eu/"
        }
      ]
    },
    {
      "name": "Flute Project",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.fluteproject.eu/"
        }
      ]
    }
  ],
  "description": "ValueSet for categorizing types of biopsy as initial or repeated",
  "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": "884001",
            "display": "Initial"
          },
          {
            "code": "27582007",
            "display": "Repeated"
          }
        ]
      }
    ]
  }
}