Release 4B

This page is part of the FHIR Specification (v4.3.0: R4B - STU). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Specimen-example.json

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Device, Patient, Practitioner

Raw JSON (canonical form + also see JSON Format Specification)

General Specimen Example

{
  "resourceType": "Specimen",
  "id": "101",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 &quot;101&quot; </p></div><p><b>identifier</b>: id: 23234352356</p><p><b>accessionIdentifier</b>: id: X352356</p><p><b>status</b>: available</p><p><b>type</b>: Venous blood specimen <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#122555007)</span></p><p><b>subject</b>: <a href=\"patient-example.html\">Patient/example: Peter Patient</a> &quot;Peter CHALMERS&quot;</p><p><b>receivedTime</b>: 2011-03-04T07:03:00Z</p><p><b>request</b>: <a href=\"servicerequest-example.html\">ServiceRequest/example</a></p><h3>Collections</h3><table class=\"grid\"><tr><td>-</td><td><b>Collector</b></td><td><b>Collected[x]</b></td><td><b>Quantity</b></td><td><b>Method</b></td><td><b>BodySite</b></td></tr><tr><td>*</td><td><a href=\"practitioner-example.html\">Practitioner/example</a> &quot;Adam CAREFUL&quot;</td><td>2011-05-30T06:15:00Z</td><td>6 mL</td><td>Line, Venous <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v2-0488.html\">specimenCollectionMethod</a>#LNV)</span></td><td>Right median cubital vein <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#49852007 &quot;Structure of median cubital vein (body structure)&quot;)</span></td></tr></table><h3>Containers</h3><table class=\"grid\"><tr><td>-</td><td><b>Identifier</b></td><td><b>Description</b></td><td><b>Type</b></td><td><b>Capacity</b></td><td><b>SpecimenQuantity</b></td><td><b>Additive[x]</b></td></tr><tr><td>*</td><td>id: 48736-15394-75465</td><td>Green Gel tube</td><td>Vacutainer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></td><td>10 mL</td><td>6 mL</td><td><a name=\"hep\"> </a><blockquote><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 &quot;hep&quot; </p></div><p><b>code</b>: Lithium/Li Heparin <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-EntityCode.html\">EntityCode</a>#HEPL)</span></p></blockquote></td></tr></table><p><b>note</b>: Specimen is grossly lipemic</p></div>"
  },
  "contained": [
    {
      "resourceType": "Substance",
      "id": "hep",
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-EntityCode",
            "code": "HEPL"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "http://ehr.acme.org/identifiers/collections",
      "value": "23234352356"
    }
  ],
  "accessionIdentifier": {
    "system": "http://lab.acme.org/specimens/2011",
    "value": "X352356"
  },
  "status": "available",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "122555007",
        "display": "Venous blood specimen"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Peter Patient"
  },
  "receivedTime": "2011-03-04T07:03:00Z",
  "request": [
    {
      "reference": "ServiceRequest/example"
    }
  ],
  "collection": {
    "collector": {
      "reference": "Practitioner/example"
    },
    "collectedDateTime": "2011-05-30T06:15:00Z",
    "quantity": {
      "value": 6,
      "unit": "mL"
    },
    "method": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0488",
          "code": "LNV"
        }
      ]
    },
    "bodySite": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "49852007",
          "display": "Structure of median cubital vein (body structure)"
        }
      ],
      "text": "Right median cubital vein"
    }
  },
  "container": [
    {
      "identifier": [
        {
          "value": "48736-15394-75465"
        }
      ],
      "description": "Green Gel tube",
      "type": {
        "text": "Vacutainer"
      },
      "capacity": {
        "value": 10,
        "unit": "mL"
      },
      "specimenQuantity": {
        "value": 6,
        "unit": "mL"
      },
      "additiveReference": {
        "reference": "#hep"
      }
    }
  ],
  "note": [
    {
      "text": "Specimen is grossly lipemic"
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.