This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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 Canonical Example: Blood
{ "resourceType": "Specimen", "id": "uslab-example1", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "identifier": [ { "use": "official", "label": "Placer Specimen ID", "system": "http://ehr.goodhealthclinic.org/identifiers/specimen", "value": "SID123" } ], "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "122555007", "display": "Venous blood specimen" }, { "system": "http://ehr.goodhealthclinic.org", "code": "BLD", "display": "Blood" } ], "text": "Blood sample" }, "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", "bodySiteCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": " 53120007", "display": "Arm" }, { "system": "http://ehr.goodhealthclinic.org", "code": "ARM", "display": "Arm" } ], "text": "Drawn from Arm" } } }
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.