HL7 Italia FHIR Implementation Guide (base)
0.1.1 - CI Build Italy flag

HL7 Italia FHIR Implementation Guide (base), published by HL7 Italia. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-it/base/ and changes regularly. See the Directory of published versions

: Organization. Esempio generico - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "nice-org",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization nice-org</b></p><a name=\"nice-org\"> </a><a name=\"hcnice-org\"> </a><a name=\"nice-org-it-IT\"> </a><p><b>identifier</b>: <code>http://example.org/identificativo</code>/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), <a href=\"mailto:mailto:info@nice-org.it\">mailto:info@nice-org.it</a></p><p><b>address</b>: 1, Piazza Signoria Firenze 50100 IT </p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td></tr><tr><td style=\"display: none\">*</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"
      }
    }
  ]
}