This page is part of the Validated Healthcare Directory FHIR IG (v0.1.0: STU 1 Draft) based on FHIR v3.2.0. . For a full list of available versions, see the Directory of published versions
{ "resourceType" : "Organization", "id" : "acme-network", "meta" : { "profile" : [ "http://hl7.org/fhir/ig/vhdir/StructureDefinition/vhdir-network" ] }, "text" : { "status" : "generated", "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>active</b>: true</p><p><b>type</b>: Healthcare Provider <span style="background: LightGoldenRodYellow">(Details : {http://hl7.org/fhir/organization-type code 'prov' = 'Healthcare Provider', given as 'Healthcare Provider'})</span></p><p><b>name</b>: Acme Network</p><p><b>telecom</b>: ph: (+1) 734-677-7777, hq-network@acme.org</p></div>" }, "active" : true, "type" : [ { "coding" : [ { "system" : "http://hl7.org/fhir/organization-type", "code" : "prov", "display" : "Healthcare Provider" } ] } ], "name" : "Acme Network", "telecom" : [ { "system" : "phone", "value" : "(+1) 734-677-7777" }, { "system" : "email", "value" : "hq-network@acme.org" } ] }