This page is part of the CARIN Blue Button Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
JSON Format: Organization-Org1
Raw json
{ "resourceType" : "Organization", "id" : "Org1", "meta" : { "versionId" : "4", "lastUpdated" : "2019-12-18T22:28:27.000-05:00", "profile" : [ "http://hl7.org/fhir/us/carin/StructureDefinition/carin-bb-organization" ] }, "text" : { "status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<p>\n\t\t\t\t<b>Generated Narrative with Details</b>\n\t\t\t</p>\n\t\t\t</div>" }, "identifier" : [ { "type" : { "coding" : [ { "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", "code" : "NPI", "display" : "National provider identifier" } ] }, "system" : "http://hl7.org/fhir/sid/us-npi", "value" : "987654" }, { "type" : { "coding" : [ { "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", "code" : "TAX", "display" : "Tax ID number" } ] }, "system" : "urn:oid:2.16.840.1.113883.4.4", "value" : "AB12346" } ], "active" : true, "name" : "Hospital ABC", "telecom" : [ { "system" : "phone", "value" : "734-677-7777", "use" : "work" }, { "system" : "email", "value" : "customer-service@hospital-abc.org", "use" : "work" } ], "address" : [ { "line" : [ "3300 Washtenaw Avenue, Suite 227" ], "city" : "Amherst", "state" : "MA", "postalCode" : "01002", "country" : "USA" } ] }