FHIR IG analytics| Package | hl7.fhir.it.base |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-Indirizzo.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7-it/base/StructureDefinition-Indirizzo.html |
| URL | http://hl7.it/fhir/StructureDefinition/Indirizzo |
| Version | 0.1.1 |
| Status | draft |
| Date | 2025-11-18T14:18:52+00:00 |
| Name | Indirizzo |
| Title | Indirizzo |
| Realm | it |
| Authority | hl7 |
| Description | Modello Logico che definisce le tipiche informazioni che caratterizzano un indirizzo nella giurisdizione italiana. |
| Type | Indirizzo |
| Kind | logical |
| StructureDefinition | |
| ContattoPersona | Persona di Contatto |
| Paziente | Paziente |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DefinizioneStruttura Indirizzo
| Name | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
![]() | 0..* | Element | This is an abstract type. Indirizzo Elements defined in Ancestors:@id, extension | |
![]() ![]() | 0..* | CodeableConcept | Tipo di indirizzo (e.g residenza, domicilio) | |
![]() ![]() | 0..* | Period | Periodo di validità | |
![]() ![]() | S | 0..* | string | Indirizzo completo o parziale testuale |
![]() ![]() | S | 0..* | BackboneElement | Struttura Indirizzo |
![]() ![]() ![]() | 0..* | BackboneElement | Linea Indirizzo | |
![]() ![]() ![]() ![]() | 0..* | string | Linea Indirizzo testuale Example linea: Via dei Carpini 33r, scala 2, interno 8 | |
![]() ![]() ![]() ![]() | 0..* | string | Toponimo stradale (e.g. Via Carso) Example odonimo: Vicolo Alberti | |
![]() ![]() ![]() ![]() | 0..1 | string | Denominazione Urbanistica Generica (DUG) Example DUG: Via | |
![]() ![]() ![]() ![]() | 0..* | CodeableConcept | Codice Denominazione Urbanistica Generica (DUG) Example DUG: {"coding":[{"system":"http://registry.geodati.gov.it/dug","code":"67","display":"via"}]} | |
![]() ![]() ![]() ![]() | 0..1 | string | Denominazione Urbanistica Ufficiale (DUF) Example DUF: Corta | |
![]() ![]() ![]() ![]() | 0..* | string | Numero Civico Example numeroCivico: 37 | |
![]() ![]() ![]() ![]() | 0..* | string | Interno Example interno: 8b | |
![]() ![]() ![]() ![]() | 0..* | string | Scala Example scala: scala 2 | |
![]() ![]() ![]() | 0..* | string | Codice Avviamento Postale | |
![]() ![]() ![]() | 0..* | string | Nome Località Example localita: Il Poggetto | |
![]() ![]() ![]() | 0..* | string | Nome comune | |
![]() ![]() ![]() | 0..1 | CodeableConcept | Codice comune (e.g. ISTAT; Catasto) Example codiceComune: {"coding":[{"system":"http://terminology.hl7.it/sid/istat-unitaAmministrativeTerritoriali","code":"005005","display":"Asti"},{"system":"http://terminology.hl7.it/sid/mef-ae-comuni","code":"A479","display":"Asti"}]} | |
![]() ![]() ![]() | 0..* | string | Nome Provincia | |
![]() ![]() ![]() | 0..1 | CodeableConcept | Codice Provincia Example codiceIstatProvincia: {"coding":[{"system":"http://terminology.hl7.it/sid/istat-unitaAmministrativeTerritoriali","code":"026","display":"Treviso"}]} | |
![]() ![]() ![]() | 0..* | string | Nome Regione | |
![]() ![]() ![]() | 0..1 | CodeableConcept | Codice Regione | |
![]() ![]() ![]() | 0..* | string | Nome Stato | |
![]() ![]() ![]() | 0..1 | CodeableConcept | Codice Stato | |
{
"resourceType": "StructureDefinition",
"id": "Indirizzo",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.it/fhir/StructureDefinition/Indirizzo",
"version": "0.1.1",
"name": "Indirizzo",
"title": "Indirizzo",
"status": "draft",
"experimental": true,
"date": "2025-11-18T14:18:52+00:00",
"publisher": "HL7 Italia",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.it"
}
]
}
],
"description": "Modello Logico che definisce le tipiche informazioni che caratterizzano un indirizzo nella giurisdizione italiana.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "IT"
}
]
}
],
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "fhir-it",
"uri": "http://hl7.it/fhir",
"name": "HL7 FHIR IT Profiles"
},
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
}
],
"kind": "logical",
"abstract": true,
"type": "Indirizzo",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
"derivation": "specialization",
"snapshot": {
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
"valueString": "4.0.1"
}
],
"element": [
{
"id": "Indirizzo",
"path": "Indirizzo",
"short": "Indirizzo",
"definition": "Modello Logico che definisce le tipiche informazioni che caratterizzano un indirizzo nella giurisdizione italiana.",
"min": 0,
"max": "*",
"base": {
"path": "Element",
"min": 0,
"max": "*"
},
"condition": [
"ele-1"
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier": false,
"mapping": [
{
"identity": "fhir-it",
"map": "Address.conformsTo('http://hl7.it/fhir/StructureDefinition/Address-it-base')"
},
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "Indirizzo.id",
"path": "Indirizzo.id",
"representation": [
"xmlAttr"
],
"short": "Unique id for inter-element referencing",
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
}
],
"code": "http://hl7.org/fhirpath/System.String"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "Indirizzo.extension",
"path": "Indirizzo.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"description": "Extensions are always sliced by (at least) url",
"rules": "open"
},
"short": "Additional content defined by implementations",
"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.",
"comment": "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.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "Indirizzo.tipo",
"path": "Indirizzo.tipo",
"short": "Tipo di indirizzo (e.g residenza, domicilio)",
"definition": "Tipo di indirizzo (e.g residenza, domicilio)",
"min": 0,
"max": "*",
"base": {
"path": "Indirizzo.tipo",
"min": 0,
"max": "*"
},
"type": [
{
"code": "CodeableConcept",
"profile": [
"http://hl7.org/fhir/StructureDefinition/CodeableConcept"
]
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.extension",
"comment": "I diversi tipi di indirizzo sono caratterizzati dalla valorizzazione di specifici campi: e.g. use='home' per domicilio. In caso sia necessario descivere specificatamente la categoria di indirizzo una specifica estensione (opzionale) può essere aggiunta."
}
]
},
{
"id": "Indirizzo.periodoValidita",
"path": "Indirizzo.periodoValidita",
"short": "Periodo di validità",
"definition": "Periodo di validità dell'indirizzo",
"min": 0,
"max": "*",
"base": {
"path": "Indirizzo.periodoValidita",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Period",
"profile": [
"http://hl7.org/fhir/StructureDefinition/Period"
]
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.period"
}
]
},
{
"id": "Indirizzo.stringaIndirizzo",
"path": "Indirizzo.stringaIndirizzo",
"short": "Indirizzo completo o parziale testuale",
"definition": "Indirizzo completo o parziale testuale",
"min": 0,
"max": "*",
"base": {
"path": "Indirizzo.stringaIndirizzo",
"min": 0,
"max": "*"
},
"type": [
{
"code": "string",
"profile": [
"http://hl7.org/fhir/StructureDefinition/string"
]
}
],
"mustSupport": true,
"mapping": [
{
"identity": "fhir-it",
"map": "Address.text"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo",
"path": "Indirizzo.strutturaIndirizzo",
"short": "Struttura Indirizzo",
"definition": "Struttura Indirizzo",
"min": 0,
"max": "*",
"base": {
"path": "Indirizzo.strutturaIndirizzo",
"min": 0,
"max": "*"
},
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"mustSupport": true,
"mapping": [
{
"identity": "fhir-it",
"map": "Address",
"comment": "La struttura è descritta da una serie di elementi diversi"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.id",
"path": "Indirizzo.strutturaIndirizzo.id",
"representation": [
"xmlAttr"
],
"short": "Unique id for inter-element referencing",
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
}
],
"code": "http://hl7.org/fhirpath/System.String"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.extension",
"path": "Indirizzo.strutturaIndirizzo.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"description": "Extensions are always sliced by (at least) url",
"rules": "open"
},
"short": "Additional content defined by implementations",
"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.",
"comment": "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.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.modifierExtension",
"path": "Indirizzo.strutturaIndirizzo.modifierExtension",
"short": "Extensions that cannot be ignored even if unrecognized",
"definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment": "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.",
"requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": true,
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.linea",
"path": "Indirizzo.strutturaIndirizzo.linea",
"short": "Linea Indirizzo",
"definition": "Linea Indirizzo",
"min": 0,
"max": "*",
"base": {
"path": "Indirizzo.strutturaIndirizzo.linea",
"min": 0,
"max": "*"
},
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.line"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.linea.id",
"path": "Indirizzo.strutturaIndirizzo.linea.id",
"representation": [
"xmlAttr"
],
"short": "Unique id for inter-element referencing",
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
}
],
"code": "http://hl7.org/fhirpath/System.String"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.linea.extension",
"path": "Indirizzo.strutturaIndirizzo.linea.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"description": "Extensions are always sliced by (at least) url",
"rules": "open"
},
"short": "Additional content defined by implementations",
"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.",
"comment": "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.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.linea.modifierExtension",
"path": "Indirizzo.strutturaIndirizzo.linea.modifierExtension",
"short": "Extensions that cannot be ignored even if unrecognized",
"definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment": "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.",
"requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": true,
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.linea.stringa",
"path": "Indirizzo.strutturaIndirizzo.linea.stringa",
"short": "Linea Indirizzo testuale",
"definition": "Linea Indirizzo testuale",
"min": 0,
"max": "*",
"base": {
"path": "Indirizzo.strutturaIndirizzo.linea.stringa",
"min": 0,
"max": "*"
},
"type": [
{
"code": "string",
"profile": [
"http://hl7.org/fhir/StructureDefinition/string"
]
}
],
"example": [
{
"label": "linea",
"valueString": "Via dei Carpini 33r, scala 2, interno 8"
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.line"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.linea.odonimo",
"path": "Indirizzo.strutturaIndirizzo.linea.odonimo",
"short": "Toponimo stradale (e.g. Via Carso)",
"definition": "Toponimo stradale (e.g. Via Carso)",
"min": 0,
"max": "*",
"base": {
"path": "Indirizzo.strutturaIndirizzo.linea.odonimo",
"min": 0,
"max": "*"
},
"type": [
{
"code": "string",
"profile": [
"http://hl7.org/fhir/StructureDefinition/string"
]
}
],
"example": [
{
"label": "odonimo",
"valueString": "Vicolo Alberti"
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.line.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName')"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.linea.denominazioneUrbanisticaGenerica",
"path": "Indirizzo.strutturaIndirizzo.linea.denominazioneUrbanisticaGenerica",
"short": "Denominazione Urbanistica Generica (DUG)",
"definition": "Denominazione Urbanistica Generica (DUG)",
"alias": [
"specie"
],
"min": 0,
"max": "1",
"base": {
"path": "Indirizzo.strutturaIndirizzo.linea.denominazioneUrbanisticaGenerica",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string",
"profile": [
"http://hl7.org/fhir/StructureDefinition/string"
]
}
],
"example": [
{
"label": "DUG",
"valueString": "Via"
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.line.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameType')"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.linea.dugCode",
"path": "Indirizzo.strutturaIndirizzo.linea.dugCode",
"short": "Codice Denominazione Urbanistica Generica (DUG)",
"definition": "Codice Denominazione Urbanistica Generica (DUG)",
"alias": [
"specie"
],
"min": 0,
"max": "*",
"base": {
"path": "Indirizzo.strutturaIndirizzo.linea.dugCode",
"min": 0,
"max": "*"
},
"type": [
{
"code": "CodeableConcept",
"profile": [
"http://hl7.org/fhir/StructureDefinition/CodeableConcept"
]
}
],
"example": [
{
"label": "DUG",
"valueCodeableConcept": {
"coding": [
{
"system": "http://registry.geodati.gov.it/dug",
"code": "67",
"display": "via"
}
]
}
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.line.extension('http://hl7.it/fhir/StructureDefinition/address-dug')"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.linea.denominazioneUrbanisticaUfficiale",
"path": "Indirizzo.strutturaIndirizzo.linea.denominazioneUrbanisticaUfficiale",
"short": "Denominazione Urbanistica Ufficiale (DUF)",
"definition": "Denominazione Urbanistica Ufficiale (DUF)",
"alias": [
"denominazione"
],
"min": 0,
"max": "1",
"base": {
"path": "Indirizzo.strutturaIndirizzo.linea.denominazioneUrbanisticaUfficiale",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string",
"profile": [
"http://hl7.org/fhir/StructureDefinition/string"
]
}
],
"example": [
{
"label": "DUF",
"valueString": "Corta"
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.line.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameBase')"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.linea.numeroCivico",
"path": "Indirizzo.strutturaIndirizzo.linea.numeroCivico",
"short": "Numero Civico",
"definition": "Numero Civico",
"min": 0,
"max": "*",
"base": {
"path": "Indirizzo.strutturaIndirizzo.linea.numeroCivico",
"min": 0,
"max": "*"
},
"type": [
{
"code": "string",
"profile": [
"http://hl7.org/fhir/StructureDefinition/string"
]
}
],
"example": [
{
"label": "numeroCivico",
"valueString": "37"
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.line.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber')"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.linea.interno",
"path": "Indirizzo.strutturaIndirizzo.linea.interno",
"short": "Interno",
"definition": "Interno",
"min": 0,
"max": "*",
"base": {
"path": "Indirizzo.strutturaIndirizzo.linea.interno",
"min": 0,
"max": "*"
},
"type": [
{
"code": "string",
"profile": [
"http://hl7.org/fhir/StructureDefinition/string"
]
}
],
"example": [
{
"label": "interno",
"valueString": "8b"
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.line.extension"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.linea.scala",
"path": "Indirizzo.strutturaIndirizzo.linea.scala",
"short": "Scala",
"definition": "Scala",
"min": 0,
"max": "*",
"base": {
"path": "Indirizzo.strutturaIndirizzo.linea.scala",
"min": 0,
"max": "*"
},
"type": [
{
"code": "string",
"profile": [
"http://hl7.org/fhir/StructureDefinition/string"
]
}
],
"example": [
{
"label": "scala",
"valueString": "scala 2"
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.line.extension"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.cap",
"path": "Indirizzo.strutturaIndirizzo.cap",
"short": "Codice Avviamento Postale",
"definition": "Codice Avviamento Postale",
"min": 0,
"max": "*",
"base": {
"path": "Indirizzo.strutturaIndirizzo.cap",
"min": 0,
"max": "*"
},
"type": [
{
"code": "string",
"profile": [
"http://hl7.org/fhir/StructureDefinition/string"
]
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.postalCode"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.localita",
"path": "Indirizzo.strutturaIndirizzo.localita",
"short": "Nome Località",
"definition": "Nome Località",
"alias": [
"Frazione"
],
"min": 0,
"max": "*",
"base": {
"path": "Indirizzo.strutturaIndirizzo.localita",
"min": 0,
"max": "*"
},
"type": [
{
"code": "string",
"profile": [
"http://hl7.org/fhir/StructureDefinition/string"
]
}
],
"example": [
{
"label": "localita",
"valueString": "Il Poggetto"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.comune",
"path": "Indirizzo.strutturaIndirizzo.comune",
"short": "Nome comune",
"definition": "Nome comune",
"min": 0,
"max": "*",
"base": {
"path": "Indirizzo.strutturaIndirizzo.comune",
"min": 0,
"max": "*"
},
"type": [
{
"code": "string",
"profile": [
"http://hl7.org/fhir/StructureDefinition/string"
]
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.city"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.codiceComune",
"path": "Indirizzo.strutturaIndirizzo.codiceComune",
"short": "Codice comune (e.g. ISTAT; Catasto)",
"definition": "Codice comune (e.g. ISTAT; Catasto)",
"min": 0,
"max": "1",
"base": {
"path": "Indirizzo.strutturaIndirizzo.codiceComune",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept",
"profile": [
"http://hl7.org/fhir/StructureDefinition/CodeableConcept"
]
}
],
"example": [
{
"label": "codiceComune",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.it/sid/istat-unitaAmministrativeTerritoriali",
"code": "005005",
"display": "Asti"
},
{
"system": "http://terminology.hl7.it/sid/mef-ae-comuni",
"code": "A479",
"display": "Asti"
}
]
}
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.city.extension('http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding')"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.provincia",
"path": "Indirizzo.strutturaIndirizzo.provincia",
"short": "Nome Provincia",
"definition": "Nome Provincia",
"min": 0,
"max": "*",
"base": {
"path": "Indirizzo.strutturaIndirizzo.provincia",
"min": 0,
"max": "*"
},
"type": [
{
"code": "string",
"profile": [
"http://hl7.org/fhir/StructureDefinition/string"
]
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.district"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.codiceProvincia",
"path": "Indirizzo.strutturaIndirizzo.codiceProvincia",
"short": "Codice Provincia",
"definition": "Codice Provincia",
"min": 0,
"max": "1",
"base": {
"path": "Indirizzo.strutturaIndirizzo.codiceProvincia",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept",
"profile": [
"http://hl7.org/fhir/StructureDefinition/CodeableConcept"
]
}
],
"example": [
{
"label": "codiceIstatProvincia",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.it/sid/istat-unitaAmministrativeTerritoriali",
"code": "026",
"display": "Treviso"
}
]
}
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.district.extension('http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding')"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.regione",
"path": "Indirizzo.strutturaIndirizzo.regione",
"short": "Nome Regione",
"definition": "Nome Regione",
"min": 0,
"max": "*",
"base": {
"path": "Indirizzo.strutturaIndirizzo.regione",
"min": 0,
"max": "*"
},
"type": [
{
"code": "string",
"profile": [
"http://hl7.org/fhir/StructureDefinition/string"
]
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.state"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.codiceRegione",
"path": "Indirizzo.strutturaIndirizzo.codiceRegione",
"short": "Codice Regione",
"definition": "Codice Regione",
"min": 0,
"max": "1",
"base": {
"path": "Indirizzo.strutturaIndirizzo.codiceRegione",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept",
"profile": [
"http://hl7.org/fhir/StructureDefinition/CodeableConcept"
]
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.state.extension('http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding')"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.stato",
"path": "Indirizzo.strutturaIndirizzo.stato",
"short": "Nome Stato",
"definition": "Nome Stato",
"min": 0,
"max": "*",
"base": {
"path": "Indirizzo.strutturaIndirizzo.stato",
"min": 0,
"max": "*"
},
"type": [
{
"code": "string",
"profile": [
"http://hl7.org/fhir/StructureDefinition/string"
]
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.country"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.codiceStato",
"path": "Indirizzo.strutturaIndirizzo.codiceStato",
"short": "Codice Stato",
"definition": "Codice Stato",
"min": 0,
"max": "1",
"base": {
"path": "Indirizzo.strutturaIndirizzo.codiceStato",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept",
"profile": [
"http://hl7.org/fhir/StructureDefinition/CodeableConcept"
]
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.country.extension('http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding')"
}
]
}
]
},
"differential": {
"element": [
{
"id": "Indirizzo",
"path": "Indirizzo",
"short": "Indirizzo",
"definition": "Modello Logico che definisce le tipiche informazioni che caratterizzano un indirizzo nella giurisdizione italiana.",
"min": 0,
"max": "*",
"mapping": [
{
"identity": "fhir-it",
"map": "Address.conformsTo('http://hl7.it/fhir/StructureDefinition/Address-it-base')"
}
]
},
{
"id": "Indirizzo.tipo",
"path": "Indirizzo.tipo",
"short": "Tipo di indirizzo (e.g residenza, domicilio)",
"definition": "Tipo di indirizzo (e.g residenza, domicilio)",
"min": 0,
"max": "*",
"type": [
{
"code": "CodeableConcept",
"profile": [
"http://hl7.org/fhir/StructureDefinition/CodeableConcept"
]
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.extension",
"comment": "I diversi tipi di indirizzo sono caratterizzati dalla valorizzazione di specifici campi: e.g. use='home' per domicilio. In caso sia necessario descivere specificatamente la categoria di indirizzo una specifica estensione (opzionale) può essere aggiunta."
}
]
},
{
"id": "Indirizzo.periodoValidita",
"path": "Indirizzo.periodoValidita",
"short": "Periodo di validità",
"definition": "Periodo di validità dell'indirizzo",
"min": 0,
"max": "*",
"type": [
{
"code": "Period",
"profile": [
"http://hl7.org/fhir/StructureDefinition/Period"
]
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.period"
}
]
},
{
"id": "Indirizzo.stringaIndirizzo",
"path": "Indirizzo.stringaIndirizzo",
"short": "Indirizzo completo o parziale testuale",
"definition": "Indirizzo completo o parziale testuale",
"min": 0,
"max": "*",
"type": [
{
"code": "string",
"profile": [
"http://hl7.org/fhir/StructureDefinition/string"
]
}
],
"mustSupport": true,
"mapping": [
{
"identity": "fhir-it",
"map": "Address.text"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo",
"path": "Indirizzo.strutturaIndirizzo",
"short": "Struttura Indirizzo",
"definition": "Struttura Indirizzo",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
],
"mustSupport": true,
"mapping": [
{
"identity": "fhir-it",
"map": "Address",
"comment": "La struttura è descritta da una serie di elementi diversi"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.linea",
"path": "Indirizzo.strutturaIndirizzo.linea",
"short": "Linea Indirizzo",
"definition": "Linea Indirizzo",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.line"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.linea.stringa",
"path": "Indirizzo.strutturaIndirizzo.linea.stringa",
"short": "Linea Indirizzo testuale",
"definition": "Linea Indirizzo testuale",
"min": 0,
"max": "*",
"type": [
{
"code": "string",
"profile": [
"http://hl7.org/fhir/StructureDefinition/string"
]
}
],
"example": [
{
"label": "linea",
"valueString": "Via dei Carpini 33r, scala 2, interno 8"
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.line"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.linea.odonimo",
"path": "Indirizzo.strutturaIndirizzo.linea.odonimo",
"short": "Toponimo stradale (e.g. Via Carso)",
"definition": "Toponimo stradale (e.g. Via Carso)",
"min": 0,
"max": "*",
"type": [
{
"code": "string",
"profile": [
"http://hl7.org/fhir/StructureDefinition/string"
]
}
],
"example": [
{
"label": "odonimo",
"valueString": "Vicolo Alberti"
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.line.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName')"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.linea.denominazioneUrbanisticaGenerica",
"path": "Indirizzo.strutturaIndirizzo.linea.denominazioneUrbanisticaGenerica",
"short": "Denominazione Urbanistica Generica (DUG)",
"definition": "Denominazione Urbanistica Generica (DUG)",
"alias": [
"specie"
],
"min": 0,
"max": "1",
"type": [
{
"code": "string",
"profile": [
"http://hl7.org/fhir/StructureDefinition/string"
]
}
],
"example": [
{
"label": "DUG",
"valueString": "Via"
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.line.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameType')"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.linea.dugCode",
"path": "Indirizzo.strutturaIndirizzo.linea.dugCode",
"short": "Codice Denominazione Urbanistica Generica (DUG)",
"definition": "Codice Denominazione Urbanistica Generica (DUG)",
"alias": [
"specie"
],
"min": 0,
"max": "*",
"type": [
{
"code": "CodeableConcept",
"profile": [
"http://hl7.org/fhir/StructureDefinition/CodeableConcept"
]
}
],
"example": [
{
"label": "DUG",
"valueCodeableConcept": {
"coding": [
{
"system": "http://registry.geodati.gov.it/dug",
"code": "67",
"display": "via"
}
]
}
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.line.extension('http://hl7.it/fhir/StructureDefinition/address-dug')"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.linea.denominazioneUrbanisticaUfficiale",
"path": "Indirizzo.strutturaIndirizzo.linea.denominazioneUrbanisticaUfficiale",
"short": "Denominazione Urbanistica Ufficiale (DUF)",
"definition": "Denominazione Urbanistica Ufficiale (DUF)",
"alias": [
"denominazione"
],
"min": 0,
"max": "1",
"type": [
{
"code": "string",
"profile": [
"http://hl7.org/fhir/StructureDefinition/string"
]
}
],
"example": [
{
"label": "DUF",
"valueString": "Corta"
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.line.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameBase')"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.linea.numeroCivico",
"path": "Indirizzo.strutturaIndirizzo.linea.numeroCivico",
"short": "Numero Civico",
"definition": "Numero Civico",
"min": 0,
"max": "*",
"type": [
{
"code": "string",
"profile": [
"http://hl7.org/fhir/StructureDefinition/string"
]
}
],
"example": [
{
"label": "numeroCivico",
"valueString": "37"
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.line.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber')"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.linea.interno",
"path": "Indirizzo.strutturaIndirizzo.linea.interno",
"short": "Interno",
"definition": "Interno",
"min": 0,
"max": "*",
"type": [
{
"code": "string",
"profile": [
"http://hl7.org/fhir/StructureDefinition/string"
]
}
],
"example": [
{
"label": "interno",
"valueString": "8b"
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.line.extension"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.linea.scala",
"path": "Indirizzo.strutturaIndirizzo.linea.scala",
"short": "Scala",
"definition": "Scala",
"min": 0,
"max": "*",
"type": [
{
"code": "string",
"profile": [
"http://hl7.org/fhir/StructureDefinition/string"
]
}
],
"example": [
{
"label": "scala",
"valueString": "scala 2"
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.line.extension"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.cap",
"path": "Indirizzo.strutturaIndirizzo.cap",
"short": "Codice Avviamento Postale",
"definition": "Codice Avviamento Postale",
"min": 0,
"max": "*",
"type": [
{
"code": "string",
"profile": [
"http://hl7.org/fhir/StructureDefinition/string"
]
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.postalCode"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.localita",
"path": "Indirizzo.strutturaIndirizzo.localita",
"short": "Nome Località",
"definition": "Nome Località",
"alias": [
"Frazione"
],
"min": 0,
"max": "*",
"type": [
{
"code": "string",
"profile": [
"http://hl7.org/fhir/StructureDefinition/string"
]
}
],
"example": [
{
"label": "localita",
"valueString": "Il Poggetto"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.comune",
"path": "Indirizzo.strutturaIndirizzo.comune",
"short": "Nome comune",
"definition": "Nome comune",
"min": 0,
"max": "*",
"type": [
{
"code": "string",
"profile": [
"http://hl7.org/fhir/StructureDefinition/string"
]
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.city"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.codiceComune",
"path": "Indirizzo.strutturaIndirizzo.codiceComune",
"short": "Codice comune (e.g. ISTAT; Catasto)",
"definition": "Codice comune (e.g. ISTAT; Catasto)",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept",
"profile": [
"http://hl7.org/fhir/StructureDefinition/CodeableConcept"
]
}
],
"example": [
{
"label": "codiceComune",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.it/sid/istat-unitaAmministrativeTerritoriali",
"code": "005005",
"display": "Asti"
},
{
"system": "http://terminology.hl7.it/sid/mef-ae-comuni",
"code": "A479",
"display": "Asti"
}
]
}
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.city.extension('http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding')"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.provincia",
"path": "Indirizzo.strutturaIndirizzo.provincia",
"short": "Nome Provincia",
"definition": "Nome Provincia",
"min": 0,
"max": "*",
"type": [
{
"code": "string",
"profile": [
"http://hl7.org/fhir/StructureDefinition/string"
]
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.district"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.codiceProvincia",
"path": "Indirizzo.strutturaIndirizzo.codiceProvincia",
"short": "Codice Provincia",
"definition": "Codice Provincia",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept",
"profile": [
"http://hl7.org/fhir/StructureDefinition/CodeableConcept"
]
}
],
"example": [
{
"label": "codiceIstatProvincia",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.it/sid/istat-unitaAmministrativeTerritoriali",
"code": "026",
"display": "Treviso"
}
]
}
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.district.extension('http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding')"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.regione",
"path": "Indirizzo.strutturaIndirizzo.regione",
"short": "Nome Regione",
"definition": "Nome Regione",
"min": 0,
"max": "*",
"type": [
{
"code": "string",
"profile": [
"http://hl7.org/fhir/StructureDefinition/string"
]
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.state"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.codiceRegione",
"path": "Indirizzo.strutturaIndirizzo.codiceRegione",
"short": "Codice Regione",
"definition": "Codice Regione",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept",
"profile": [
"http://hl7.org/fhir/StructureDefinition/CodeableConcept"
]
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.state.extension('http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding')"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.stato",
"path": "Indirizzo.strutturaIndirizzo.stato",
"short": "Nome Stato",
"definition": "Nome Stato",
"min": 0,
"max": "*",
"type": [
{
"code": "string",
"profile": [
"http://hl7.org/fhir/StructureDefinition/string"
]
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.country"
}
]
},
{
"id": "Indirizzo.strutturaIndirizzo.codiceStato",
"path": "Indirizzo.strutturaIndirizzo.codiceStato",
"short": "Codice Stato",
"definition": "Codice Stato",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept",
"profile": [
"http://hl7.org/fhir/StructureDefinition/CodeableConcept"
]
}
],
"mapping": [
{
"identity": "fhir-it",
"map": "Address.country.extension('http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding')"
}
]
}
]
}
}