This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
USLab Specimen Profile Example: Urine- first catch
{ "resourceType": "Specimen", "id": "uslab-example2", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "identifier": [ { "use": "official", "system": "http://ehr.goodhealthclinic.org/identifiers/specimen", "value": "SID456" } ], "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "698276005", "display": "First stream urine sample" }, { "system": "http://ehr.goodhealthclinic.org", "code": "UFV", "display": "Urine, First Void" } ], "text": "Urine, First Void" }, "subject": { "reference": "Patient/uslab-example1", "display": "Todd Lerr" }, "accessionIdentifier": { "use": "official", "system": "http://lis.acmelabs.org/identifiers/accession", "value": "21041205000001" }, "collection": { "collectedDateTime": "2014-12-05" } }
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.