FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/statoCivile

Packagehl7.fhir.it.lab-report
TypeValueSet
IdstatoCivile
FHIR VersionR4
Sourcehttp://hl7.it/fhir/lab-report/http://hl7.it/fhir/lab-report/0.2.0/ValueSet-statoCivile.html
URLhttp://hl7.it/fhir/lab-report/ValueSet/statoCivile
Version0.2.0
Statusactive
Date2024-03-08T09:39:30+01:00
NameVsStatoCivile
TitleStato Civile
Realmit
Authorityhl7
DescriptionQuesto 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

Resources that use this resource

ConceptMap
ConceptMap-statoCivileMapping fra VS HL7 e Tabella ISTAT Stato Civile

Resources that this resource uses

CodeSystem
v3-MaritalStatusMaritalStatus
v3-NullFlavorNullFlavor
v3-MaritalStatusMaritalStatus
v3-NullFlavorNullFlavor
istat-statoCivileISTAT - Stato Civile

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
    CodeDisplayDefinitionMapping fra VS HL7 e Tabella ISTAT Stato Civile
    DDivorziato/aMarriage contract has been declared dissolved and inactive~4
    MConiugato/aA current marriage contract is active~2
    SCelibe/nubileNo marriage contract has ever been entered~1
    WVedovo/aThe spouse has died~3
    LSeparato/a Legalmente?9(Concetto non classificato nel target, quindi associato alla classe 9 'Non classificabile/ignoto/n.c')
    AAnnullatoMarriage 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
    CodeDisplayDefinitionMapping fra VS HL7 e Tabella ISTAT Stato Civile
    UNKSconosciuto**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
    CodeDisplayMapping fra VS HL7 e Tabella ISTAT Stato Civile
    6Unito civilmente~6
    7Stato libero a seguito di decesso della parte unita civilmente~7
    8Stato libero a seguito di scioglimento dell'unione~8

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"
          }
        ]
      }
    ]
  }
}