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-3ml-serum.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-3ml-serum

Language: en-US

Profile: Laboratory IVD Specimen Definition

status: Active

typeTested

type: Serum

preference: Preferred

Containers

-CapacityMinimumVolume[x]
*5 milliliter (Details: UCUM codemL = 'mL')3 mL (Details: UCUM codemL = 'mL')

RetentionTimes

-ValueUnitSystemCode
*24hourhttp://unitsofmeasure.orgh

rejectionCriterion: blood specimen hemolized

handling

temperatureQualifier: room temperature or refrigerated

MaxDurations

-ValueUnitSystemCode
*4dayhttp://unitsofmeasure.orgd

Source1

{
  "resourceType": "SpecimenDefinition",
  "id": "example-specimen-3ml-serum",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabSpecimenDefinition"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "typeTested": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0487",
            "code": "SER",
            "display": "Serum"
          }
        ]
      },
      "preference": "preferred",
      "container": {
        "capacity": {
          "value": 5,
          "unit": "milliliter",
          "system": "http://unitsofmeasure.org",
          "code": "mL"
        },
        "minimumVolumeQuantity": {
          "value": 3,
          "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"
        }
      ],
      "handling": [
        {
          "temperatureQualifier": {
            "text": "room temperature or refrigerated"
          },
          "maxDuration": {
            "value": 4,
            "unit": "day",
            "system": "http://unitsofmeasure.org",
            "code": "d"
          }
        }
      ]
    }
  ]
}