This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
VMA, Random Urine Sample
{
"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.",
"method" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0373",
"code" : "ACID"
}]
},
"additive" : [{
"display" : "6 N HCl"
}],
"timeDateTime" : "2015-08-18T08:10:00Z"
}],
"container" : [{
"device" : {
"reference" : "Device/device-example-specimen-container-polycup"
},
"specimenQuantity" : {
"value" : 10,
"unit" : "mls"
}
}]
}
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.