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-urine-24h.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-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

-ValueUnitSystemCode
*2hourhttp://unitsofmeasure.orgh

handling

temperatureQualifier: refrigerated

MaxDurations

-ValueUnitSystemCode
*24hourhttp://unitsofmeasure.orgh

Source1

{
  "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"
          }
        }
      ]
    }
  ]
}