HL7 Italia FHIR Implementation Guide (base)
0.1.0 - PC Ballot

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. For a full list of available versions, see the Directory of published versions

Organization. Esempio di Azienda Sanitaria Locale - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Organization",
  "id" : "asl-020101",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: asl-020101</p><p><b>identifier</b>: 020101, 101, 00177330073, 91001750073</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.it/CodeSystem/it-tipoEntita asl}\">Azienda Sanitaria Locale</span></p><p><b>name</b>: AZIENDA U.S.L. VALLE D'AOSTA</p><p><b>telecom</b>: ph: (0165) 5431, fax: (0165) 544587, mailto: protocollo@pec.ausl.vda.it, http://www.ausl.vda.it</p><p><b>address</b>: VIA GUIDO REY 1 AOSTA VALLE D'AOSTA 11100 IT </p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.it/sid/fls",
      "value" : "020101"
    },
    {
      "system" : "http://hl7.it/sid/vda/asl",
      "value" : "101"
    },
    {
      "system" : "http://hl7.it/sid/partitaIva",
      "value" : "00177330073"
    },
    {
      "system" : "http://hl7.it/sid/codiceFiscale",
      "value" : "91001750073"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.it/CodeSystem/it-tipoEntita",
          "code" : "asl",
          "display" : "Azienda Sanitaria Locale"
        }
      ]
    }
  ],
  "name" : "AZIENDA U.S.L. VALLE D'AOSTA",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(0165) 5431"
    },
    {
      "system" : "fax",
      "value" : "(0165) 544587"
    },
    {
      "system" : "email",
      "value" : "mailto: protocollo@pec.ausl.vda.it"
    },
    {
      "system" : "url",
      "value" : "http://www.ausl.vda.it"
    }
  ],
  "address" : [
    {
      "line" : [
        "VIA GUIDO REY 1"
      ],
      "city" : "AOSTA",
      "_city" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
            "valueCoding" : {
              "system" : "http://terminology.hl7.it/CodeSystem/istat-unitaAmministrativeTerritoriali",
              "code" : "007003",
              "display" : "AOSTA"
            }
          }
        ]
      },
      "district" : "AO",
      "state" : "VALLE D'AOSTA",
      "_state" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
            "valueCoding" : {
              "system" : "http://terminology.hl7.it/CodeSystem/minsan-regione",
              "code" : "020",
              "display" : "VALLE D'AOSTA"
            }
          }
        ]
      },
      "postalCode" : "11100",
      "country" : "IT"
    }
  ]
}