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

FHIR IG Statistics: ValueSet/SpecimenCollectionMethod

Packageimplementation.guide.nhdr
Resource TypeValueSet
IdSpecimenCollectionMethod
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=implementation.guide.nhdr@1.0.0&canonical=http://example.org/fhir/ValueSet/SpecimenCollectionMethod
URLhttp://example.org/fhir/ValueSet/SpecimenCollectionMethod
Version1.0.0
Statusdraft
Date2024-11-28
NameSpecimenCollectionMethod
TitleSpecimen Collection Method Value Set
DescriptionA value set representing methods of specimen collection.

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": "SpecimenCollectionMethod",
  "url": "http://example.org/fhir/ValueSet/SpecimenCollectionMethod",
  "version": "1.0.0",
  "name": "SpecimenCollectionMethod",
  "title": "Specimen Collection Method Value Set",
  "status": "draft",
  "experimental": false,
  "date": "2024-11-28",
  "publisher": "Your Organization Name",
  "description": "A value set representing methods of specimen collection.",
  "compose": {
    "include": [
      {
        "system": "http://example.org/fhir/CodeSystem/SpecimenCollectionMethodCodeSystem",
        "concept": [
          {
            "code": "RT-PCR_OPS",
            "display": "RT-PCR (OPS)"
          },
          {
            "code": "RT-PCR_NPS",
            "display": "RT-PCR (NPS)"
          },
          {
            "code": "RT-PCR_OPS_NPS",
            "display": "RT-PCR (OPS and NPS)"
          },
          {
            "code": "Antigen",
            "display": "Antigen; reason and brand kit"
          },
          {
            "code": "AntibodyTest",
            "display": "Antibody Test"
          }
        ]
      }
    ]
  }
}