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

FHIR IG Statistics: ValueSet/fr-core-vs-marital-status

Packagehl7.fhir.fr.core
Resource TypeValueSet
Idfr-core-vs-marital-status
FHIR VersionR4
Sourcehttps://hl7.fr/ig/fhir/core/https://hl7.fr/ig/fhir/core/2.1.0/ValueSet-fr-core-vs-marital-status.html
URLhttps://hl7.fr/ig/fhir/core/ValueSet/fr-core-vs-marital-status
Version2.1.0
Statusactive
Date2024-09-04T09:58:56+02:00
NameFRCoreValueSetMaritalStatus
TitleFR Core ValueSet Patient gender INS ValueSet
Realmfr
Authorityhl7
DescriptionPatient Gender for INS : male | female | unknown

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

Generated Narrative: ValueSet fr-core-vs-marital-status

This value set includes codes based on the following rules:

  • Include all codes defined in https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-marital-status
  • Include all codes defined in http://terminology.hl7.org/CodeSystem/v3-MaritalStatus
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-NullFlavor
    CodeDisplayDefinition
    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.)

Source

{
  "resourceType": "ValueSet",
  "id": "fr-core-vs-marital-status",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.fr/ig/fhir/core/ValueSet/fr-core-vs-marital-status",
  "version": "2.1.0",
  "name": "FRCoreValueSetMaritalStatus",
  "title": "FR Core ValueSet Patient gender INS ValueSet",
  "status": "active",
  "experimental": false,
  "date": "2024-09-04T09:58:56+02: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 Gender for INS : male | female | unknown",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "FR",
          "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"
          }
        ]
      }
    ]
  }
}