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

FHIR IG analytics

Packagehl7.fhir.fr.core
Resource TypeValueSet
IdValueSet-fr-core-vs-marital-status.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/Interop-Sante/hl7.fhir.fr.core/ValueSet-fr-core-vs-marital-status.html
URLhttps://hl7.fr/ig/fhir/core/ValueSet/fr-core-vs-marital-status
Version2.2.0-ballot-2
Statusactive
Date2026-01-30T10:26:03+00:00
NameFRCoreValueSetMaritalStatus
TitleFR Core ValueSet Marital Status ValueSet
Realmfr
Authorityhl7
DescriptionPatient Marital Status

Resources that use this resource

StructureDefinition
fr-core-patientFR Core Patient Profile

Resources that this resource uses

CodeSystem
v3-MaritalStatusMaritalStatus
v3-NullFlavorNullFlavor
fr-core-cs-marital-statusFR Core CodeSystem Marital Status

Narrative

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

Narratif généré : EnsembleValeurs fr-core-vs-marital-status

Ce jeu de valeur (ValueSet) inclut les codes selon les règles suivantes :

  • Inclut tous les codes définis dans https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-marital-status version 📦2.2.0-ballot-2
  • Inclut tous les codes définis dans http://terminology.hl7.org/CodeSystem/v3-MaritalStatus version 📦3.0.0
  • Inclut ce(s) code(s) tel quil(s) est (sont) défini(s) dans http://terminology.hl7.org/CodeSystem/v3-NullFlavor version 📦3.0.0
    CodeAffichageDéfinition
    UNKunknown**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.)

Source1

{
  "resourceType": "ValueSet",
  "id": "fr-core-vs-marital-status",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset|4.0.1"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.fr/ig/fhir/core/ValueSet/fr-core-vs-marital-status",
  "version": "2.2.0-ballot-2",
  "name": "FRCoreValueSetMaritalStatus",
  "title": "FR Core ValueSet Marital Status ValueSet",
  "status": "active",
  "experimental": false,
  "date": "2026-01-30T10:26:03+00:00",
  "publisher": "Interop'Santé",
  "contact": [
    {
      "name": "Interop'Santé",
      "telecom": [
        {
          "system": "url",
          "value": "http://interopsante.org"
        }
      ]
    },
    {
      "name": "InteropSanté",
      "telecom": [
        {
          "system": "email",
          "value": "fhir@interopsante.org",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Patient Marital Status",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "FRA",
          "display": "France"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-marital-status"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "concept": [
          {
            "code": "UNK",
            "display": "unknown"
          }
        ]
      }
    ]
  }
}