This page is part of the HL7 Italia FHIR Implementation Guide (base) (v0.1.0: Public Comment 1 Ballot 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Source view
{ "resourceType" : "Organization", "id" : "nice-org", "text" : { "status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: nice-org</p><p><b>identifier</b>: 12345</p><p><b>active</b>: true</p><p><b>name</b>: Fantastica Azienda</p><p><b>telecom</b>: ph: tel:+39 123 456 7890(MOBILE), mailto:info@nice-org.it(WORK)</p><p><b>address</b>: 1, Piazza Signoria Firenze 50100 IT </p><h3>Contacts</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td></tr><tr><td>*</td><td>Dott. Ivo Serbelloni Viendalmare</td></tr></table></div>" }, "identifier" : [ { "system" : "http://example.org/identificativo", "value" : "12345" } ], "active" : true, "name" : "Fantastica Azienda", "telecom" : [ { "system" : "phone", "value" : "tel:+39 123 456 7890", "use" : "mobile" }, { "system" : "email", "value" : "mailto:info@nice-org.it", "use" : "work" } ], "address" : [ { "line" : [ "1, Piazza Signoria" ], "city" : "Firenze", "postalCode" : "50100", "country" : "IT" } ], "contact" : [ { "name" : { "text" : "Dott. Ivo Serbelloni Viendalmare" } } ] }