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

FHIR IG analytics

Packagehl7.fhir.uv.order-catalog
Resource TypeSpecimenDefinition
IdSpecimenDefinition-example-specimen-venous-serum-single-test.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SpecimenDefinition example-specimen-venous-serum-single-test

Language: en-US

Profile: Laboratory IVD Specimen Definition

status: Active

typeCollected: Blood venous

collection: Venipuncture for blood test

typeTested

type: Serum

preference: Preferred

Containers

-MaterialTypeCapDescriptionCapacityMinimumVolume[x]
*plasticEvacuated blood collection tube with clot activatorred cap

red cap plastic tube 5 mL

5 milliliter (Details: UCUM codemL = 'mL')0.5 milliliter (Details: UCUM codemL = 'mL')

RetentionTimes

-ValueUnitSystemCode
*24hourhttp://unitsofmeasure.orgh

rejectionCriterion: blood specimen hemolized, insufficient quantity of specimen

handling

temperatureQualifier: room temperature or refrigerated

MaxDurations

-ValueUnitSystemCode
*7dayhttp://unitsofmeasure.orgd

handling

temperatureQualifier: frozen

MaxDurations

-ValueUnitSystemCode
*28dayhttp://unitsofmeasure.orgd

typeTested

type: Plasma

preference: Alternate

Containers

-TypeCapDescriptionCapacityMinimumVolume[x]
*Evacuated blood collection tube with heparin lithium and gel separatorgreen cap

green cap plastic tube 5 mL

5 milliliter (Details: UCUM codemL = 'mL')0.5 milliliter (Details: UCUM codemL = 'mL')

RetentionTimes

-ValueUnitSystemCode
*24hourhttp://unitsofmeasure.orgh

rejectionCriterion: blood specimen hemolized, insufficient quantity of specimen

handling

temperatureQualifier: room temperature or refrigerated

MaxDurations

-ValueUnitSystemCode
*7dayhttp://unitsofmeasure.orgd

handling

temperatureQualifier: frozen

MaxDurations

-ValueUnitSystemCode
*28dayhttp://unitsofmeasure.orgd

Source1

{
  "resourceType": "SpecimenDefinition",
  "id": "example-specimen-venous-serum-single-test",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabSpecimenDefinition"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "typeCollected": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0487",
        "code": "BLDV",
        "display": "Blood venous"
      }
    ]
  },
  "collection": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "28520004",
          "display": "Venipuncture for blood test"
        }
      ]
    }
  ],
  "typeTested": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0487",
            "code": "SER",
            "display": "Serum"
          }
        ]
      },
      "preference": "preferred",
      "container": {
        "material": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "61088005",
              "display": "Plastic"
            }
          ],
          "text": "plastic"
        },
        "type": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "767384004",
              "display": "Evacuated blood collection tube with clot activator"
            }
          ]
        },
        "cap": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/container-cap",
              "code": "red"
            }
          ],
          "text": "red cap"
        },
        "description": "red cap plastic tube 5 mL",
        "capacity": {
          "value": 5,
          "unit": "milliliter",
          "system": "http://unitsofmeasure.org",
          "code": "mL"
        },
        "minimumVolumeQuantity": {
          "value": 0.5,
          "unit": "milliliter",
          "system": "http://unitsofmeasure.org",
          "code": "mL"
        }
      },
      "retentionTime": {
        "value": 24,
        "unit": "hour",
        "system": "http://unitsofmeasure.org",
        "code": "h"
      },
      "rejectionCriterion": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/rejection-criteria",
              "code": "hemolized"
            }
          ],
          "text": "blood specimen hemolized"
        },
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/rejection-criteria",
              "code": "insufficient"
            }
          ],
          "text": "insufficient quantity of specimen"
        }
      ],
      "handling": [
        {
          "temperatureQualifier": {
            "text": "room temperature or refrigerated"
          },
          "maxDuration": {
            "value": 7,
            "unit": "day",
            "system": "http://unitsofmeasure.org",
            "code": "d"
          }
        },
        {
          "temperatureQualifier": {
            "text": "frozen"
          },
          "maxDuration": {
            "value": 28,
            "unit": "day",
            "system": "http://unitsofmeasure.org",
            "code": "d"
          }
        }
      ]
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0487",
            "code": "PLAS",
            "display": "Plasma"
          }
        ]
      },
      "preference": "alternate",
      "container": {
        "type": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "767390000",
              "display": "Evacuated blood collection tube with heparin lithium and gel separator"
            }
          ]
        },
        "cap": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/container-cap",
              "code": "green"
            }
          ],
          "text": "green cap"
        },
        "description": "green cap plastic tube 5 mL",
        "capacity": {
          "value": 5,
          "unit": "milliliter",
          "system": "http://unitsofmeasure.org",
          "code": "mL"
        },
        "minimumVolumeQuantity": {
          "value": 0.5,
          "unit": "milliliter",
          "system": "http://unitsofmeasure.org",
          "code": "mL"
        }
      },
      "retentionTime": {
        "value": 24,
        "unit": "hour",
        "system": "http://unitsofmeasure.org",
        "code": "h"
      },
      "rejectionCriterion": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/rejection-criteria",
              "code": "hemolized"
            }
          ],
          "text": "blood specimen hemolized"
        },
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/rejection-criteria",
              "code": "insufficient"
            }
          ],
          "text": "insufficient quantity of specimen"
        }
      ],
      "handling": [
        {
          "temperatureQualifier": {
            "text": "room temperature or refrigerated"
          },
          "maxDuration": {
            "value": 7,
            "unit": "day",
            "system": "http://unitsofmeasure.org",
            "code": "d"
          }
        },
        {
          "temperatureQualifier": {
            "text": "frozen"
          },
          "maxDuration": {
            "value": 28,
            "unit": "day",
            "system": "http://unitsofmeasure.org",
            "code": "d"
          }
        }
      ]
    }
  ]
}