FHIR IG analytics| Package | hl7.fhir.uv.order-catalog |
| Resource Type | SpecimenDefinition |
| Id | SpecimenDefinition-example-specimen-urine-24h.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: SpecimenDefinition example-specimen-urine-24h
Language: en-US
Profile: Laboratory IVD Specimen Definition
status: Active
collection: Urine specimen collection, 24 hours (procedure)
typeTested
type: Urine specimen (specimen)
preference: Preferred
Containers
Type 24-hour urine specimen container (physical object) handling
temperatureQualifier: room temperature
MaxDurations
Value Unit System Code 2 hour http://unitsofmeasure.org h handling
temperatureQualifier: refrigerated
MaxDurations
Value Unit System Code 24 hour http://unitsofmeasure.org h
{
"resourceType": "SpecimenDefinition",
"id": "example-specimen-urine-24h",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabSpecimenDefinition"
]
},
"language": "en-US",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"collection": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "2475000",
"display": "Urine specimen collection, 24 hours (procedure)"
}
]
}
],
"typeTested": [
{
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "122575003",
"display": "Urine specimen (specimen)"
}
]
},
"preference": "preferred",
"container": {
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "706055000",
"display": "24-hour urine specimen container (physical object)"
}
]
}
},
"handling": [
{
"temperatureQualifier": {
"text": "room temperature"
},
"maxDuration": {
"value": 2,
"unit": "hour",
"system": "http://unitsofmeasure.org",
"code": "h"
}
},
{
"temperatureQualifier": {
"text": "refrigerated"
},
"maxDuration": {
"value": 24,
"unit": "hour",
"system": "http://unitsofmeasure.org",
"code": "h"
}
}
]
}
]
}