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

HL7 Italia FHIR Implementation Guide (base) - Local Development build (v0.1.1). See the Directory of published versions

StructureDefinition: Indirizzo - Detailed Descriptions

Definitions for the Indirizzo Profile.

1. Indirizzo
Definition

Modello Logico che definisce le tipiche informazioni che caratterizzano un indirizzo nella giurisdizione italiana.

Control0..* This element is affected by the following invariants: ele-1
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
2. Indirizzo.id
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Control0..1
Typestring
3. Indirizzo.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on Indirizzo.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
4. Indirizzo.tipo
Definition

Tipo di indirizzo (e.g residenza, domicilio)

Control0..*
TypeCodeableConcept(CodeableConcept)
5. Indirizzo.periodoValidita
Definition

Periodo di validità dell'indirizzo

Control0..*
TypePeriod(Period)
6. Indirizzo.stringaIndirizzo
Definition

Indirizzo completo o parziale testuale

Control0..*
Typestring(string)
Must Supporttrue
7. Indirizzo.strutturaIndirizzo
Definition

Struttura Indirizzo

Control0..*
TypeBackboneElement
Must Supporttrue
8. Indirizzo.strutturaIndirizzo.linea
Definition

Linea Indirizzo

Control0..*
TypeBackboneElement
9. Indirizzo.strutturaIndirizzo.linea.stringa
Definition

Linea Indirizzo testuale

Control0..*
Typestring(string)
Example
linea:Via dei Carpini 33r, scala 2, interno 8
10. Indirizzo.strutturaIndirizzo.linea.odonimo
Definition

Toponimo stradale (e.g. Via Carso)

Control0..*
Typestring(string)
Example
odonimo:Vicolo Alberti
11. Indirizzo.strutturaIndirizzo.linea.denominazioneUrbanisticaGenerica
Definition

Denominazione Urbanistica Generica (DUG)

Control0..1
Typestring(string)
Alternate Namesspecie
Example
DUG:Via
12. Indirizzo.strutturaIndirizzo.linea.dugCode
Definition

Codice Denominazione Urbanistica Generica (DUG)

Control0..*
TypeCodeableConcept(CodeableConcept)
Alternate Namesspecie
Example
DUG:<valueCodeableConcept xmlns="http://hl7.org/fhir">
  <coding>
    <system value="http://registry.geodati.gov.it/dug"/>
    <code value="67"/>
    <display value="via"/>
  </coding>
</valueCodeableConcept>
13. Indirizzo.strutturaIndirizzo.linea.denominazioneUrbanisticaUfficiale
Definition

Denominazione Urbanistica Ufficiale (DUF)

Control0..1
Typestring(string)
Alternate Namesdenominazione
Example
DUF:Corta
14. Indirizzo.strutturaIndirizzo.linea.numeroCivico
Definition

Numero Civico

Control0..*
Typestring(string)
Example
numeroCivico:37
15. Indirizzo.strutturaIndirizzo.linea.interno
Definition

Interno

Control0..*
Typestring(string)
Example
interno:8b
16. Indirizzo.strutturaIndirizzo.linea.scala
Definition

Scala

Control0..*
Typestring(string)
Example
scala:scala 2
17. Indirizzo.strutturaIndirizzo.cap
Definition

Codice Avviamento Postale

Control0..*
Typestring(string)
18. Indirizzo.strutturaIndirizzo.localita
Definition

Nome Località

Control0..*
Typestring(string)
Alternate NamesFrazione
Example
localita:Il Poggetto
19. Indirizzo.strutturaIndirizzo.comune
Definition

Nome comune

Control0..*
Typestring(string)
20. Indirizzo.strutturaIndirizzo.codiceComune
Definition

Codice comune (e.g. ISTAT; Catasto)

Control0..1
TypeCodeableConcept(CodeableConcept)
Example
codiceComune:<valueCodeableConcept xmlns="http://hl7.org/fhir">
  <coding>
    <system value="http://terminology.hl7.it/CodeSystem/istat-unitaAmministrativeTerritoriali"/>
    <code value="005005"/>
    <display value="Asti"/>
  </coding>
  <coding>
    <system value="http://terminology.hl7.it/CodeSystem/mef-ae-comuni"/>
    <code value="A479"/>
    <display value="Asti"/>
  </coding>
</valueCodeableConcept>
21. Indirizzo.strutturaIndirizzo.provincia
Definition

Nome Provincia

Control0..*
Typestring(string)
22. Indirizzo.strutturaIndirizzo.codiceProvincia
Definition

Codice Provincia

Control0..1
TypeCodeableConcept(CodeableConcept)
Example
codiceIstatProvincia:<valueCodeableConcept xmlns="http://hl7.org/fhir">
  <coding>
    <system value="http://terminology.hl7.it/CodeSystem/istat-unitaAmministrativeTerritoriali"/>
    <code value="026"/>
    <display value="Treviso"/>
  </coding>
</valueCodeableConcept>
23. Indirizzo.strutturaIndirizzo.regione
Definition

Nome Regione

Control0..*
Typestring(string)
24. Indirizzo.strutturaIndirizzo.codiceRegione
Definition

Codice Regione

Control0..1
TypeCodeableConcept(CodeableConcept)
25. Indirizzo.strutturaIndirizzo.stato
Definition

Nome Stato

Control0..*
Typestring(string)
26. Indirizzo.strutturaIndirizzo.codiceStato
Definition

Codice Stato

Control0..1
TypeCodeableConcept(CodeableConcept)