FHIR IG Statistics: ValueSet/statoCivile
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
This value set includes codes based on the following rules:
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/v3-MaritalStatus
Code | Display | Definition | Mapping fra VS HL7 e Tabella ISTAT Stato Civile |
D | Divorziato/a | Marriage contract has been declared dissolved and inactive | ~4 |
M | Coniugato/a | A current marriage contract is active | ~2 |
S | Celibe/nubile | No marriage contract has ever been entered | ~1 |
W | Vedovo/a | The spouse has died | ~3 |
L | Separato/a Legalmente | | ?9(Concetto non classificato nel target, quindi associato alla classe 9 'Non classificabile/ignoto/n.c') |
A | Annullato | Marriage contract has been declared null and to not have existed | ?9(Concetto non classificato nel target, quindi associato alla classe 9 'Non classificabile/ignoto/n.c') |
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/v3-NullFlavor
Code | Display | Definition | Mapping fra VS HL7 e Tabella ISTAT Stato Civile |
UNK | Sconosciuto | **Description:**A proper value is applicable, but not known.
**Usage Notes**: This means the actual value is not known. If the only thing that is unknown is how to properly express the value in the necessary constraints (value set, datatype, etc.), then the OTH or UNC flavor should be used. No properties should be included for a datatype with this property unless:
1. Those properties themselves directly translate to a semantic of "unknown". (E.g. a local code sent as a translation that conveys 'unknown') 2. Those properties further qualify the nature of what is unknown. (E.g. specifying a use code of "H" and a URL prefix of "tel:" to convey that it is the home phone number that is unknown.) | <9(Il target comprende concetti come 'non classificabile' che corrspondono a nullFlavor tipo UNC e/o OTH) |
- Include these codes as defined in
http://hl7.it/fhir/lab-report/CodeSystem/istat-statoCivile
Source
{
"resourceType": "ValueSet",
"id": "statoCivile",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.it/fhir/lab-report/ValueSet/statoCivile",
"version": "0.2.0",
"name": "VsStatoCivile",
"title": "Stato Civile",
"status": "active",
"experimental": false,
"date": "2024-03-08T09:39:30+01:00",
"publisher": "HL7 Italia",
"contact": [
{
"name": "HL7 Italia",
"telecom": [
{
"system": "url",
"value": "https://hl7.it"
}
]
},
{
"name": "HL7 Italia",
"telecom": [
{
"system": "url",
"value": "https://hl7.it"
}
]
}
],
"description": "Questo value set definisce una serie di codici per rappresentare lo stato civile di una persona. Specializza ed estende il value set http://hl7.org/fhir/ValueSet/marital-status",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "IT",
"display": "Italy"
}
]
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"concept": [
{
"code": "D",
"display": "Divorziato/a"
},
{
"code": "M",
"display": "Coniugato/a"
},
{
"code": "S",
"display": "Celibe/nubile"
},
{
"code": "W",
"display": "Vedovo/a"
},
{
"code": "L",
"display": "Separato/a Legalmente"
},
{
"code": "A",
"display": "Annullato"
}
]
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
"concept": [
{
"code": "UNK",
"display": "Sconosciuto"
}
]
},
{
"system": "http://hl7.it/fhir/lab-report/CodeSystem/istat-statoCivile",
"concept": [
{
"code": "6",
"display": "Unito civilmente"
},
{
"code": "7",
"display": "Stato libero a seguito di decesso della parte unita civilmente"
},
{
"code": "8",
"display": "Stato libero a seguito di scioglimento dell'unione"
}
]
}
]
}
}