{

"resourceType": "Specimen",
"id": "101",
"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"
  }
],
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}