This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.
USLab Specimen Profile Example: Urine- first catch
{ "resourceType": "Specimen", "id": "spec-uslab-example2", "text": { "fhir_comments": [ " a specimen identifier - e.g. assigned when the specimen was taken by the orderer/placer use the accession number for the filling lab ", " Placer ID " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: spec-uslab-example2</p><p><b>identifier</b>: SID456 (OFFICIAL)</p><p><b>type</b>: Urine, First Void <span>(Details : {SNOMED CT code '698276005' = '698276005', given as 'First stream urine sample'}; {http://ehr.goodhealthclinic.org code 'UFV' = '??', given as 'Urine, First Void'})</span></p><p><b>subject</b>: <a>Todd Lerr</a></p><p><b>accessionIdentifier</b>: 21041205000001 (OFFICIAL)</p><h3>Collections</h3><table><tr><td>-</td><td><b>Collected[x]</b></td></tr><tr><td>*</td><td>05/12/2014</td></tr></table></div>" }, "identifier": [ { "use": "official", "system": "http://ehr.goodhealthclinic.org/identifiers/specimen", "value": "SID456" } ], "type": { "fhir_comments": [ " Filler ID moved to accsession number\n\t<identifier>\n\t\t<use value=\"official\"></use>\n\t\t<label value=\"Filler Specimen ID\"></label>\n\t\t<system value=\"http://lis.acmelabs.org/identifiers/specimen\"/>\n\t\t<value value=\"SID456\"/>\n\t</identifier>\n ", " \n Type is a loosely defined field because there is such a lot of variation in how it is used.\n The principal variation is how much information that could be represented elsewhere is also\n represented here. For instance, here's some possible types:\n lithium heparin plasma (+ .container.additive) (e.g. SNOMED CT 446272009)\n transfusion bag of blood (+ container.type)\n Peritoneal lavage (+ collection.bodySite)\n If the type includes other fields, it would be normal not to populate the other fields\n\n Note that this practice is so widespread that it's pointless to try and stop it :( ", " choice of SNOMED CT concept code... " ], "coding": [ { "system": "http://snomed.info/sct", "code": "698276005", "_code": { "fhir_comments": [ " EH: Note to balloters - lots of choices for uriine but this is best for Aptima 2 GC-CT " ] }, "display": "First stream urine sample" }, { "fhir_comments": [ " and or local code " ], "system": "http://ehr.goodhealthclinic.org", "code": "UFV", "display": "Urine, First Void" } ], "text": "Urine, First Void" }, "subject": { "fhir_comments": [ " Patient is required from core " ], "reference": "Patient/patient-uslab-example1", "display": "Todd Lerr" }, "accessionIdentifier": { "fhir_comments": [ " accession identifier - e.g. assigned by the labaratory when it is received.\n This is common, unlike specimen identifier " ], "use": "official", "system": "http://lis.acmelabs.org/identifiers/accession", "value": "21041205000001" }, "collection": { "collectedDateTime": "2014-12-05", "_collectedDateTime": { "fhir_comments": [ " the time of collection is required. Usually a point in time, but can be a period\n (collectedPeriod) if it's a timed collection (e.g. a 24 hour urine) " ] } } }
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.