This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). 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 Performing Lab Organization Profile Canonical Example: Acme Labs
{ "resourceType": "Organization", "id": "org-uslab-example3", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: org-uslab-example3</p><p><b>identifier</b>: 01D1111111 (OFFICIAL)</p><p><b>name</b>: Acme Labs</p><p><b>address</b>: Firstcare Way Building 2 Harrisburg PA 42043 USA (WORK)</p><h3>Contacts</h3><table><tr><td>-</td><td><b>Name</b></td></tr><tr><td>*</td><td>Gregory F House </td></tr></table></div>" }, "identifier": [ { "use": "official", "system": "http://www.cms.gov/Regulations-and-Guidance/Legislation/CLIA/index.html", "value": "01D1111111", "_value": { "fhir_comments": [ " CLIA " ] } } ], "name": "Acme Labs", "address": [ { "use": "work", "line": [ "Firstcare Way", "Building 2" ], "city": "Harrisburg", "district": "42043", "state": "PA", "postalCode": "42043", "country": "USA" } ], "contact": [ { "name": { "family": [ "House" ], "given": [ "Gregory", "F" ], "prefix": [ "Dr" ], "suffix": [ "PhD" ] } } ] }
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.