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-patient-identifier-use-ins.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/Interop-Sante/hl7.fhir.fr.core/ValueSet-fr-core-vs-patient-identifier-use-ins.html
URLhttps://hl7.fr/ig/fhir/core/ValueSet/fr-core-vs-patient-identifier-use-ins
Version2.2.0-ballot-2
Statusactive
Date2026-01-30T10:26:03+00:00
NameFRCoreValueSetPatientIdentifierUseINS
TitleFR Core ValueSet Patient identifier use INS
Realmfr
Authorityhl7
DescriptionUse autorisés pour l'identifiant national de santé. Authorized use for INS identifier.

Resources that use this resource

StructureDefinition
fr-core-patient-insFR Core Patient INS Profile

Resources that this resource uses

CodeSystem
identifier-useIdentifierUse

Narrative

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

Narratif généré : EnsembleValeurs fr-core-vs-patient-identifier-use-ins

  • Include ce(s) code(s) tel quil(s) est (sont) défini(s) dans http://hl7.org/fhir/identifier-use version 📦4.0.1
    CodeAffichageDéfinition
    officialOfficialThe identifier considered to be most trusted for the identification of this item. Sometimes also known as "primary" and "main". The determination of "official" is subjective and implementation guides often provide additional guidelines for use.
    oldOldThe identifier id no longer considered valid, but may be relevant for search purposes. E.g. Changes to identifier schemes, account merges, etc.

Source1

{
  "resourceType": "ValueSet",
  "id": "fr-core-vs-patient-identifier-use-ins",
  "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-patient-identifier-use-ins",
  "version": "2.2.0-ballot-2",
  "name": "FRCoreValueSetPatientIdentifierUseINS",
  "title": "FR Core ValueSet Patient identifier use INS",
  "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": "Use autorisés pour l'identifiant national de santé.\r\nAuthorized use for INS identifier.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "FRA",
          "display": "France"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/identifier-use",
        "concept": [
          {
            "code": "official"
          },
          {
            "code": "old"
          }
        ]
      }
    ]
  }
}