FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.eu.fhir.xpandh.hdr
Resource TypeOrganization
IdOrganization-org-example-it.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization org-example-it

identifier: http://hl7.it/sid/fls/090201, http://hl7.it/sid/toscana/asl/201, http://hl7.it/sid/partitaIva/06593810481, http://hl7.it/sid/codiceFiscale/06593810481

active: true

type: Azienda Sanitaria Locale

name: AZIENDA USL TOSCANA CENTRO

telecom: ph: (055) 6939222, fax: (055) 6939223, mailto:direttore.generale@uslcentro.toscana.it, http://www.uslcentro.toscana.it

address: PIAZZA SANTA MARIA NUOVA 1 FIRENZE TOSCANA 50122 IT


Source1

{
  "resourceType": "Organization",
  "id": "org-example-it",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.it/sid/fls",
      "value": "090201"
    },
    {
      "system": "http://hl7.it/sid/toscana/asl",
      "value": "201"
    },
    {
      "system": "http://hl7.it/sid/partitaIva",
      "value": "06593810481"
    },
    {
      "system": "http://hl7.it/sid/codiceFiscale",
      "value": "06593810481"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.it/CodeSystem/it-tipoEntita",
          "code": "asl",
          "display": "Azienda Sanitaria Locale"
        }
      ]
    }
  ],
  "name": "AZIENDA USL TOSCANA CENTRO",
  "telecom": [
    {
      "system": "phone",
      "value": "(055) 6939222"
    },
    {
      "system": "fax",
      "value": "(055) 6939223"
    },
    {
      "system": "email",
      "value": "mailto:direttore.generale@uslcentro.toscana.it"
    },
    {
      "system": "url",
      "value": "http://www.uslcentro.toscana.it"
    }
  ],
  "address": [
    {
      "line": [
        "PIAZZA SANTA MARIA NUOVA 1"
      ],
      "city": "FIRENZE",
      "_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": "FI",
      "state": "TOSCANA",
      "_state": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
            "valueCoding": {
              "system": "http://terminology.hl7.it/CodeSystem/minsan-regione",
              "code": "090",
              "display": "TOSCANA"
            }
          }
        ]
      },
      "postalCode": "50122",
      "country": "IT"
    }
  ]
}