Medicolegal Death Investigation (MDI)
1.0.0 - STU 1 US

This page is part of the Medicolegal Death Investigation (MDI) (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Specimen - Toxicology Lab - Freeman Blood - JSON Representation

Raw json | Download


{
  "resourceType" : "Specimen",
  "id" : "specimen-blood-toxicology-a-freeman",
  "meta" : {
    "versionId" : "8",
    "lastUpdated" : "2022-08-16T00:58:14.623+00:00",
    "source" : "#5YY4kidCODh4w6Ja",
    "profile" : [
      "http://hl7.org/fhir/us/mdi/StructureDefinition/Specimen-toxicology-lab"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Specimen</b><a name=\"specimen-blood-toxicology-a-freeman\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Specimen \"specimen-blood-toxicology-a-freeman\" Version \"8\" Updated \"2022-08-16 12:58:14+0000\" </p><p style=\"margin-bottom: 0px\">Information Source: #5YY4kidCODh4w6Ja!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Specimen-toxicology-lab.html\">Specimen - Toxicology Lab</a></p></div><p><b>accessionIdentifier</b>: id: X352356</p><p><b>status</b>: available</p><p><b>type</b>: Whole blood sample <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#258580003)</span></p><p><b>subject</b>: <a href=\"Patient-us-core-patient-a-freeman.html\">Patient/us-core-patient-a-freeman</a> \" FREEMAN\"</p><p><b>receivedTime</b>: 2021-12-03 04:00:00+0000</p><h3>Collections</h3><table class=\"grid\"><tr><td>-</td><td><b>Collected[x]</b></td><td><b>BodySite</b></td></tr><tr><td>*</td><td>2021-12-03 11:00:00+0000</td><td>Femoral vein structure (body structure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#83419000)</span></td></tr></table><h3>Containers</h3><table class=\"grid\"><tr><td>-</td><td><b>Description</b></td><td><b>Type</b></td><td><b>SpecimenQuantity</b></td></tr><tr><td>*</td><td>10mL GT tube</td><td>GT tube <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#702287009 \"Non-evacuated blood collection tube, potassium oxalate/sodium fluoride (physical object)\")</span></td><td>20 ml</td></tr></table></div>"
  },
  "accessionIdentifier" : {
    "system" : "http://lab.acme.org/specimens/2021",
    "value" : "X352356"
  },
  "status" : "available",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "258580003",
        "display" : "Whole blood sample"
      }
    ],
    "text" : "Whole blood sample"
  },
  "subject" : {
    "reference" : "Patient/us-core-patient-a-freeman"
  },
  "receivedTime" : "2021-12-03T16:00:00Z",
  "collection" : {
    "collectedDateTime" : "2021-12-03T11:00:00Z",
    "bodySite" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "83419000",
          "display" : "Femoral vein structure (body structure)"
        }
      ]
    }
  },
  "container" : [
    {
      "description" : "10mL GT tube",
      "type" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "702287009",
            "display" : "Non-evacuated blood collection tube, potassium oxalate/sodium fluoride (physical object)"
          }
        ],
        "text" : "GT tube"
      },
      "specimenQuantity" : {
        "value" : 20,
        "unit" : "ml"
      }
    }
  ]
}