{
  "resourceType" : "Specimen",
  "id" : "urine1",
  "meta" : {
    "versionId" : "1",
    "profile" : ["https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-specimen-laboratory"]
  },
  "text" : {
    "status" : "empty",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
  },
  "status" : "available",
  "type" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "78014005",
      "display" : "Urine"
    }]
  },
  "receivedTime" : "2015-11-04",
  "note" : [{
    "text" : "24u urinecollectie"
  }]
}