{

"resourceType": "Specimen",
"id": "vma-urine",
"accessionIdentifier": {
  "system": "http://lab.acme.org/specimens/2015",
  "value": "X352356"
},
"status": "available",
"type": {
  "coding": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v2-0487",
      "code": "RANDU",
      "display": "Urine, Random"
    }
  ]
},
"subject": {
  "reference": "Patient/example"
},
"receivedTime": "2015-08-18T07:03:00Z",
"collection": {
  "collector": {
    "reference": "Practitioner/f202"
  },
  "collectedDateTime": "2015-08-18T07:03:00Z"
},
"processing": [
  {
    "description": "Acidify to pH < 3.0 with 6 N HCl.",
    "procedure": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0373",
          "code": "ACID"
        }
      ]
    },
    "additive": [
      {
        "display": "6 N HCl"
      }
    ],
    "timeDateTime": "2015-08-18T08:10:00Z"
  }
],
"container": [
  {
    "type": {
      "text": "Non-sterile specimen container"
    },
    "capacity": {
      "value": 50,
      "unit": "mls"
    },
    "specimenQuantity": {
      "value": 10,
      "unit": "mls"
    }
  }
],
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}