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

FHIR IG Statistics: ValueSet/SpecimenType

Packageimplementation.guide.nhdr
Resource TypeValueSet
IdSpecimenType
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=implementation.guide.nhdr@1.0.0&canonical=http://example.org/fhir/ValueSet/SpecimenType
URLhttp://example.org/fhir/ValueSet/SpecimenType
Version1.0.0
Statusdraft
Date2024-11-28
NameSpecimenType
TitleSpecimen Type Value Set
DescriptionA value set representing various types of specimen sources.

Resources that use this resource

StructureDefinition
PH_SpecimenPH_Specimen

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "SpecimenType",
  "url": "http://example.org/fhir/ValueSet/SpecimenType",
  "version": "1.0.0",
  "name": "SpecimenType",
  "title": "Specimen Type Value Set",
  "status": "draft",
  "experimental": false,
  "date": "2024-11-28",
  "publisher": "Your Organization Name",
  "description": "A value set representing various types of specimen sources.",
  "compose": {
    "include": [
      {
        "system": "http://example.org/fhir/CodeSystem/SpecimenTypeCodeSystem",
        "concept": [
          {
            "code": "Blood",
            "display": "Blood"
          },
          {
            "code": "Serum",
            "display": "Serum"
          },
          {
            "code": "DriedBloodSpot",
            "display": "Dried Blood Spot"
          },
          {
            "code": "CerebrospinalFluid",
            "display": "Cerebrospinal fluid"
          },
          {
            "code": "Stool",
            "display": "Stool"
          },
          {
            "code": "Saliva",
            "display": "Saliva"
          },
          {
            "code": "Urine",
            "display": "Urine"
          },
          {
            "code": "BrainTissue",
            "display": "Brain Tissue"
          },
          {
            "code": "Skin",
            "display": "Skin"
          },
          {
            "code": "Cornea",
            "display": "Cornea"
          },
          {
            "code": "NasopharyngealOropharyngealSwab",
            "display": "Nasopharyngeal/Oropharyngeal Swab (NPS/OBS)"
          },
          {
            "code": "ThroatSwab",
            "display": "Throat swab"
          },
          {
            "code": "NasalSwab",
            "display": "Nasal swab"
          },
          {
            "code": "Toxigenic",
            "display": "Toxigenic"
          },
          {
            "code": "NonToxigenic",
            "display": "Non-toxigenic"
          },
          {
            "code": "VesicleSwab",
            "display": "Vesicle swab"
          },
          {
            "code": "RectalSwab",
            "display": "Rectal swab"
          }
        ]
      }
    ]
  }
}