Order Catalog Implementation Guide
0.1.0 - STU Ballot 1

This page is part of the Order Catalog Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Lab specimen - 24H urine - JSON Representation

Raw json | Download

{
  "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" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p><b>Generated Narrative</b></p><p><b>id</b>: example-specimen-urine-24h</p><p><b>meta</b>: </p><p><b>language</b>: en-US</p><p><b>collection</b>: <span title=\"Codes: {http://snomed.info/sct 2475000}\">Urine specimen collection, 24 hours (procedure)</span></p><blockquote><p><b>typeTested</b></p><p><b>type</b>: <span title=\"Codes: {http://snomed.info/sct 122575003}\">Urine specimen (specimen)</span></p><p><b>preference</b>: preferred</p><h3>Containers</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://snomed.info/sct 706055000}\">24-hour urine specimen container (physical object)</span></td></tr></table><blockquote><p><b>handling</b></p><p><b>temperatureQualifier</b>: <span title=\"Codes: \">room temperature</span></p><p><b>maxDuration</b>: 2 hour</p></blockquote><blockquote><p><b>handling</b></p><p><b>temperatureQualifier</b>: <span title=\"Codes: \">refrigerated</span></p><p><b>maxDuration</b>: 24 hour</p></blockquote></blockquote></div>"
  },
  "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"
          }
        }
      ]
    }
  ]
}